Class VpnServerConfigurationsResponseInner
java.lang.Object
com.azure.resourcemanager.network.fluent.models.VpnServerConfigurationsResponseInner
VpnServerConfigurations list associated with VirtualWan Response.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of VpnServerConfigurationsResponseInner class. -
Method Summary
Modifier and TypeMethodDescriptionvoidvalidate()Validates the instance.Get the vpnServerConfigurationResourceIds property: List of VpnServerConfigurations associated with VirtualWan.withVpnServerConfigurationResourceIds(List<String> vpnServerConfigurationResourceIds) Set the vpnServerConfigurationResourceIds property: List of VpnServerConfigurations associated with VirtualWan.
-
Constructor Details
-
VpnServerConfigurationsResponseInner
public VpnServerConfigurationsResponseInner()Creates an instance of VpnServerConfigurationsResponseInner class.
-
-
Method Details
-
vpnServerConfigurationResourceIds
Get the vpnServerConfigurationResourceIds property: List of VpnServerConfigurations associated with VirtualWan.- Returns:
- the vpnServerConfigurationResourceIds value.
-
withVpnServerConfigurationResourceIds
public VpnServerConfigurationsResponseInner withVpnServerConfigurationResourceIds(List<String> vpnServerConfigurationResourceIds) Set the vpnServerConfigurationResourceIds property: List of VpnServerConfigurations associated with VirtualWan.- Parameters:
vpnServerConfigurationResourceIds- the vpnServerConfigurationResourceIds value to set.- Returns:
- the VpnServerConfigurationsResponseInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-