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, pathSuffix, payload, queryParameters| Constructor and Description |
|---|
ListFirewallRulesOptions() |
| Modifier and Type | Method and Description |
|---|---|
ListFirewallRulesOptions |
accountInDomain(String account,
String domain) |
ListFirewallRulesOptions |
domainId(String domainId) |
ListFirewallRulesOptions |
id(String id) |
ListFirewallRulesOptions |
ipAddressId(String ipAddressId) |
ListFirewallRulesOptions |
keyword(String keyword) |
ListFirewallRulesOptions |
page(long page) |
ListFirewallRulesOptions |
pageSize(long pageSize) |
ListFirewallRulesOptions |
projectId(String projectId) |
ListFirewallRulesOptions |
tags(Map<String,String> tags) |
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toStringpublic static final ListFirewallRulesOptions NONE
public ListFirewallRulesOptions id(String id)
id - firewall rule IDpublic ListFirewallRulesOptions ipAddressId(String ipAddressId)
ipAddressId - the id of IP address of the firewall servicespublic ListFirewallRulesOptions projectId(String projectId)
projectId - List firewall rules in this project.public ListFirewallRulesOptions keyword(String keyword)
keyword - list by keywordpublic ListFirewallRulesOptions page(long page)
public ListFirewallRulesOptions pageSize(long pageSize)
public ListFirewallRulesOptions tags(Map<String,String> tags)
tags - Key/value pairs for tags that need to be matched.public ListFirewallRulesOptions accountInDomain(String account, String domain)
accountInDomain in class AccountInDomainOptionsaccount - an optional account for the resourcedomain - domain idpublic ListFirewallRulesOptions domainId(String domainId)
domainId in class AccountInDomainOptionsdomainId - The domain for the resourceCopyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.