Recovery Plan A2ADetails Response
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)