Package version:

Recovery plan A2A input.

interface RecoveryPlanA2AInput {
    instanceType: "A2A";
    primaryExtendedLocation?: ExtendedLocation;
    primaryZone?: string;
    recoveryExtendedLocation?: ExtendedLocation;
    recoveryZone?: string;
}

Hierarchy (view full)

Properties

instanceType

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

primaryExtendedLocation?: ExtendedLocation

The primary extended location.

primaryZone?: string

The primary zone.

recoveryExtendedLocation?: ExtendedLocation

The recovery extended location.

recoveryZone?: string

The recovery zone.