SslConfiguration Class
- java.
lang. Object - com.
azure. resourcemanager. machinelearning. models. SslConfiguration
- com.
Implements
public final class SslConfiguration
implements JsonSerializable<SslConfiguration>
The ssl configuration for scoring.
Constructor Summary
| Constructor | Description |
|---|---|
| SslConfiguration() |
Creates an instance of Ssl |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
cert()
Get the cert property: Cert data. |
| String |
cname()
Get the cname property: CNAME of the cert. |
|
static
Ssl |
fromJson(JsonReader jsonReader)
Reads an instance of Ssl |
| String |
key()
Get the key property: Key data. |
| String |
leafDomainLabel()
Get the leaf |
| Boolean |
overwriteExistingDomain()
Get the overwrite |
|
Ssl |
status()
Get the status property: Enable or disable ssl for scoring. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Ssl |
withCert(String cert)
Set the cert property: Cert data. |
|
Ssl |
withCname(String cname)
Set the cname property: CNAME of the cert. |
|
Ssl |
withKey(String key)
Set the key property: Key data. |
|
Ssl |
withLeafDomainLabel(String leafDomainLabel)
Set the leaf |
|
Ssl |
withOverwriteExistingDomain(Boolean overwriteExistingDomain)
Set the overwrite |
|
Ssl |
withStatus(SslConfigStatus status)
Set the status property: Enable or disable ssl for scoring. |
Methods inherited from java.lang.Object
Constructor Details
SslConfiguration
public SslConfiguration()
Creates an instance of SslConfiguration class.
Method Details
cert
public String cert()
Get the cert property: Cert data.
Returns:
cname
public String cname()
Get the cname property: CNAME of the cert.
Returns:
fromJson
public static SslConfiguration fromJson(JsonReader jsonReader)
Reads an instance of SslConfiguration from the JsonReader.
Parameters:
Returns:
Throws:
key
public String key()
Get the key property: Key data.
Returns:
leafDomainLabel
public String leafDomainLabel()
Get the leafDomainLabel property: Leaf domain label of public endpoint.
Returns:
overwriteExistingDomain
public Boolean overwriteExistingDomain()
Get the overwriteExistingDomain property: Indicates whether to overwrite existing domain label.
Returns:
status
public SslConfigStatus status()
Get the status property: Enable or disable ssl for scoring.
Returns:
toJson
validate
public void validate()
Validates the instance.
withCert
public SslConfiguration withCert(String cert)
Set the cert property: Cert data.
Parameters:
Returns:
withCname
public SslConfiguration withCname(String cname)
Set the cname property: CNAME of the cert.
Parameters:
Returns:
withKey
public SslConfiguration withKey(String key)
Set the key property: Key data.
Parameters:
Returns:
withLeafDomainLabel
public SslConfiguration withLeafDomainLabel(String leafDomainLabel)
Set the leafDomainLabel property: Leaf domain label of public endpoint.
Parameters:
Returns:
withOverwriteExistingDomain
public SslConfiguration withOverwriteExistingDomain(Boolean overwriteExistingDomain)
Set the overwriteExistingDomain property: Indicates whether to overwrite existing domain label.
Parameters:
Returns:
withStatus
public SslConfiguration withStatus(SslConfigStatus status)
Set the status property: Enable or disable ssl for scoring.
Parameters:
Returns: