Uses of Class
org.jclouds.cloudstack.options.CreateTemplateOptions
Packages that use CreateTemplateOptions
-
Uses of CreateTemplateOptions in org.jclouds.cloudstack.features
Methods in org.jclouds.cloudstack.features with parameters of type CreateTemplateOptionsModifier and TypeMethodDescriptionTemplateApi.createTemplate
(TemplateMetadata templateMetadata, CreateTemplateOptions... options) Creates a template of a virtual machine. -
Uses of CreateTemplateOptions in org.jclouds.cloudstack.options
Fields in org.jclouds.cloudstack.options declared as CreateTemplateOptionsMethods in org.jclouds.cloudstack.options that return CreateTemplateOptionsModifier and TypeMethodDescriptionCreateTemplateOptions.bits
(int bits) 32 or 64 bitstatic CreateTemplateOptions
CreateTemplateOptions.Builder.bits
(int bits) static CreateTemplateOptions
CreateTemplateOptions.Builder.isFeatured
(boolean isFeatured) CreateTemplateOptions.isFeatured
(boolean isFeatured) true if this template is a featured template, false otherwisestatic CreateTemplateOptions
CreateTemplateOptions.Builder.isPublic
(boolean isPublic) CreateTemplateOptions.isPublic
(boolean isPublic) true if this template is a public template, false otherwisestatic CreateTemplateOptions
CreateTemplateOptions.Builder.passwordEnabled
(boolean passwordEnabled) CreateTemplateOptions.passwordEnabled
(boolean passwordEnabled) true if the template supports the password reset feature; default is falsestatic CreateTemplateOptions
CreateTemplateOptions.Builder.requiresHVM
(boolean requiresHVM) CreateTemplateOptions.requiresHVM
(boolean requiresHVM) true if the template requires HVM, false otherwisestatic CreateTemplateOptions
CreateTemplateOptions.Builder.snapshotId
(String snapshotId) CreateTemplateOptions.snapshotId
(String snapshotId) the ID of the snapshot the template is being created from.static CreateTemplateOptions
the ID of the disk volume the template is being created from.