RecoveryPlanA2ADetailsResponse

data class RecoveryPlanA2ADetailsResponse(val instanceType: String, val primaryExtendedLocation: ExtendedLocationResponse? = null, val primaryZone: String? = null, val recoveryExtendedLocation: ExtendedLocationResponse? = null, val recoveryZone: String? = null)

Recovery plan A2A specific details.

Constructors

Link copied to clipboard
constructor(instanceType: String, primaryExtendedLocation: ExtendedLocationResponse? = null, primaryZone: String? = null, recoveryExtendedLocation: ExtendedLocationResponse? = null, recoveryZone: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

The primary extended location.

Link copied to clipboard
val primaryZone: String? = null

The primary zone.

Link copied to clipboard

The recovery extended location.

Link copied to clipboard
val recoveryZone: String? = null

The recovery zone.