RecoveryPlanProperties interface
Recovery plan properties.
Properties
allowed |
The list of allowed operations. |
current |
The current scenario details. |
current |
The recovery plan status. |
current |
The recovery plan status description. |
failover |
The failover deployment model. |
friendly |
The friendly name. |
groups | The recovery plan groups. |
last |
The start time of the last planned failover. |
last |
The start time of the last test failover. |
last |
The start time of the last unplanned failover. |
primary |
The primary fabric friendly name. |
primary |
The primary fabric Id. |
provider |
The provider id and provider specific details. |
recovery |
The recovery fabric friendly name. |
recovery |
The recovery fabric Id. |
replication |
The list of replication providers. |
Property Details
allowedOperations
The list of allowed operations.
allowedOperations?: string[]
Property Value
string[]
currentScenario
The current scenario details.
currentScenario?: CurrentScenarioDetails
Property Value
currentScenarioStatus
The recovery plan status.
currentScenarioStatus?: string
Property Value
string
currentScenarioStatusDescription
The recovery plan status description.
currentScenarioStatusDescription?: string
Property Value
string
failoverDeploymentModel
The failover deployment model.
failoverDeploymentModel?: string
Property Value
string
friendlyName
The friendly name.
friendlyName?: string
Property Value
string
groups
lastPlannedFailoverTime
The start time of the last planned failover.
lastPlannedFailoverTime?: Date
Property Value
Date
lastTestFailoverTime
The start time of the last test failover.
lastTestFailoverTime?: Date
Property Value
Date
lastUnplannedFailoverTime
The start time of the last unplanned failover.
lastUnplannedFailoverTime?: Date
Property Value
Date
primaryFabricFriendlyName
The primary fabric friendly name.
primaryFabricFriendlyName?: string
Property Value
string
primaryFabricId
The primary fabric Id.
primaryFabricId?: string
Property Value
string
providerSpecificDetails
The provider id and provider specific details.
providerSpecificDetails?: RecoveryPlanProviderSpecificDetailsUnion[]
Property Value
recoveryFabricFriendlyName
The recovery fabric friendly name.
recoveryFabricFriendlyName?: string
Property Value
string
recoveryFabricId
The recovery fabric Id.
recoveryFabricId?: string
Property Value
string
replicationProviders
The list of replication providers.
replicationProviders?: string[]
Property Value
string[]