Class RedisFirewallRuleCreateParameters
java.lang.Object
com.microsoft.azure.management.redis.RedisFirewallRuleCreateParameters
Parameters required for creating a firewall rule on redis cache.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionendIP()
Get the endIP value.startIP()
Get the startIP value.Set the endIP value.withStartIP
(String startIP) Set the startIP value.
-
Constructor Details
-
RedisFirewallRuleCreateParameters
public RedisFirewallRuleCreateParameters()
-
-
Method Details
-
startIP
Get the startIP value.- Returns:
- the startIP value
-
withStartIP
Set the startIP value.- Parameters:
startIP
- the startIP value to set- Returns:
- the RedisFirewallRuleCreateParameters object itself.
-
endIP
Get the endIP value.- Returns:
- the endIP value
-
withEndIP
Set the endIP value.- Parameters:
endIP
- the endIP value to set- Returns:
- the RedisFirewallRuleCreateParameters object itself.
-