TestFailoverJobDetails interface
This class represents the details for a test failover job.
- Extends
Properties
comments | The test failover comments. |
instance |
Polymorphic discriminator, which specifies the different types this object can be |
network |
The test network friendly name. |
network |
The test network name. |
network |
The test network type (see TestFailoverInput enum for possible values). |
protected |
The test VM details. |
test |
The test failover status. |
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
comments
The test failover comments.
comments?: string
Property Value
string
instanceType
Polymorphic discriminator, which specifies the different types this object can be
instanceType: "TestFailoverJobDetails"
Property Value
"TestFailoverJobDetails"
networkFriendlyName
The test network friendly name.
networkFriendlyName?: string
Property Value
string
networkName
The test network name.
networkName?: string
Property Value
string
networkType
The test network type (see TestFailoverInput enum for possible values).
networkType?: string
Property Value
string
protectedItemDetails
The test VM details.
protectedItemDetails?: FailoverReplicationProtectedItemDetails[]
Property Value
testFailoverStatus
The test failover status.
testFailoverStatus?: string
Property Value
string
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