CreateRecoveryPlanInputProperties interface
Recovery plan creation properties.
Properties
failover |
The failover deployment model. |
groups | The recovery plan groups. |
primary |
The primary fabric Id. |
provider |
The provider specific input. |
recovery |
The recovery fabric Id. |
Property Details
failoverDeploymentModel
The failover deployment model.
failoverDeploymentModel?: string
Property Value
string
groups
primaryFabricId
The primary fabric Id.
primaryFabricId: string
Property Value
string
providerSpecificInput
The provider specific input.
providerSpecificInput?: RecoveryPlanProviderSpecificInputUnion[]
Property Value
recoveryFabricId
The recovery fabric Id.
recoveryFabricId: string
Property Value
string