Class RedisFirewallRuleCreateParameters


  • public class RedisFirewallRuleCreateParameters
    extends Object
    Parameters required for creating a firewall rule on redis cache.
    • Constructor Detail

      • RedisFirewallRuleCreateParameters

        public RedisFirewallRuleCreateParameters()
    • Method Detail

      • startIP

        public String startIP()
        Get the startIP value.
        Returns:
        the startIP value
      • withStartIP

        public RedisFirewallRuleCreateParameters withStartIP​(String startIP)
        Set the startIP value.
        Parameters:
        startIP - the startIP value to set
        Returns:
        the RedisFirewallRuleCreateParameters object itself.
      • endIP

        public String endIP()
        Get the endIP value.
        Returns:
        the endIP value
      • withEndIP

        public RedisFirewallRuleCreateParameters withEndIP​(String endIP)
        Set the endIP value.
        Parameters:
        endIP - the endIP value to set
        Returns:
        the RedisFirewallRuleCreateParameters object itself.