Package org.jclouds.cloudstack.options
Class ListDomainChildrenOptions
- java.lang.Object
-
- org.jclouds.http.options.BaseHttpRequestOptions
-
- org.jclouds.cloudstack.options.ListDomainChildrenOptions
-
- All Implemented Interfaces:
HttpRequestOptions
public class ListDomainChildrenOptions extends BaseHttpRequestOptions
Options used to control what domain children are returned
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classListDomainChildrenOptions.Builder
-
Field Summary
Fields Modifier and Type Field Description static ListDomainChildrenOptionsNONE-
Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, pathSuffix, payload, queryParameters
-
-
Constructor Summary
Constructors Constructor Description ListDomainChildrenOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListDomainChildrenOptionsisRecursive(boolean isRecursive)ListDomainChildrenOptionskeyword(String keyword)ListDomainChildrenOptionsname(String name)ListDomainChildrenOptionspage(long page)ListDomainChildrenOptionspageSize(long pageSize)ListDomainChildrenOptionsparentDomainId(String parentDomainId)-
Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
-
-
-
-
Field Detail
-
NONE
public static final ListDomainChildrenOptions NONE
-
-
Method Detail
-
parentDomainId
public ListDomainChildrenOptions parentDomainId(String parentDomainId)
- Parameters:
parentDomainId- firewall rule ID
-
isRecursive
public ListDomainChildrenOptions isRecursive(boolean isRecursive)
- Parameters:
isRecursive- to return the entire tree, use the value "true". To return the first level children, use the value "false".
-
keyword
public ListDomainChildrenOptions keyword(String keyword)
- Parameters:
keyword- list by keyword
-
name
public ListDomainChildrenOptions name(String name)
- Parameters:
name- list by domain name
-
page
public ListDomainChildrenOptions page(long page)
-
pageSize
public ListDomainChildrenOptions pageSize(long pageSize)
-
-