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, pathSuffix, payload, queryParameters| Constructor and Description |
|---|
ListIPForwardingRulesOptions() |
| Modifier and Type | Method and Description |
|---|---|
ListIPForwardingRulesOptions |
accountInDomain(String account,
String domain) |
ListIPForwardingRulesOptions |
domainId(String domainId) |
ListIPForwardingRulesOptions |
id(String id) |
ListIPForwardingRulesOptions |
IPAddressId(String IPAddressId) |
ListIPForwardingRulesOptions |
projectId(String projectId) |
ListIPForwardingRulesOptions |
tags(Map<String,String> tags) |
ListIPForwardingRulesOptions |
virtualMachineId(String virtualMachineId) |
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toStringpublic static final ListIPForwardingRulesOptions NONE
public ListIPForwardingRulesOptions id(String id)
id - Lists rule with the specified ID.public ListIPForwardingRulesOptions IPAddressId(String IPAddressId)
IPAddressId - list the rule belonging to this public ip addresspublic ListIPForwardingRulesOptions virtualMachineId(String virtualMachineId)
virtualMachineId - Lists all rules applied to the specified Vm.public ListIPForwardingRulesOptions projectId(String projectId)
projectId - Lists all rules applied to VMs in the given project.public ListIPForwardingRulesOptions tags(Map<String,String> tags)
tags - Key/value pairs for tags that need to be matched.public ListIPForwardingRulesOptions accountInDomain(String account, String domain)
accountInDomain in class AccountInDomainOptionsaccount - an optional account for the resourcedomain - domain idpublic ListIPForwardingRulesOptions domainId(String domainId)
domainId in class AccountInDomainOptionsdomainId - The domain for the resourceCopyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.