public static class ListISOsOptions.Builder extends Object
| Constructor and Description | 
|---|
ListISOsOptions.Builder()  | 
| Modifier and Type | Method and Description | 
|---|---|
static ListISOsOptions | 
accountInDomain(String account,
               String domainId)  | 
static ListISOsOptions | 
bootable()
the ISO is bootable 
 | 
static ListISOsOptions | 
domainId(String domainId)  | 
static ListISOsOptions | 
hypervisor(String hypervisor)  | 
static ListISOsOptions | 
id(String id)  | 
static ListISOsOptions | 
isNotReady()
this ISO is not ready to be deployed 
 | 
static ListISOsOptions | 
isoFilter(ISO.ISOFilter isoFilter)  | 
static ListISOsOptions | 
isPrivate()
the ISO is not publicly available to all users 
 | 
static ListISOsOptions | 
isPublic()
the ISO is publicly available to all users 
 | 
static ListISOsOptions | 
isReady()
this ISO is ready to be deployed 
 | 
static ListISOsOptions | 
keyword(String keyword)  | 
static ListISOsOptions | 
name(String name)  | 
static ListISOsOptions | 
notBootable()
the ISO is bootable 
 | 
static ListISOsOptions | 
zoneId(String zoneId)  | 
public static ListISOsOptions accountInDomain(String account, String domainId)
account - the account of the ISO file. Must be used with the domainId parameter.public static ListISOsOptions bootable()
public static ListISOsOptions notBootable()
public static ListISOsOptions domainId(String domainId)
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.public static ListISOsOptions hypervisor(String hypervisor)
hypervisor - the hypervisor for which to restrict the searchpublic static ListISOsOptions id(String id)
id - list all isos by idpublic static ListISOsOptions isoFilter(ISO.ISOFilter isoFilter)
isoFilter - possible values are "featured", "self", "self-executable","executable", and "community".public static ListISOsOptions isPublic()
public static ListISOsOptions isPrivate()
public static ListISOsOptions isReady()
public static ListISOsOptions isNotReady()
public static ListISOsOptions keyword(String keyword)
keyword - List by keywordpublic static ListISOsOptions name(String name)
name - list all isos by namepublic static ListISOsOptions zoneId(String zoneId)
zoneId - the ID of the zoneCopyright © 2009-2013 jclouds. All Rights Reserved.