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