Class FirewallRuleListResult

java.lang.Object
com.azure.resourcemanager.mariadb.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.
    • validate

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