public class ListFirewallRulesOptions extends AccountInDomainOptions
Modifier and Type | Class and Description |
---|---|
static class |
ListFirewallRulesOptions.Builder |
Modifier and Type | Field and Description |
---|---|
static ListFirewallRulesOptions |
NONE |
formParameters, headers, matrixParameters, pathSuffix, payload, queryParameters
Constructor and Description |
---|
ListFirewallRulesOptions() |
Modifier and Type | Method and Description |
---|---|
ListFirewallRulesOptions |
accountInDomain(String account,
long domain) |
ListFirewallRulesOptions |
domainId(long domainId) |
ListFirewallRulesOptions |
id(long id) |
ListFirewallRulesOptions |
ipAddressId(long ipAddressId) |
ListFirewallRulesOptions |
keyword(String keyword) |
ListFirewallRulesOptions |
page(long page) |
ListFirewallRulesOptions |
pageSize(long pageSize) |
buildFormParameters, buildMatrixParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstMatrixOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
public static final ListFirewallRulesOptions NONE
public ListFirewallRulesOptions id(long id)
id
- firewall rule IDpublic ListFirewallRulesOptions ipAddressId(long ipAddressId)
ipAddressId
- the id of IP address of the firwall servicespublic ListFirewallRulesOptions keyword(String keyword)
keyword
- list by keywordpublic ListFirewallRulesOptions page(long page)
public ListFirewallRulesOptions pageSize(long pageSize)
public ListFirewallRulesOptions accountInDomain(String account, long domain)
accountInDomain
in class AccountInDomainOptions
account
- an optional account for the resourcedomain
- domain idpublic ListFirewallRulesOptions domainId(long domainId)
domainId
in class AccountInDomainOptions
domainId
- The domain for the resourceCopyright © 2009-2012 jclouds. All Rights Reserved.