Package version:

A2A provider specific settings.

interface A2ACrossClusterMigrationReplicationDetails {
    fabricObjectId?: string;
    instanceType: "A2ACrossClusterMigration";
    lifecycleId?: string;
    osType?: string;
    primaryFabricLocation?: string;
    vmProtectionState?: string;
    vmProtectionStateDescription?: 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

lifecycleId?: string

An id associated with the PE that survives actions like switch protection which change the backing PE/CPE objects internally.The lifecycle id gets carried forward to have a link/continuity in being able to have an Id that denotes the "same" protected item even though other internal Ids/ARM Id might be changing.

osType?: string

The type of operating system.

primaryFabricLocation?: string

Primary fabric location.

vmProtectionState?: string

The protection state for the vm.

vmProtectionStateDescription?: string

The protection state description for the vm.