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