MHSMGeoReplicatedRegionResponse

data class MHSMGeoReplicatedRegionResponse(val isPrimary: Boolean? = null, val name: String? = null, val provisioningState: String)

A region that this managed HSM Pool has been extended to.

Constructors

Link copied to clipboard
constructor(isPrimary: Boolean? = null, name: String? = null, provisioningState: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val isPrimary: Boolean? = null

A boolean value that indicates whether the region is the primary region or a secondary region.

Link copied to clipboard
val name: String? = null

Name of the geo replicated region.

Link copied to clipboard

Provisioning state of the geo replicated region.