Class RedisFirewallRuleListResult


  • public final class RedisFirewallRuleListResult
    extends Object
    The response of list firewall rules Redis operation.
    • Constructor Detail

      • RedisFirewallRuleListResult

        public RedisFirewallRuleListResult()
    • Method Detail

      • value

        public List<RedisFirewallRuleInner> value()
        Get the value property: Results of the list firewall rules operation.
        Returns:
        the value value.
      • withValue

        public RedisFirewallRuleListResult withValue​(List<RedisFirewallRuleInner> value)
        Set the value property: Results of the list firewall rules operation.
        Parameters:
        value - the value value to set.
        Returns:
        the RedisFirewallRuleListResult object itself.
      • nextLink

        public String nextLink()
        Get the nextLink property: Link for next page of results.
        Returns:
        the nextLink value.
      • validate

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