HostNameSslState Class

SSL-enabled hostname.

Constructor

HostNameSslState(*args: Any, **kwargs: Any)

Variables

Name Description
name
str

Hostname.

ssl_state

SSL type. Known values are: "Disabled", "SniEnabled", and "IpBasedEnabled".

virtual_ip
str

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

thumbprint
str

SSL certificate thumbprint.

to_update

Set to true to update existing hostname.

host_type

Indicates whether the hostname is a standard or repository hostname. Known values are: "Standard" and "Repository".

Attributes

host_type

Indicates whether the hostname is a standard or repository hostname. Known values are: "Standard" and "Repository".

host_type: str | _models.HostType | None

name

Hostname.

name: str | None

ssl_state

"Disabled", "SniEnabled", and "IpBasedEnabled".

ssl_state: str | _models.SslState | None

thumbprint

SSL certificate thumbprint.

thumbprint: str | None

to_update

Set to true to update existing hostname.

to_update: bool | None

virtual_ip

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

virtual_ip: str | None