Recovery Plan Properties Response
data class RecoveryPlanPropertiesResponse(val allowedOperations: List<String>? = null, val currentScenario: CurrentScenarioDetailsResponse? = null, val currentScenarioStatus: String? = null, val currentScenarioStatusDescription: String? = null, val failoverDeploymentModel: String? = null, val friendlyName: String? = null, val groups: List<RecoveryPlanGroupResponse>? = null, val lastPlannedFailoverTime: String? = null, val lastTestFailoverTime: String? = null, val lastUnplannedFailoverTime: String? = null, val primaryFabricFriendlyName: String? = null, val primaryFabricId: String? = null, val providerSpecificDetails: List<RecoveryPlanA2ADetailsResponse>? = null, val recoveryFabricFriendlyName: String? = null, val recoveryFabricId: String? = null, val replicationProviders: List<String>? = null)
Recovery plan properties.
Constructors
Link copied to clipboard
constructor(allowedOperations: List<String>? = null, currentScenario: CurrentScenarioDetailsResponse? = null, currentScenarioStatus: String? = null, currentScenarioStatusDescription: String? = null, failoverDeploymentModel: String? = null, friendlyName: String? = null, groups: List<RecoveryPlanGroupResponse>? = null, lastPlannedFailoverTime: String? = null, lastTestFailoverTime: String? = null, lastUnplannedFailoverTime: String? = null, primaryFabricFriendlyName: String? = null, primaryFabricId: String? = null, providerSpecificDetails: List<RecoveryPlanA2ADetailsResponse>? = null, recoveryFabricFriendlyName: String? = null, recoveryFabricId: String? = null, replicationProviders: List<String>? = null)
Properties
Link copied to clipboard
The list of allowed operations.
Link copied to clipboard
The current scenario details.
Link copied to clipboard
The recovery plan status.
Link copied to clipboard
The recovery plan status description.
Link copied to clipboard
The failover deployment model.
Link copied to clipboard
The friendly name.
Link copied to clipboard
The recovery plan groups.
Link copied to clipboard
The start time of the last planned failover.
Link copied to clipboard
The start time of the last test failover.
Link copied to clipboard
The start time of the last unplanned failover.
Link copied to clipboard
The primary fabric friendly name.
Link copied to clipboard
The primary fabric Id.
Link copied to clipboard
The provider id and provider specific details.
Link copied to clipboard
The recovery fabric friendly name.
Link copied to clipboard
The recovery fabric Id.
Link copied to clipboard
The list of replication providers.