Uses of Class
org.jclouds.cloudstack.options.RegisterTemplateOptions

Packages that use RegisterTemplateOptions
org.jclouds.cloudstack.features   
org.jclouds.cloudstack.options   
 

Uses of RegisterTemplateOptions in org.jclouds.cloudstack.features
 

Methods in org.jclouds.cloudstack.features with parameters of type RegisterTemplateOptions
 com.google.common.util.concurrent.ListenableFuture<Set<Template>> TemplateAsyncClient.registerTemplate(TemplateMetadata templateMetadata, String format, String hypervisor, String url, long zoneId, RegisterTemplateOptions... options)
           
 Set<Template> TemplateClient.registerTemplate(TemplateMetadata templateMetadata, String format, String hypervisor, String url, long zoneId, RegisterTemplateOptions... options)
          Registers an existing template into the Cloud.com cloud.
 

Uses of RegisterTemplateOptions in org.jclouds.cloudstack.options
 

Fields in org.jclouds.cloudstack.options declared as RegisterTemplateOptions
static RegisterTemplateOptions RegisterTemplateOptions.NONE
           
 

Methods in org.jclouds.cloudstack.options that return RegisterTemplateOptions
static RegisterTemplateOptions RegisterTemplateOptions.Builder.accountInDomain(String account, long domain)
           
 RegisterTemplateOptions RegisterTemplateOptions.bits(int bits)
          32 or 64 bits support.
static RegisterTemplateOptions RegisterTemplateOptions.Builder.bits(int bits)
           
 RegisterTemplateOptions RegisterTemplateOptions.checksum(String checksum)
          the MD5 checksum value of this template
static RegisterTemplateOptions RegisterTemplateOptions.Builder.checksum(String checksum)
           
static RegisterTemplateOptions RegisterTemplateOptions.Builder.domainId(long domainId)
           
 RegisterTemplateOptions RegisterTemplateOptions.isExtractable(boolean isExtractable)
          true if the template or its derivatives are extractable; default is true
static RegisterTemplateOptions RegisterTemplateOptions.Builder.isExtractable(boolean isExtractable)
           
 RegisterTemplateOptions RegisterTemplateOptions.isFeatured(boolean isFeatured)
          true if this template is a featured template, false otherwise
static RegisterTemplateOptions RegisterTemplateOptions.Builder.isFeatured(boolean isFeatured)
           
 RegisterTemplateOptions RegisterTemplateOptions.isPublic(boolean isPublic)
          true if the template is available to all accounts; default is true
static RegisterTemplateOptions RegisterTemplateOptions.Builder.isPublic(boolean isPublic)
           
 RegisterTemplateOptions RegisterTemplateOptions.passwordEnabled(boolean passwordEnabled)
          true if the template supports the password reset feature; default is false
static RegisterTemplateOptions RegisterTemplateOptions.Builder.passwordEnabled(boolean passwordEnabled)
           
 RegisterTemplateOptions RegisterTemplateOptions.requiresHVM(boolean requiresHVM)
          true if this template requires HVM
static RegisterTemplateOptions RegisterTemplateOptions.Builder.requiresHVM(boolean requiresHVM)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.