public class ListPortForwardingRulesOptions extends AccountInDomainOptions
| Modifier and Type | Class and Description |
|---|---|
static class |
ListPortForwardingRulesOptions.Builder |
| Modifier and Type | Field and Description |
|---|---|
static ListPortForwardingRulesOptions |
NONE |
formParameters, headers, pathSuffix, payload, queryParameters| Constructor and Description |
|---|
ListPortForwardingRulesOptions() |
| Modifier and Type | Method and Description |
|---|---|
ListPortForwardingRulesOptions |
accountInDomain(String account,
String domain) |
ListPortForwardingRulesOptions |
domainId(String domainId) |
ListPortForwardingRulesOptions |
id(String id) |
ListPortForwardingRulesOptions |
ipAddressId(String IPAddressId) |
ListPortForwardingRulesOptions |
projectId(String projectId) |
ListPortForwardingRulesOptions |
tags(Map<String,String> tags) |
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toStringpublic static final ListPortForwardingRulesOptions NONE
public ListPortForwardingRulesOptions id(String id)
id - lists rule with the specified IDpublic ListPortForwardingRulesOptions ipAddressId(String IPAddressId)
IPAddressId - list the rule belonging to this public ip addresspublic ListPortForwardingRulesOptions projectId(String projectId)
projectId - list the rules in this projectpublic ListPortForwardingRulesOptions tags(Map<String,String> tags)
tags - Key/value pairs for tags that need to be matched.public ListPortForwardingRulesOptions accountInDomain(String account, String domain)
accountInDomain in class AccountInDomainOptionsaccount - an optional account for the resourcedomain - domain idpublic ListPortForwardingRulesOptions domainId(String domainId)
domainId in class AccountInDomainOptionsdomainId - The domain for the resourceCopyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.