|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.cloudstack.options.ListISOsOptions.Builder
public static class ListISOsOptions.Builder
| Constructor Summary | |
|---|---|
ListISOsOptions.Builder()
|
|
| Method Summary | |
|---|---|
static ListISOsOptions |
accountInDomain(String account,
long domainId)
|
static ListISOsOptions |
bootable()
the ISO is bootable |
static ListISOsOptions |
domainId(long domainId)
|
static ListISOsOptions |
hypervisor(String hypervisor)
|
static ListISOsOptions |
id(long 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(long zoneId)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ListISOsOptions.Builder()
| Method Detail |
|---|
public static ListISOsOptions accountInDomain(String account,
long 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(long 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(long 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(long zoneId)
zoneId - the ID of the zone
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||