HostNameSslState 类
定义
SSL-enabled hostname.
public class HostNameSslState
- 继承
-
java.lang.ObjectHostNameSslState
方法
hostType() |
Get the hostType value.
|
name() |
Get the name value.
|
sslState() |
Get the sslState value.
|
thumbprint() |
Get the thumbprint value.
|
toUpdate() |
Get the toUpdate value.
|
virtualIP() |
Get the virtualIP value.
|
withHostType(HostType hostType) |
Set the hostType value.
|
withName(String name) |
Set the name value.
|
withSslState(SslState sslState) |
Set the sslState value.
|
withThumbprint(String thumbprint) |
Set the thumbprint value.
|
withToUpdate(Boolean toUpdate) |
Set the toUpdate value.
|
withVirtualIP(String virtualIP) |
Set the virtualIP value.
|