GetFlexibleServerResult

data class GetFlexibleServerResult(val administratorLogin: String, val backupRetentionDays: Int, val delegatedSubnetId: String, val fqdn: String, val geoRedundantBackupEnabled: Boolean, val highAvailabilities: List<GetFlexibleServerHighAvailability>, val id: String, val location: String, val maintenanceWindows: List<GetFlexibleServerMaintenanceWindow>, val name: String, val privateDnsZoneId: String, val publicNetworkAccessEnabled: Boolean, val replicaCapacity: Int, val replicationRole: String, val resourceGroupName: String, val restorePointInTime: String, val skuName: String, val storages: List<GetFlexibleServerStorage>, val tags: Map<String, String>, val version: String, val zone: String)

A collection of values returned by getFlexibleServer.

Constructors

Link copied to clipboard
constructor(administratorLogin: String, backupRetentionDays: Int, delegatedSubnetId: String, fqdn: String, geoRedundantBackupEnabled: Boolean, highAvailabilities: List<GetFlexibleServerHighAvailability>, id: String, location: String, maintenanceWindows: List<GetFlexibleServerMaintenanceWindow>, name: String, privateDnsZoneId: String, publicNetworkAccessEnabled: Boolean, replicaCapacity: Int, replicationRole: String, resourceGroupName: String, restorePointInTime: String, skuName: String, storages: List<GetFlexibleServerStorage>, tags: Map<String, String>, version: String, zone: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Administrator login of the MySQL Flexible Server.

Link copied to clipboard

The backup retention days of the MySQL Flexible Server.

Link copied to clipboard

The ID of the virtual network subnet the MySQL Flexible Server is created in.

Link copied to clipboard

The fully qualified domain name of the MySQL Flexible Server.

Link copied to clipboard

Is geo redundant backup enabled?

Link copied to clipboard

A high_availability block for this MySQL Flexible Server as defined below.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The Azure Region of the MySQL Flexible Server.

Link copied to clipboard

A maintenance_window block for this MySQL Flexible Server as defined below.

Link copied to clipboard
Link copied to clipboard

The ID of the Private DNS zone of the MySQL Flexible Server.

Link copied to clipboard

Is the public network access enabled?

Link copied to clipboard

The maximum number of replicas that a primary MySQL Flexible Server can have.

Link copied to clipboard

The replication role of the MySQL Flexible Server.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The SKU Name of the MySQL Flexible Server.

Link copied to clipboard

A storage block for this MySQL Flexible Server as defined below.

Link copied to clipboard

A mapping of tags which are assigned to the MySQL Flexible Server.

Link copied to clipboard

The version of the MySQL Flexible Server.

Link copied to clipboard

The Availability Zones where this MySQL Flexible Server is located.