Class VpnServerConfigurationsResponseInner
- java.lang.Object
-
- com.azure.resourcemanager.network.fluent.models.VpnServerConfigurationsResponseInner
-
public final class VpnServerConfigurationsResponseInner extends Object
VpnServerConfigurations list associated with VirtualWan Response.
-
-
Constructor Summary
Constructors Constructor Description VpnServerConfigurationsResponseInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalidate()Validates the instance.List<String>vpnServerConfigurationResourceIds()Get the vpnServerConfigurationResourceIds property: List of VpnServerConfigurations associated with VirtualWan.VpnServerConfigurationsResponseInnerwithVpnServerConfigurationResourceIds(List<String> vpnServerConfigurationResourceIds)Set the vpnServerConfigurationResourceIds property: List of VpnServerConfigurations associated with VirtualWan.
-
-
-
Method Detail
-
vpnServerConfigurationResourceIds
public List<String> 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.
-
-