Package version:

ExtendedLocation details data.

interface A2AFabricSpecificLocationDetails {
    initialPrimaryExtendedLocation?: ExtendedLocation;
    initialPrimaryFabricLocation?: string;
    initialPrimaryZone?: string;
    initialRecoveryExtendedLocation?: ExtendedLocation;
    initialRecoveryFabricLocation?: string;
    initialRecoveryZone?: string;
    primaryExtendedLocation?: ExtendedLocation;
    primaryFabricLocation?: string;
    primaryZone?: string;
    recoveryExtendedLocation?: ExtendedLocation;
    recoveryFabricLocation?: string;
    recoveryZone?: string;
}

Properties

initialPrimaryExtendedLocation?: ExtendedLocation

The initial primary ExtendedLocation.

initialPrimaryFabricLocation?: string

Initial primary fabric location info.

initialPrimaryZone?: string

The initial source zone info.

initialRecoveryExtendedLocation?: ExtendedLocation

The initial recovery ExtendedLocation.

initialRecoveryFabricLocation?: string

The initial recovery fabric location info.

initialRecoveryZone?: string

The initial target zone info.

primaryExtendedLocation?: ExtendedLocation

The primary ExtendedLocation.

primaryFabricLocation?: string

Primary fabric location info.

primaryZone?: string

Source zone info.

recoveryExtendedLocation?: ExtendedLocation

The recovery ExtendedLocation.

recoveryFabricLocation?: string

The recovery fabric location info.

recoveryZone?: string

The target zone info.