public final class RedisFirewallRuleProperties extends Object
| Constructor and Description |
|---|
RedisFirewallRuleProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
endIp()
Get the endIp property: highest IP address included in the range.
|
String |
startIp()
Get the startIp property: lowest IP address included in the range.
|
void |
validate()
Validates the instance.
|
RedisFirewallRuleProperties |
withEndIp(String endIp)
Set the endIp property: highest IP address included in the range.
|
RedisFirewallRuleProperties |
withStartIp(String startIp)
Set the startIp property: lowest IP address included in the range.
|
public String startIp()
public RedisFirewallRuleProperties withStartIp(String startIp)
startIp - the startIp value to set.public String endIp()
public RedisFirewallRuleProperties withEndIp(String endIp)
endIp - the endIp value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.