Package 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:
HttpRequestOptions
Options used to control what egress firewall rules are returned
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, pathSuffix, payload, queryParameters -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccountInDomain(String account, String domain) ipAddressId(String ipAddressId) page(long page) pageSize(long pageSize) Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
-
Field Details
-
NONE
-
-
Constructor Details
-
ListEgressFirewallRulesOptions
public ListEgressFirewallRulesOptions()
-
-
Method Details
-
id
- Parameters:
id- firewall rule ID
-
networkId
- Parameters:
networkId- the id of network of the firewall services
-
ipAddressId
- Parameters:
ipAddressId- the id of IP address of the firewall services
-
projectId
- Parameters:
projectId- List firewall rules in this project.
-
keyword
- Parameters:
keyword- list by keyword
-
page
-
pageSize
-
tags
- Parameters:
tags- Key/value pairs for tags that need to be matched.
-
accountInDomain
- Overrides:
accountInDomainin classAccountInDomainOptions- Parameters:
account- an optional account for the resourcedomain- domain id
-
domainId
- Overrides:
domainIdin classAccountInDomainOptions- Parameters:
domainId- The domain for the resource
-