Package version:

This class represents details for switch cluster protection job.

interface ClusterSwitchProtectionJobDetails {
    affectedObjectDetails?: {
        [propertyName: string]: string;
    };
    instanceType: "ClusterSwitchProtectionJobDetails";
    newReplicationProtectionClusterId?: string;
}

Hierarchy (view full)

Properties

affectedObjectDetails?: {
    [propertyName: string]: string;
}

The affected object properties like source server, source cloud, target server, target cloud etc. based on the workflow object details.

instanceType

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

newReplicationProtectionClusterId?: string

ARM Id of the new replication protection cluster.