GetInstanceFailoverGroupResult

data class GetInstanceFailoverGroupResult(val azureApiVersion: String, val id: String, val managedInstancePairs: List<ManagedInstancePairInfoResponse>, val name: String, val partnerRegions: List<PartnerRegionInfoResponse>, val readOnlyEndpoint: InstanceFailoverGroupReadOnlyEndpointResponse? = null, val readWriteEndpoint: InstanceFailoverGroupReadWriteEndpointResponse, val replicationRole: String, val replicationState: String, val secondaryType: String? = null, val type: String)

An instance failover group.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, id: String, managedInstancePairs: List<ManagedInstancePairInfoResponse>, name: String, partnerRegions: List<PartnerRegionInfoResponse>, readOnlyEndpoint: InstanceFailoverGroupReadOnlyEndpointResponse? = null, readWriteEndpoint: InstanceFailoverGroupReadWriteEndpointResponse, replicationRole: String, replicationState: String, secondaryType: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val id: String

Resource ID.

Link copied to clipboard

List of managed instance pairs in the failover group.

Link copied to clipboard

Resource name.

Link copied to clipboard

Partner region information for the failover group.

Link copied to clipboard

Read-only endpoint of the failover group instance.

Link copied to clipboard

Read-write endpoint of the failover group instance.

Link copied to clipboard

Local replication role of the failover group instance.

Link copied to clipboard

Replication state of the failover group instance.

Link copied to clipboard
val secondaryType: String? = null

Type of the geo-secondary instance. Set 'Standby' if the instance is used as a DR option only.

Link copied to clipboard

Resource type.