|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.http.options.BaseHttpRequestOptions
org.jclouds.cloudstack.options.AccountInDomainOptions
org.jclouds.cloudstack.options.RegisterISOOptions
public class RegisterISOOptions
Options for the ISO registerISO method.
ISOClient.registerISO(java.lang.String, java.lang.String, java.lang.String, long, org.jclouds.cloudstack.options.RegisterISOOptions...),
ISOAsyncClient.registerISO(java.lang.String, java.lang.String, java.lang.String, long, org.jclouds.cloudstack.options.RegisterISOOptions...)| Nested Class Summary | |
|---|---|
static class |
RegisterISOOptions.Builder
|
| Field Summary | |
|---|---|
static RegisterISOOptions |
NONE
|
| Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions |
|---|
formParameters, headers, matrixParameters, pathSuffix, payload, queryParameters |
| Constructor Summary | |
|---|---|
RegisterISOOptions()
|
|
| Method Summary | |
|---|---|
RegisterISOOptions |
bootable(boolean bootable)
|
RegisterISOOptions |
isExtractable(boolean isExtractable)
|
RegisterISOOptions |
isFeatured(boolean isFeatured)
|
RegisterISOOptions |
isPublic(boolean isPublic)
|
RegisterISOOptions |
osTypeId(long osTypeId)
|
| Methods inherited from class org.jclouds.cloudstack.options.AccountInDomainOptions |
|---|
accountInDomain, domainId |
| Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions |
|---|
buildFormParameters, buildMatrixParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstMatrixOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final RegisterISOOptions NONE
| Constructor Detail |
|---|
public RegisterISOOptions()
| Method Detail |
|---|
public RegisterISOOptions bootable(boolean bootable)
bootable - true if this ISO is bootablepublic RegisterISOOptions isExtractable(boolean isExtractable)
isExtractable - true if the iso or its derivatives are extractable; default is falsepublic RegisterISOOptions isFeatured(boolean isFeatured)
isFeatured - true if you want this ISO to be featuredpublic RegisterISOOptions isPublic(boolean isPublic)
isPublic - true if you want to register the ISO to be publicly available to all users, false otherwise.public RegisterISOOptions osTypeId(long osTypeId)
osTypeId - the ID of the OS Type that best represents the OS of this ISO
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||