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