|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.http.options.BaseHttpRequestOptions
org.jclouds.cloudstack.options.AccountInDomainOptions
org.jclouds.cloudstack.options.ListPortForwardingRulesOptions
public class ListPortForwardingRulesOptions
Options used to control what port forwarding rules are returned
| Nested Class Summary | |
|---|---|
static class |
ListPortForwardingRulesOptions.Builder
|
| Field Summary | |
|---|---|
static ListPortForwardingRulesOptions |
NONE
|
| Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions |
|---|
formParameters, headers, matrixParameters, pathSuffix, payload, queryParameters |
| Constructor Summary | |
|---|---|
ListPortForwardingRulesOptions()
|
|
| Method Summary | |
|---|---|
ListPortForwardingRulesOptions |
accountInDomain(String account,
String domain)
|
ListPortForwardingRulesOptions |
domainId(String domainId)
|
ListPortForwardingRulesOptions |
id(String id)
|
ListPortForwardingRulesOptions |
ipAddressId(String IPAddressId)
|
| Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions |
|---|
buildFormParameters, buildMatrixParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstMatrixOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final ListPortForwardingRulesOptions NONE
| Constructor Detail |
|---|
public ListPortForwardingRulesOptions()
| Method Detail |
|---|
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 address
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 resource
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||