VpnServerConfigRadiusServerRootCertificate Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. VpnServerConfigRadiusServerRootCertificate
- com.
Implements
public final class VpnServerConfigRadiusServerRootCertificate
implements JsonSerializable<VpnServerConfigRadiusServerRootCertificate>
Properties of Radius Server root certificate of VpnServerConfiguration.
Constructor Summary
Constructor | Description |
---|---|
VpnServerConfigRadiusServerRootCertificate() |
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
VpnServerConfigRadiusServerRootCertificate
public VpnServerConfigRadiusServerRootCertificate()
Creates an instance of VpnServerConfigRadiusServerRootCertificate class.
Method Details
fromJson
public static VpnServerConfigRadiusServerRootCertificate fromJson(JsonReader jsonReader)
Reads an instance of VpnServerConfigRadiusServerRootCertificate 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 VpnServerConfigRadiusServerRootCertificate withName(String name)
Set the name property: The certificate name.
Parameters:
Returns:
withPublicCertData
public VpnServerConfigRadiusServerRootCertificate withPublicCertData(String publicCertData)
Set the publicCertData property: The certificate public data.
Parameters:
Returns:
Applies to
Azure SDK for Java