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
- Author:
- Andrei Savu
- See Also:
Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions |
buildFormParameters, buildMatrixParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstMatrixOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString |
NONE
public static final ListDomainChildrenOptions NONE
ListDomainChildrenOptions
public ListDomainChildrenOptions()
parentDomainId
public ListDomainChildrenOptions parentDomainId(long 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)
Copyright © 2009-2012 jclouds. All Rights Reserved.