Recovery Plan A2AInput Args
data class RecoveryPlanA2AInputArgs(val instanceType: Output<String>, val primaryExtendedLocation: Output<ExtendedLocationArgs>? = null, val primaryZone: Output<String>? = null, val recoveryExtendedLocation: Output<ExtendedLocationArgs>? = null, val recoveryZone: Output<String>? = null) : ConvertibleToJava<RecoveryPlanA2AInputArgs>
Recovery plan A2A input.
Constructors
Link copied to clipboard
constructor(instanceType: Output<String>, primaryExtendedLocation: Output<ExtendedLocationArgs>? = null, primaryZone: Output<String>? = null, recoveryExtendedLocation: Output<ExtendedLocationArgs>? = null, recoveryZone: Output<String>? = null)