Package version:

A2A provider specific settings.

interface A2AReplicationProtectionClusterDetails {
    clusterManagementId?: string;
    failoverRecoveryPointId?: string;
    initialPrimaryExtendedLocation?: ExtendedLocation;
    initialPrimaryFabricLocation?: string;
    initialPrimaryZone?: string;
    initialRecoveryExtendedLocation?: ExtendedLocation;
    initialRecoveryFabricLocation?: string;
    initialRecoveryZone?: string;
    instanceType: "A2A";
    lastRpoCalculatedTime?: any;
    lifecycleId?: string;
    multiVmGroupCreateOption?: string;
    multiVmGroupId?: string;
    multiVmGroupName?: string;
    primaryAvailabilityZone?: string;
    primaryExtendedLocation?: ExtendedLocation;
    primaryFabricLocation?: string;
    recoveryAvailabilityZone?: string;
    recoveryExtendedLocation?: ExtendedLocation;
    recoveryFabricLocation?: string;
    rpoInSeconds?: number;
}

Hierarchy (view full)

Properties

clusterManagementId?: string

The cluster management Id.

failoverRecoveryPointId?: string

The recovery point Id to which the cluster was failed over.

initialPrimaryExtendedLocation?: ExtendedLocation

The initial primary extended location.

initialPrimaryFabricLocation?: string

The initial primary fabric location.

initialPrimaryZone?: string

The initial primary availability zone.

initialRecoveryExtendedLocation?: ExtendedLocation

The initial recovery extended location.

initialRecoveryFabricLocation?: string

The initial recovery fabric location.

initialRecoveryZone?: string

The initial recovery availability zone.

instanceType

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

lastRpoCalculatedTime?: any

The time (in UTC) when the last RPO value was calculated by Protection Service.

lifecycleId?: string

An id 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 cluster even though other internal Ids/ARM Id might be changing.

multiVmGroupCreateOption?: string

Whether Multi VM group is auto created or specified by user.

multiVmGroupId?: string

The multi vm group Id.

multiVmGroupName?: string

The multi vm group name.

primaryAvailabilityZone?: string

The primary availability zone.

primaryExtendedLocation?: ExtendedLocation

The primary Extended Location.

primaryFabricLocation?: string

Primary fabric location.

recoveryAvailabilityZone?: string

The recovery availability zone.

recoveryExtendedLocation?: ExtendedLocation

The recovery Extended Location.

recoveryFabricLocation?: string

The recovery fabric location.

rpoInSeconds?: number

The last RPO value in seconds.