Package org.jclouds.cloudstack.options
Class ListDomainChildrenOptions
java.lang.Object
org.jclouds.http.options.BaseHttpRequestOptions
org.jclouds.cloudstack.options.ListDomainChildrenOptions
- All Implemented Interfaces:
HttpRequestOptions
Options used to control what domain children are returned
- See Also:
-
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 TypeMethodDescriptionisRecursive
(boolean isRecursive) page
(long page) pageSize
(long pageSize) parentDomainId
(String parentDomainId) 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
-
ListDomainChildrenOptions
public ListDomainChildrenOptions()
-
-
Method Details
-
parentDomainId
- Parameters:
parentDomainId
- firewall rule ID
-
isRecursive
- Parameters:
isRecursive
- to return the entire tree, use the value "true". To return the first level children, use the value "false".
-
keyword
- Parameters:
keyword
- list by keyword
-
name
- Parameters:
name
- list by domain name
-
page
-
pageSize
-