org.jclouds.cloudstack.options
Class ListEgressFirewallRulesOptions
java.lang.Object
org.jclouds.http.options.BaseHttpRequestOptions
org.jclouds.cloudstack.options.AccountInDomainOptions
org.jclouds.cloudstack.options.ListEgressFirewallRulesOptions
- All Implemented Interfaces:
- org.jclouds.http.options.HttpRequestOptions
public class ListEgressFirewallRulesOptions
- extends AccountInDomainOptions
Options used to control what egress firewall rules are returned
- See Also:
| Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions |
formParameters, headers, pathSuffix, payload, queryParameters |
| Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions |
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString |
NONE
public static final ListEgressFirewallRulesOptions NONE
ListEgressFirewallRulesOptions
public ListEgressFirewallRulesOptions()
id
public ListEgressFirewallRulesOptions id(String id)
- Parameters:
id - firewall rule ID
networkId
public ListEgressFirewallRulesOptions networkId(String networkId)
- Parameters:
networkId - the id of network of the firewall services
ipAddressId
public ListEgressFirewallRulesOptions ipAddressId(String ipAddressId)
- Parameters:
ipAddressId - the id of IP address of the firewall services
projectId
public ListEgressFirewallRulesOptions projectId(String projectId)
- Parameters:
projectId - List firewall rules in this project.
keyword
public ListEgressFirewallRulesOptions keyword(String keyword)
- Parameters:
keyword - list by keyword
page
public ListEgressFirewallRulesOptions page(long page)
pageSize
public ListEgressFirewallRulesOptions pageSize(long pageSize)
accountInDomain
public ListEgressFirewallRulesOptions accountInDomain(String account,
String domain)
-
- Overrides:
accountInDomain in class AccountInDomainOptions
- Parameters:
account - an optional account for the resourcedomain - domain id
domainId
public ListEgressFirewallRulesOptions domainId(String domainId)
-
- Overrides:
domainId in class AccountInDomainOptions
- Parameters:
domainId - The domain for the resource
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.