VpnClientRootCertificatePropertiesFormat Class

  • java.lang.Object
    • com.azure.resourcemanager.network.fluent.models.VpnClientRootCertificatePropertiesFormat

Implements

public final class VpnClientRootCertificatePropertiesFormat
implements JsonSerializable<VpnClientRootCertificatePropertiesFormat>

Properties of SSL certificates of application gateway.

Constructor Summary

Constructor Description
VpnClientRootCertificatePropertiesFormat()

Creates an instance of VpnClientRootCertificatePropertiesFormat class.

Method Summary

Modifier and Type Method and Description
static VpnClientRootCertificatePropertiesFormat fromJson(JsonReader jsonReader)

Reads an instance of VpnClientRootCertificatePropertiesFormat from the JsonReader.

ProvisioningState provisioningState()

Get the provisioningState property: The provisioning state of the VPN client root certificate resource.

String publicCertData()

Get the publicCertData property: The certificate public data.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

VpnClientRootCertificatePropertiesFormat withPublicCertData(String publicCertData)

Set the publicCertData property: The certificate public data.

Methods inherited from java.lang.Object

Constructor Details

VpnClientRootCertificatePropertiesFormat

public VpnClientRootCertificatePropertiesFormat()

Creates an instance of VpnClientRootCertificatePropertiesFormat class.

Method Details

fromJson

public static VpnClientRootCertificatePropertiesFormat fromJson(JsonReader jsonReader)

Reads an instance of VpnClientRootCertificatePropertiesFormat from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of VpnClientRootCertificatePropertiesFormat if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

provisioningState

public ProvisioningState provisioningState()

Get the provisioningState property: The provisioning state of the VPN client root certificate resource.

Returns:

the provisioningState value.

publicCertData

public String publicCertData()

Get the publicCertData property: The certificate public data.

Returns:

the publicCertData value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withPublicCertData

public VpnClientRootCertificatePropertiesFormat withPublicCertData(String publicCertData)

Set the publicCertData property: The certificate public data.

Parameters:

publicCertData - the publicCertData value to set.

Returns:

the VpnClientRootCertificatePropertiesFormat object itself.

Applies to