public class UpdateFirewallRuleParameters extends Object
Constructor and Description |
---|
UpdateFirewallRuleParameters() |
Modifier and Type | Method and Description |
---|---|
String |
endIpAddress()
Get the end IP address for the firewall rule.
|
String |
startIpAddress()
Get the start IP address for the firewall rule.
|
UpdateFirewallRuleParameters |
withEndIpAddress(String endIpAddress)
Set the end IP address for the firewall rule.
|
UpdateFirewallRuleParameters |
withStartIpAddress(String startIpAddress)
Set the start IP address for the firewall rule.
|
public String startIpAddress()
public UpdateFirewallRuleParameters withStartIpAddress(String startIpAddress)
startIpAddress
- the startIpAddress value to setpublic String endIpAddress()
public UpdateFirewallRuleParameters withEndIpAddress(String endIpAddress)
endIpAddress
- the endIpAddress value to setCopyright © 2019. All rights reserved.