ProtectionContainerMappingPropertiesResponse

data class ProtectionContainerMappingPropertiesResponse(val health: String? = null, val healthErrorDetails: List<HealthErrorResponse>? = null, val policyFriendlyName: String? = null, val policyId: String? = null, val providerSpecificDetails: Any? = null, val sourceFabricFriendlyName: String? = null, val sourceProtectionContainerFriendlyName: String? = null, val state: String? = null, val targetFabricFriendlyName: String? = null, val targetProtectionContainerFriendlyName: String? = null, val targetProtectionContainerId: String? = null)

Protection container mapping properties.

Constructors

constructor(health: String? = null, healthErrorDetails: List<HealthErrorResponse>? = null, policyFriendlyName: String? = null, policyId: String? = null, providerSpecificDetails: Any? = null, sourceFabricFriendlyName: String? = null, sourceProtectionContainerFriendlyName: String? = null, state: String? = null, targetFabricFriendlyName: String? = null, targetProtectionContainerFriendlyName: String? = null, targetProtectionContainerId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val health: String? = null

Health of pairing.

Link copied to clipboard

Health error.

Link copied to clipboard

Friendly name of replication policy.

Link copied to clipboard
val policyId: String? = null

Policy ARM Id.

Link copied to clipboard

Provider specific provider details.

Link copied to clipboard

Friendly name of source fabric.

Link copied to clipboard

Friendly name of source protection container.

Link copied to clipboard
val state: String? = null

Association Status.

Link copied to clipboard

Friendly name of target fabric.

Link copied to clipboard

Friendly name of paired container.

Link copied to clipboard

Paired protection container ARM ID.