Get Replication Recovery Plan Result
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
constructor(azureToAzureSettings: List<GetReplicationRecoveryPlanAzureToAzureSetting>, failoverDeploymentModel: String, id: String, name: String, recoveryGroups: List<GetReplicationRecoveryPlanRecoveryGroup>, recoveryVaultId: String, sourceRecoveryFabricId: String, targetRecoveryFabricId: String)