VpnServerConfigVpnClientRootCertificate Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. VpnServerConfigVpnClientRootCertificate
- com.
Implements
public final class VpnServerConfigVpnClientRootCertificate
implements JsonSerializable<VpnServerConfigVpnClientRootCertificate>
Properties of VPN client root certificate of VpnServerConfiguration.
Constructor Summary
Constructor | Description |
---|---|
VpnServerConfigVpnClientRootCertificate() |
Creates an instance of Vpn |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Vpn |
fromJson(JsonReader jsonReader)
Reads an instance of Vpn |
String |
name()
Get the name property: The certificate name. |
String |
publicCertData()
Get the public |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Vpn |
withName(String name)
Set the name property: The certificate name. |
Vpn |
withPublicCertData(String publicCertData)
Set the public |
Methods inherited from java.lang.Object
Constructor Details
VpnServerConfigVpnClientRootCertificate
public VpnServerConfigVpnClientRootCertificate()
Creates an instance of VpnServerConfigVpnClientRootCertificate class.
Method Details
fromJson
public static VpnServerConfigVpnClientRootCertificate fromJson(JsonReader jsonReader)
Reads an instance of VpnServerConfigVpnClientRootCertificate from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: The certificate name.
Returns:
publicCertData
public String publicCertData()
Get the publicCertData property: The certificate public data.
Returns:
toJson
validate
public void validate()
Validates the instance.
withName
public VpnServerConfigVpnClientRootCertificate withName(String name)
Set the name property: The certificate name.
Parameters:
Returns:
withPublicCertData
public VpnServerConfigVpnClientRootCertificate withPublicCertData(String publicCertData)
Set the publicCertData property: The certificate public data.
Parameters:
Returns:
Applies to
Azure SDK for Java