public class CreateOrUpdateFirewallRuleParameters extends Object
Constructor and Description |
---|
CreateOrUpdateFirewallRuleParameters() |
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.
|
CreateOrUpdateFirewallRuleParameters |
withEndIpAddress(String endIpAddress)
Set the end IP address for the firewall rule.
|
CreateOrUpdateFirewallRuleParameters |
withStartIpAddress(String startIpAddress)
Set the start IP address for the firewall rule.
|
public CreateOrUpdateFirewallRuleParameters()
public String startIpAddress()
public CreateOrUpdateFirewallRuleParameters withStartIpAddress(String startIpAddress)
startIpAddress
- the startIpAddress value to setpublic String endIpAddress()
public CreateOrUpdateFirewallRuleParameters withEndIpAddress(String endIpAddress)
endIpAddress
- the endIpAddress value to setCopyright © 2019. All rights reserved.