public final class HostnameSslState extends Object
| Constructor and Description |
|---|
HostnameSslState() |
| Modifier and Type | Method and Description |
|---|---|
HostType |
hostType()
Get the hostType property: Indicates whether the hostname is a standard or repository hostname.
|
String |
name()
Get the name property: Hostname.
|
SslState |
sslState()
Get the sslState property: SSL type.
|
String |
thumbprint()
Get the thumbprint property: SSL certificate thumbprint.
|
Boolean |
toUpdate()
Get the toUpdate property: Set to <code>true</code> to update existing hostname.
|
void |
validate()
Validates the instance.
|
String |
virtualIp()
Get the virtualIp property: Virtual IP address assigned to the hostname if IP based SSL is enabled.
|
HostnameSslState |
withHostType(HostType hostType)
Set the hostType property: Indicates whether the hostname is a standard or repository hostname.
|
HostnameSslState |
withName(String name)
Set the name property: Hostname.
|
HostnameSslState |
withSslState(SslState sslState)
Set the sslState property: SSL type.
|
HostnameSslState |
withThumbprint(String thumbprint)
Set the thumbprint property: SSL certificate thumbprint.
|
HostnameSslState |
withToUpdate(Boolean toUpdate)
Set the toUpdate property: Set to <code>true</code> to update existing hostname.
|
HostnameSslState |
withVirtualIp(String virtualIp)
Set the virtualIp property: 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 set.public SslState sslState()
public HostnameSslState withSslState(SslState sslState)
sslState - the sslState value to set.public String virtualIp()
public HostnameSslState withVirtualIp(String virtualIp)
virtualIp - the virtualIp value to set.public String thumbprint()
public HostnameSslState withThumbprint(String thumbprint)
thumbprint - the thumbprint value to set.public Boolean toUpdate()
public HostnameSslState withToUpdate(Boolean toUpdate)
toUpdate - the toUpdate value to set.public HostType hostType()
public HostnameSslState withHostType(HostType hostType)
hostType - the hostType value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.