Package org.jclouds.cloudstack.options
Class ListAccountsOptions
java.lang.Object
org.jclouds.http.options.BaseHttpRequestOptions
org.jclouds.cloudstack.options.AccountInDomainOptions
org.jclouds.cloudstack.options.ListAccountsOptions
- All Implemented Interfaces:
HttpRequestOptions
Options used to control what account information is returned
-
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 TypeMethodDescriptionaccountInDomain(String account, String domain) cleanupRequired(boolean cleanupRequired) recursive(boolean recursive) 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
-
ListAccountsOptions
public ListAccountsOptions()
-
-
Method Details
-
id
- Parameters:
id- list account by account ID
-
name
- Parameters:
name- list account by account name
-
state
- Parameters:
state- list accounts by state. Valid states are enabled, disabled, and locked.
-
cleanupRequired
- Parameters:
cleanupRequired- list accounts by cleanuprequred attribute
-
recursive
- Parameters:
recursive- defaults to false, but if true, lists all accounts from the parent specified by the domain id till leaves.
-
accountInDomain
- Overrides:
accountInDomainin classAccountInDomainOptions- Parameters:
account- an optional account for the resourcedomain- domain id
-
domainId
- Overrides:
domainIdin classAccountInDomainOptions- Parameters:
domainId- The domain for the resource
-