Package org.jclouds.cloudstack.options
Class ListISOsOptions
java.lang.Object
org.jclouds.http.options.BaseHttpRequestOptions
org.jclouds.cloudstack.options.AccountInDomainOptions
org.jclouds.cloudstack.options.ListISOsOptions
- All Implemented Interfaces:
HttpRequestOptions
Options for the ISO listISOs method.
- See Also:
-
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 TypeMethodDescriptionbootable()
the ISO is bootablehypervisor
(String hypervisor) this ISO is not ready to be deployedisoFilter
(ISO.ISOFilter isoFilter) the ISO is not publicly available to all usersisPublic()
the ISO is publicly available to all usersisReady()
this ISO is ready to be deployedthe ISO is bootableMethods inherited from class org.jclouds.cloudstack.options.AccountInDomainOptions
accountInDomain, domainId
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
-
ListISOsOptions
public ListISOsOptions()
-
-
Method Details
-
bootable
the ISO is bootable -
notBootable
the ISO is bootable -
hypervisor
- Parameters:
hypervisor
- the hypervisor for which to restrict the search
-
id
- Parameters:
id
- list all isos by id
-
projectId
- Parameters:
projectId
- list ISOs in the given project
-
isoFilter
- Parameters:
isoFilter
- possible values are "featured", "self", "self-executable","executable", and "community".
-
isPublic
the ISO is publicly available to all users -
isPrivate
the ISO is not publicly available to all users -
isReady
this ISO is ready to be deployed -
isNotReady
this ISO is not ready to be deployed -
keyword
- Parameters:
keyword
- List by keyword
-
name
- Parameters:
name
- list all isos by name
-
zoneId
- Parameters:
zoneId
- the ID of the zone
-
tags
- Parameters:
tags
- Key/value pairs for tags that need to be matched.
-