VpnServerConfigurationsResponseInner Class
- java.
lang. Object - com.
azure. resourcemanager. network. fluent. models. VpnServerConfigurationsResponseInner
- com.
Implements
public final class VpnServerConfigurationsResponseInner
implements JsonSerializable<VpnServerConfigurationsResponseInner>
VpnServerConfigurations list associated with VirtualWan Response.
Constructor Summary
Constructor | Description |
---|---|
VpnServerConfigurationsResponseInner() |
Creates an instance of Vpn |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Vpn |
fromJson(JsonReader jsonReader)
Reads an instance of Vpn |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
List<String> |
vpnServerConfigurationResourceIds()
Get the vpn |
Vpn |
withVpnServerConfigurationResourceIds(List<String> vpnServerConfigurationResourceIds)
Set the vpn |
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:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
vpnServerConfigurationResourceIds
public List
Get the vpnServerConfigurationResourceIds property: List of VpnServerConfigurations associated with VirtualWan.
Returns:
withVpnServerConfigurationResourceIds
public VpnServerConfigurationsResponseInner withVpnServerConfigurationResourceIds(List
Set the vpnServerConfigurationResourceIds property: List of VpnServerConfigurations associated with VirtualWan.
Parameters:
Returns:
Applies to
Azure SDK for Java