Class RedisFirewallRuleCreateParameters

java.lang.Object
com.microsoft.azure.management.redis.RedisFirewallRuleCreateParameters

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

    • RedisFirewallRuleCreateParameters

      public RedisFirewallRuleCreateParameters()
  • Method Details

    • 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.