RecoveryPlanA2AInputArgs

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)

Properties

Link copied to clipboard
val instanceType: Output<String>

Gets the Instance type. Expected value is 'A2A'.

Link copied to clipboard

The primary extended location.

Link copied to clipboard
val primaryZone: Output<String>? = null

The primary zone.

Link copied to clipboard

The recovery extended location.

Link copied to clipboard
val recoveryZone: Output<String>? = null

The recovery zone.

Functions

Link copied to clipboard
open override fun toJava(): RecoveryPlanA2AInputArgs