SwitchProtectionJobDetails interface

This class represents details for switch protection job.

Extends

Properties

instanceType

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

newReplicationProtectedItemId

ARM Id of the new replication protected item.

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

instanceType

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

instanceType: "SwitchProtectionJobDetails"

Property Value

"SwitchProtectionJobDetails"

newReplicationProtectedItemId

ARM Id of the new replication protected item.

newReplicationProtectedItemId?: 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