public class HostNameSslState extends Object
| Constructor and Description |
|---|
HostNameSslState() |
| Modifier and Type | Method and Description |
|---|---|
HostType |
hostType()
Get the hostType value.
|
String |
name()
Get the name value.
|
SslState |
sslState()
Get the sslState value.
|
String |
thumbprint()
Get the thumbprint value.
|
Boolean |
toUpdate()
Get the toUpdate value.
|
String |
virtualIP()
Get the virtualIP value.
|
HostNameSslState |
withHostType(HostType hostType)
Set the hostType value.
|
HostNameSslState |
withName(String name)
Set the name value.
|
HostNameSslState |
withSslState(SslState sslState)
Set the sslState value.
|
HostNameSslState |
withThumbprint(String thumbprint)
Set the thumbprint value.
|
HostNameSslState |
withToUpdate(Boolean toUpdate)
Set the toUpdate value.
|
HostNameSslState |
withVirtualIP(String virtualIP)
Set the virtualIP value.
|
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 set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/