public class RedisFirewallRuleCreateParameters extends Object
| Constructor and Description |
|---|
RedisFirewallRuleCreateParameters() |
| Modifier and Type | Method and Description |
|---|---|
String |
endIP()
Get the endIP value.
|
String |
startIP()
Get the startIP value.
|
RedisFirewallRuleCreateParameters |
withEndIP(String endIP)
Set the endIP value.
|
RedisFirewallRuleCreateParameters |
withStartIP(String startIP)
Set the startIP value.
|
public String startIP()
public RedisFirewallRuleCreateParameters withStartIP(String startIP)
startIP - the startIP value to setpublic String endIP()
public RedisFirewallRuleCreateParameters withEndIP(String endIP)
endIP - the endIP value to setCopyright © 2019. All rights reserved.