Package version:

A2A Cross-Cluster Migration enable protection input.

interface A2ACrossClusterMigrationEnableProtectionInput {
    fabricObjectId?: string;
    instanceType: "A2ACrossClusterMigration";
    recoveryContainerId?: string;
}

Hierarchy (view full)

Properties

fabricObjectId?: string

The fabric specific object Id of the virtual machine.

instanceType

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

recoveryContainerId?: string

The recovery container Id.