ClusterFailoverJobDetails interface
This class represents the details for a failover job of cluster.
- Extends
Properties
instance |
Polymorphic discriminator, which specifies the different types this object can be |
protected |
The test VM details. |
Inherited Properties
affected |
The affected object properties like source server, source cloud, target server, target cloud etc. based on the workflow object details. |
Property Details
instanceType
Polymorphic discriminator, which specifies the different types this object can be
instanceType: "ClusterFailoverJobDetails"
Property Value
"ClusterFailoverJobDetails"
protectedItemDetails
The test VM details.
protectedItemDetails?: FailoverReplicationProtectedItemDetails[]
Property Value
Inherited Property Details
affectedObjectDetails
The affected object properties like source server, source cloud, target server, target cloud etc. based on the workflow object details.
affectedObjectDetails?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited From JobDetails.affectedObjectDetails