Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HostNameSslState

Package version

SSL-enabled hostname.

Hierarchy

  • HostNameSslState

Index

Properties

Optional hostType

hostType: HostType

Indicates whether the hostname is a standard or repository hostname. Possible values include: 'Standard', 'Repository'

Optional name

name: undefined | string

Hostname.

Optional sslState

sslState: SslState

SSL type. Possible values include: 'Disabled', 'SniEnabled', 'IpBasedEnabled'

Optional thumbprint

thumbprint: undefined | string

SSL certificate thumbprint.

Optional toUpdate

toUpdate: undefined | false | true

Set to true to update existing hostname.

Optional virtualIP

virtualIP: undefined | string

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

Generated using TypeDoc