ServerPropertiesForDefaultCreateArgs

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, ServerVersion>>? = 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, ServerVersion>>? = 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
val createMode: Output<String>

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
val minimalTlsVersion: Output<Either<String, MinimalTlsVersionEnum>>? = null

Enforce a minimal Tls version for the server.

Link copied to clipboard
val publicNetworkAccess: Output<Either<String, PublicNetworkAccessEnum>>? = null

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
val sslEnforcement: Output<SslEnforcementEnum>? = null

Enable ssl enforcement or not when connect to server.

Link copied to clipboard
val storageProfile: Output<StorageProfileArgs>? = null

Storage profile of a server.

Link copied to clipboard
val version: Output<Either<String, ServerVersion>>? = null

Server version.

Functions

Link copied to clipboard
open override fun toJava(): ServerPropertiesForDefaultCreateArgs