VpnServerConfigurationsResponseInner Class

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

Implements

public final class VpnServerConfigurationsResponseInner
implements JsonSerializable<VpnServerConfigurationsResponseInner>

VpnServerConfigurations list associated with VirtualWan Response.

Method Summary

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

Reads an instance of VpnServerConfigurationsResponseInner from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<String> vpnServerConfigurationResourceIds()

Get the vpnServerConfigurationResourceIds property: List of VpnServerConfigurations associated with VirtualWan.

Methods inherited from java.lang.Object

Method Details

fromJson

public static VpnServerConfigurationsResponseInner fromJson(JsonReader jsonReader)

Reads an instance of VpnServerConfigurationsResponseInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

Throws:

IOException

- If an error occurs while reading the VpnServerConfigurationsResponseInner.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

vpnServerConfigurationResourceIds

public List<String> vpnServerConfigurationResourceIds()

Get the vpnServerConfigurationResourceIds property: List of VpnServerConfigurations associated with VirtualWan.

Returns:

the vpnServerConfigurationResourceIds value.

Applies to