ServerCertificateCommonNames Class
- java.
lang. Object - com.
azure. resourcemanager. servicefabric. models. ServerCertificateCommonNames
- com.
Implements
public final class ServerCertificateCommonNames
implements JsonSerializable<ServerCertificateCommonNames>
Describes a list of server certificates referenced by common name that are used to secure the cluster.
Constructor Summary
| Constructor | Description |
|---|---|
| ServerCertificateCommonNames() |
Creates an instance of Server |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
List<Server |
commonNames()
Get the common |
|
static
Server |
fromJson(JsonReader jsonReader)
Reads an instance of Server |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Server |
withCommonNames(List<ServerCertificateCommonName> commonNames)
Set the common |
|
Server |
withX509StoreName(StoreName x509StoreName)
Set the x509Store |
|
Store |
x509StoreName()
Get the x509Store |
Methods inherited from java.lang.Object
Constructor Details
ServerCertificateCommonNames
public ServerCertificateCommonNames()
Creates an instance of ServerCertificateCommonNames class.
Method Details
commonNames
public List<ServerCertificateCommonName> commonNames()
Get the commonNames property: The list of server certificates referenced by common name that are used to secure the cluster.
Returns:
fromJson
public static ServerCertificateCommonNames fromJson(JsonReader jsonReader)
Reads an instance of ServerCertificateCommonNames from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withCommonNames
public ServerCertificateCommonNames withCommonNames(List<ServerCertificateCommonName> commonNames)
Set the commonNames property: The list of server certificates referenced by common name that are used to secure the cluster.
Parameters:
Returns:
withX509StoreName
public ServerCertificateCommonNames withX509StoreName(StoreName x509StoreName)
Set the x509StoreName property: The local certificate store location.
Parameters:
Returns:
x509StoreName
public StoreName x509StoreName()
Get the x509StoreName property: The local certificate store location.
Returns: