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.

Constructor Summary

Constructor Description
VpnServerConfigurationsResponseInner()

Creates an instance of VpnServerConfigurationsResponseInner class.

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.

VpnServerConfigurationsResponseInner withVpnServerConfigurationResourceIds(List<String> vpnServerConfigurationResourceIds)

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

Methods inherited from java.lang.Object

Constructor Details

VpnServerConfigurationsResponseInner

public VpnServerConfigurationsResponseInner()

Creates an instance of VpnServerConfigurationsResponseInner class.

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 vpnServerConfigurationResourceIds()

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

Returns:

the vpnServerConfigurationResourceIds value.

withVpnServerConfigurationResourceIds

public VpnServerConfigurationsResponseInner withVpnServerConfigurationResourceIds(List vpnServerConfigurationResourceIds)

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

Parameters:

vpnServerConfigurationResourceIds - the vpnServerConfigurationResourceIds value to set.

Returns:

the VpnServerConfigurationsResponseInner object itself.

Applies to