public class RedisFirewallRuleInner
extends com.azure.core.management.ProxyResource
| Constructor and Description |
|---|
RedisFirewallRuleInner() |
| 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.
|
RedisFirewallRuleInner |
withEndIp(String endIp)
Set the endIp property: highest IP address included in the range.
|
RedisFirewallRuleInner |
withStartIp(String startIp)
Set the startIp property: lowest IP address included in the range.
|
public String startIp()
public RedisFirewallRuleInner withStartIp(String startIp)
startIp - the startIp value to set.public String endIp()
public RedisFirewallRuleInner 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.