Uses of Class
com.azure.resourcemanager.mariadb.fluent.models.ServerProperties
Package
Description
Package containing the inner data models for MariaDBManagementClient.
-
Uses of ServerProperties in com.azure.resourcemanager.mariadb.fluent.models
Modifier and TypeMethodDescriptionServerProperties.withAdministratorLogin
(String administratorLogin) Set the administratorLogin property: The administrator's login name of a server.ServerProperties.withEarliestRestoreDate
(OffsetDateTime earliestRestoreDate) Set the earliestRestoreDate property: Earliest restore point creation time (ISO8601 format).ServerProperties.withFullyQualifiedDomainName
(String fullyQualifiedDomainName) Set the fullyQualifiedDomainName property: The fully qualified domain name of a server.ServerProperties.withMasterServerId
(String masterServerId) Set the masterServerId property: The master server id of a replica server.ServerProperties.withMinimalTlsVersion
(MinimalTlsVersionEnum minimalTlsVersion) Set the minimalTlsVersion property: Enforce a minimal Tls version for the server.ServerProperties.withPublicNetworkAccess
(PublicNetworkAccessEnum publicNetworkAccess) Set the publicNetworkAccess property: Whether or not public network access is allowed for this server.ServerProperties.withReplicaCapacity
(Integer replicaCapacity) Set the replicaCapacity property: The maximum number of replicas that a master server can have.ServerProperties.withReplicationRole
(String replicationRole) Set the replicationRole property: The replication role of the server.ServerProperties.withSslEnforcement
(SslEnforcementEnum sslEnforcement) Set the sslEnforcement property: Enable ssl enforcement or not when connect to server.ServerProperties.withStorageProfile
(StorageProfile storageProfile) Set the storageProfile property: Storage profile of a server.ServerProperties.withUserVisibleState
(ServerState userVisibleState) Set the userVisibleState property: A state of a server that is visible to user.ServerProperties.withVersion
(ServerVersion version) Set the version property: Server version.