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 class
ListDomainChildrenOptions.Builder
-
Field Summary
Fields Modifier and Type Field Description static ListDomainChildrenOptions
NONE
-
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 ListDomainChildrenOptions
isRecursive(boolean isRecursive)
ListDomainChildrenOptions
keyword(String keyword)
ListDomainChildrenOptions
name(String name)
ListDomainChildrenOptions
page(long page)
ListDomainChildrenOptions
pageSize(long pageSize)
ListDomainChildrenOptions
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 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)
-
-