Class ListVpnServerConfigurationPolicyGroupsResult

java.lang.Object
com.azure.resourcemanager.network.models.ListVpnServerConfigurationPolicyGroupsResult

public final class ListVpnServerConfigurationPolicyGroupsResult extends Object
Result of the request to list VpnServerConfigurationPolicyGroups. It contains a list of VpnServerConfigurationPolicyGroups and a URL nextLink to get the next set of results.
  • Constructor Details

    • ListVpnServerConfigurationPolicyGroupsResult

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

    • value

      Get the value property: List of VpnServerConfigurationPolicyGroups.
      Returns:
      the value value.
    • withValue

      Set the value property: List of VpnServerConfigurationPolicyGroups.
      Parameters:
      value - the value value to set.
      Returns:
      the ListVpnServerConfigurationPolicyGroupsResult object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: URL to get the next set of operation list results if there are any.
      Returns:
      the nextLink value.
    • withNextLink

      public ListVpnServerConfigurationPolicyGroupsResult withNextLink(String nextLink)
      Set the nextLink property: URL to get the next set of operation list results if there are any.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the ListVpnServerConfigurationPolicyGroupsResult object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.