|
||||||||||
| 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.ListIPForwardingRulesOptions
public class ListIPForwardingRulesOptions
Options used to control what ip forwarding rules are returned
| Nested Class Summary | |
|---|---|
static class |
ListIPForwardingRulesOptions.Builder
|
| Field Summary | |
|---|---|
static ListIPForwardingRulesOptions |
NONE
|
| Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions |
|---|
formParameters, headers, matrixParameters, pathSuffix, payload, queryParameters |
| Constructor Summary | |
|---|---|
ListIPForwardingRulesOptions()
|
|
| Method Summary | |
|---|---|
ListIPForwardingRulesOptions |
accountInDomain(String account,
long domain)
|
ListIPForwardingRulesOptions |
domainId(long domainId)
|
ListIPForwardingRulesOptions |
id(long id)
|
ListIPForwardingRulesOptions |
IPAddressId(long IPAddressId)
|
ListIPForwardingRulesOptions |
virtualMachineId(long virtualMachineId)
|
| 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 ListIPForwardingRulesOptions NONE
| Constructor Detail |
|---|
public ListIPForwardingRulesOptions()
| Method Detail |
|---|
public ListIPForwardingRulesOptions id(long id)
id - Lists rule with the specified ID.public ListIPForwardingRulesOptions IPAddressId(long IPAddressId)
IPAddressId - list the rule belonging to this public ip addresspublic ListIPForwardingRulesOptions virtualMachineId(long virtualMachineId)
virtualMachineId - Lists all rules applied to the specified Vm.
public ListIPForwardingRulesOptions accountInDomain(String account,
long domain)
accountInDomain in class AccountInDomainOptionsaccount - an optional account for the resourcedomain - domain idpublic ListIPForwardingRulesOptions domainId(long 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 | |||||||||