HostNameSslStateResponse

data class HostNameSslStateResponse(val hostType: String? = null, val name: String? = null, val sslState: String? = null, val thumbprint: String? = null, val toUpdate: Boolean? = null, val virtualIP: String? = null)

SSL-enabled hostname.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val hostType: String? = null

Indicates whether the hostname is a standard or repository hostname.

Link copied to clipboard
val name: String? = null

Hostname.

Link copied to clipboard
val sslState: String? = null

SSL type.

Link copied to clipboard
val thumbprint: String? = null

SSL certificate thumbprint.

Link copied to clipboard
val toUpdate: Boolean? = null

Set to true to update existing hostname.

Link copied to clipboard
val virtualIP: String? = null

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