GetReplicationRecoveryPlanResult

data class GetReplicationRecoveryPlanResult(val azureToAzureSettings: List<GetReplicationRecoveryPlanAzureToAzureSetting>, val failoverDeploymentModel: String, val id: String, val name: String, val recoveryGroups: List<GetReplicationRecoveryPlanRecoveryGroup>, val recoveryVaultId: String, val sourceRecoveryFabricId: String, val targetRecoveryFabricId: String)

A collection of values returned by getReplicationRecoveryPlan.

Constructors

Link copied to clipboard
fun GetReplicationRecoveryPlanResult(azureToAzureSettings: List<GetReplicationRecoveryPlanAzureToAzureSetting>, failoverDeploymentModel: String, id: String, name: String, recoveryGroups: List<GetReplicationRecoveryPlanRecoveryGroup>, recoveryVaultId: String, sourceRecoveryFabricId: String, targetRecoveryFabricId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

Name of the Action.

Link copied to clipboard

recovery_group block defined as below.

---

Link copied to clipboard
Link copied to clipboard

The ID of source fabric to be recovered from.

Link copied to clipboard

The ID of target fabric to recover.