Get Server Result
data class GetServerResult(val administratorLogin: String? = null, val availabilityZone: String? = null, val backup: BackupResponse? = null, val dataEncryption: DataEncryptionResponse? = null, val fullyQualifiedDomainName: String, val highAvailability: HighAvailabilityResponse? = null, val id: String, val identity: IdentityResponse? = null, val location: String, val maintenanceWindow: MaintenanceWindowResponse? = null, val name: String, val network: NetworkResponse? = null, val replicaCapacity: Int, val replicationRole: String? = null, val sku: SkuResponse? = null, val sourceServerResourceId: String? = null, val state: String, val storage: StorageResponse? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val version: String? = null)
Represents a server.
Constructors
Link copied to clipboard
constructor(administratorLogin: String? = null, availabilityZone: String? = null, backup: BackupResponse? = null, dataEncryption: DataEncryptionResponse? = null, fullyQualifiedDomainName: String, highAvailability: HighAvailabilityResponse? = null, id: String, identity: IdentityResponse? = null, location: String, maintenanceWindow: MaintenanceWindowResponse? = null, name: String, network: NetworkResponse? = null, replicaCapacity: Int, replicationRole: String? = null, sku: SkuResponse? = null, sourceServerResourceId: String? = null, state: String, storage: StorageResponse? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, version: String? = null)
Properties
Link copied to clipboard
The administrator's login name of a server. Can only be specified when the server is being created (and is required for creation).
Link copied to clipboard
availability Zone information of the server.
Link copied to clipboard
Backup related properties of a server.
Link copied to clipboard
The Data Encryption for CMK.
Link copied to clipboard
The fully qualified domain name of a server.
Link copied to clipboard
High availability related properties of a server.
Link copied to clipboard
The cmk identity for the server.
Link copied to clipboard
Maintenance window of a server.
Link copied to clipboard
Network related properties of a server.
Link copied to clipboard
The maximum number of replicas that a primary server can have.
Link copied to clipboard
The replication role.
Link copied to clipboard
The SKU (pricing tier) of the server.
Link copied to clipboard
The source MySQL server id.
Link copied to clipboard
Storage related properties of a server.
Link copied to clipboard
The system metadata relating to this resource.