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 Details

    • VpnServerConfigurationsResponseInner

      public VpnServerConfigurationsResponseInner()
      Creates an instance of VpnServerConfigurationsResponseInner class.
  • Method Details

    • 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.