Server Properties For Default Create Args
data class ServerPropertiesForDefaultCreateArgs(val administratorLogin: Output<String>, val administratorLoginPassword: Output<String>, val createMode: Output<String>, val infrastructureEncryption: Output<Either<String, InfrastructureEncryption>>? = null, val minimalTlsVersion: Output<Either<String, MinimalTlsVersionEnum>>? = null, val publicNetworkAccess: Output<Either<String, PublicNetworkAccessEnum>>? = null, val sslEnforcement: Output<SslEnforcementEnum>? = null, val storageProfile: Output<StorageProfileArgs>? = null, val version: Output<Either<String, SingleServerVersion>>? = null) : ConvertibleToJava<ServerPropertiesForDefaultCreateArgs>
The properties used to create a new server.
Constructors
Link copied to clipboard
constructor(administratorLogin: Output<String>, administratorLoginPassword: Output<String>, createMode: Output<String>, infrastructureEncryption: Output<Either<String, InfrastructureEncryption>>? = null, minimalTlsVersion: Output<Either<String, MinimalTlsVersionEnum>>? = null, publicNetworkAccess: Output<Either<String, PublicNetworkAccessEnum>>? = null, sslEnforcement: Output<SslEnforcementEnum>? = null, storageProfile: Output<StorageProfileArgs>? = null, version: Output<Either<String, SingleServerVersion>>? = 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). The login name is required when updating password.
Link copied to clipboard
The password of the administrator login.
Link copied to clipboard
The mode to create a new server. Expected value is 'Default'.
Link copied to clipboard
Status showing whether the server enabled infrastructure encryption.
Link copied to clipboard
Enforce a minimal Tls version for the server.
Link copied to clipboard
Whether or not public network access is allowed for this server. Value is optional but if passed in, must be 'Enabled' or 'Disabled'
Link copied to clipboard
Enable ssl enforcement or not when connect to server.
Link copied to clipboard
Storage profile of a server.
Link copied to clipboard
Server version.