Package org.jclouds.cloudstack.options
Class ListISOsOptions.Builder
java.lang.Object
org.jclouds.cloudstack.options.ListISOsOptions.Builder
- Enclosing class:
ListISOsOptions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ListISOsOptions
accountInDomain
(String account, String domainId) static ListISOsOptions
bootable()
the ISO is bootablestatic ListISOsOptions
static ListISOsOptions
hypervisor
(String hypervisor) static ListISOsOptions
static ListISOsOptions
this ISO is not ready to be deployedstatic ListISOsOptions
isoFilter
(ISO.ISOFilter isoFilter) static ListISOsOptions
the ISO is not publicly available to all usersstatic ListISOsOptions
isPublic()
the ISO is publicly available to all usersstatic ListISOsOptions
isReady()
this ISO is ready to be deployedstatic ListISOsOptions
static ListISOsOptions
static ListISOsOptions
the ISO is bootablestatic ListISOsOptions
static ListISOsOptions
static ListISOsOptions
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
accountInDomain
- Parameters:
account
- the account of the ISO file. Must be used with the domainId parameter.
-
bootable
the ISO is bootable -
notBootable
the ISO is bootable -
domainId
- Parameters:
domainId
- lists all available ISO files by ID of a domain. If used with the account parameter, lists all available ISO files for the account in the ID of a domain.
-
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 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
-
-