ClusterSwitchProtectionJobDetails interface

This class represents details for switch cluster protection job.

Extends

Properties

instanceType

Gets the type of job details (see JobDetailsTypes enum for possible values).

newReplicationProtectionClusterId

ARM Id of the new replication protection cluster.

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

Gets the type of job details (see JobDetailsTypes enum for possible values).

instanceType: "ClusterSwitchProtectionJobDetails"

Property Value

"ClusterSwitchProtectionJobDetails"

newReplicationProtectionClusterId

ARM Id of the new replication protection cluster.

newReplicationProtectionClusterId?: 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?: Record<string, string>

Property Value

Record<string, string>

Inherited From JobDetails.affectedObjectDetails