A2AFabricSpecificLocationDetailsResponse

data class A2AFabricSpecificLocationDetailsResponse(val initialPrimaryExtendedLocation: ExtendedLocationResponse? = null, val initialPrimaryFabricLocation: String? = null, val initialPrimaryZone: String? = null, val initialRecoveryExtendedLocation: ExtendedLocationResponse? = null, val initialRecoveryFabricLocation: String? = null, val initialRecoveryZone: String? = null, val primaryExtendedLocation: ExtendedLocationResponse? = null, val primaryFabricLocation: String? = null, val primaryZone: String? = null, val recoveryExtendedLocation: ExtendedLocationResponse? = null, val recoveryFabricLocation: String? = null, val recoveryZone: String? = null)

ExtendedLocation details data.

Constructors

Link copied to clipboard
constructor(initialPrimaryExtendedLocation: ExtendedLocationResponse? = null, initialPrimaryFabricLocation: String? = null, initialPrimaryZone: String? = null, initialRecoveryExtendedLocation: ExtendedLocationResponse? = null, initialRecoveryFabricLocation: String? = null, initialRecoveryZone: String? = null, primaryExtendedLocation: ExtendedLocationResponse? = null, primaryFabricLocation: String? = null, primaryZone: String? = null, recoveryExtendedLocation: ExtendedLocationResponse? = null, recoveryFabricLocation: String? = null, recoveryZone: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The initial primary ExtendedLocation.

Link copied to clipboard

Initial primary fabric location info.

Link copied to clipboard

The initial source zone info.

Link copied to clipboard

The initial recovery ExtendedLocation.

Link copied to clipboard

The initial recovery fabric location info.

Link copied to clipboard

The initial target zone info.

Link copied to clipboard

The primary ExtendedLocation.

Link copied to clipboard

Primary fabric location info.

Link copied to clipboard
val primaryZone: String? = null

Source zone info.

Link copied to clipboard

The recovery ExtendedLocation.

Link copied to clipboard

The recovery fabric location info.

Link copied to clipboard
val recoveryZone: String? = null

The target zone info.