public class ListIPForwardingRulesOptions extends AccountInDomainOptions
| Modifier and Type | Class and Description |
|---|---|
static class |
ListIPForwardingRulesOptions.Builder |
| Modifier and Type | Field and Description |
|---|---|
static ListIPForwardingRulesOptions |
NONE |
formParameters, headers, matrixParameters, pathSuffix, payload, queryParameters| Constructor and Description |
|---|
ListIPForwardingRulesOptions() |
| Modifier and Type | Method and Description |
|---|---|
ListIPForwardingRulesOptions |
accountInDomain(String account,
long domain) |
ListIPForwardingRulesOptions |
domainId(long domainId) |
ListIPForwardingRulesOptions |
id(long id) |
ListIPForwardingRulesOptions |
IPAddressId(long IPAddressId) |
ListIPForwardingRulesOptions |
virtualMachineId(long virtualMachineId) |
buildFormParameters, buildMatrixParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstMatrixOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toStringpublic static final ListIPForwardingRulesOptions NONE
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 resourceCopyright © 2009-2012 jclouds. All Rights Reserved.