TestFailoverJobDetails interface

This class represents the details for a test failover job.

Extends

Properties

comments

The test failover comments.

instanceType

Polymorphic discriminator, which specifies the different types this object can be

networkFriendlyName

The test network friendly name.

networkName

The test network name.

networkType

The test network type (see TestFailoverInput enum for possible values).

protectedItemDetails

The test VM details.

testFailoverStatus

The test failover status.

Inherited Properties

affectedObjectDetails

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