ApplyClusterRecoveryPointInputProperties interface
Input definition for apply cluster recovery point properties.
Properties
| cluster |
The cluster recovery point id to be passed to failover to a particular recovery point. |
| individual |
The list of individual node recovery points. |
| provider |
The provider specific input for applying cluster recovery point. |
Property Details
clusterRecoveryPointId
The cluster recovery point id to be passed to failover to a particular recovery point.
clusterRecoveryPointId?: string
Property Value
string
individualNodeRecoveryPoints
The list of individual node recovery points.
individualNodeRecoveryPoints?: string[]
Property Value
string[]
providerSpecificDetails
The provider specific input for applying cluster recovery point.
providerSpecificDetails: ApplyClusterRecoveryPointProviderSpecificInputUnion