HostNameSslStateArgs

data class HostNameSslStateArgs(val hostType: Output<HostType>? = null, val name: Output<String>? = null, val sslState: Output<SslState>? = null, val thumbprint: Output<String>? = null, val toUpdate: Output<Boolean>? = null, val virtualIP: Output<String>? = null) : ConvertibleToJava<HostNameSslStateArgs>

SSL-enabled hostname.

Constructors

Link copied to clipboard
constructor(hostType: Output<HostType>? = null, name: Output<String>? = null, sslState: Output<SslState>? = null, thumbprint: Output<String>? = null, toUpdate: Output<Boolean>? = null, virtualIP: Output<String>? = null)

Properties

Link copied to clipboard
val hostType: Output<HostType>? = null

Indicates whether the hostname is a standard or repository hostname.

Link copied to clipboard
val name: Output<String>? = null

Hostname.

Link copied to clipboard
val sslState: Output<SslState>? = null

SSL type.

Link copied to clipboard
val thumbprint: Output<String>? = null

SSL certificate thumbprint.

Link copied to clipboard
val toUpdate: Output<Boolean>? = null

Set to true to update existing hostname.

Link copied to clipboard
val virtualIP: Output<String>? = null

Virtual IP address assigned to the hostname if IP based SSL is enabled.

Functions

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