org.jclouds.cloudstack.options
Class ListDomainChildrenOptions

java.lang.Object
  extended by org.jclouds.http.options.BaseHttpRequestOptions
      extended by 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:

Nested Class Summary
static class ListDomainChildrenOptions.Builder
           
 
Field Summary
static ListDomainChildrenOptions NONE
           
 
Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, matrixParameters, pathSuffix, payload, queryParameters
 
Constructor Summary
ListDomainChildrenOptions()
           
 
Method Summary
 ListDomainChildrenOptions isRecursive(boolean isRecursive)
           
 ListDomainChildrenOptions keyword(String keyword)
           
 ListDomainChildrenOptions name(String name)
           
 ListDomainChildrenOptions page(long page)
           
 ListDomainChildrenOptions pageSize(long pageSize)
           
 ListDomainChildrenOptions parentDomainId(long parentDomainId)
           
 
Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions
buildFormParameters, buildMatrixParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstMatrixOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NONE

public static final ListDomainChildrenOptions NONE
Constructor Detail

ListDomainChildrenOptions

public ListDomainChildrenOptions()
Method Detail

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.