public class HostNameSslState extends Object
Constructor and Description |
---|
HostNameSslState() |
Modifier and Type | Method and Description |
---|---|
HostType |
hostType()
Get indicates whether the hostname is a standard or repository hostname.
|
String |
name()
Get hostname.
|
SslState |
sslState()
Get sSL type.
|
String |
thumbprint()
Get sSL certificate thumbprint.
|
Boolean |
toUpdate()
Get set to <code>true</code> to update existing hostname.
|
String |
virtualIP()
Get virtual IP address assigned to the hostname if IP based SSL is enabled.
|
HostNameSslState |
withHostType(HostType hostType)
Set indicates whether the hostname is a standard or repository hostname.
|
HostNameSslState |
withName(String name)
Set hostname.
|
HostNameSslState |
withSslState(SslState sslState)
Set sSL type.
|
HostNameSslState |
withThumbprint(String thumbprint)
Set sSL certificate thumbprint.
|
HostNameSslState |
withToUpdate(Boolean toUpdate)
Set set to <code>true</code> to update existing hostname.
|
HostNameSslState |
withVirtualIP(String virtualIP)
Set virtual IP address assigned to the hostname if IP based SSL is enabled.
|
public String name()
public HostNameSslState withName(String name)
name
- the name value to setpublic SslState sslState()
public HostNameSslState withSslState(SslState sslState)
sslState
- the sslState value to setpublic String virtualIP()
public HostNameSslState withVirtualIP(String virtualIP)
virtualIP
- the virtualIP value to setpublic String thumbprint()
public HostNameSslState withThumbprint(String thumbprint)
thumbprint
- the thumbprint value to setpublic Boolean toUpdate()
public HostNameSslState withToUpdate(Boolean toUpdate)
toUpdate
- the toUpdate value to setpublic HostType hostType()
public HostNameSslState withHostType(HostType hostType)
hostType
- the hostType value to setCopyright © 2019. All rights reserved.