Class FirewallRuleListResult

java.lang.Object
com.azure.resourcemanager.mysqlflexibleserver.models.FirewallRuleListResult

public final class FirewallRuleListResult extends Object
A list of firewall rules.
  • Constructor Details

    • FirewallRuleListResult

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

    • value

      public List<FirewallRuleInner> value()
      Get the value property: The list of firewall rules in a server.
      Returns:
      the value value.
    • withValue

      public FirewallRuleListResult withValue(List<FirewallRuleInner> value)
      Set the value property: The list of firewall rules in a server.
      Parameters:
      value - the value value to set.
      Returns:
      the FirewallRuleListResult object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: The link used to get the next page of operations.
      Returns:
      the nextLink value.
    • withNextLink

      public FirewallRuleListResult withNextLink(String nextLink)
      Set the nextLink property: The link used to get the next page of operations.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the FirewallRuleListResult object itself.
    • validate

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