Uses of Class
org.jclouds.cloudstack.domain.Template.Format
-
Packages that use Template.Format Package Description org.jclouds.cloudstack.domain org.jclouds.cloudstack.options -
-
Uses of Template.Format in org.jclouds.cloudstack.domain
Fields in org.jclouds.cloudstack.domain declared as Template.Format Modifier and Type Field Description protected Template.Format
Template.Builder. format
Methods in org.jclouds.cloudstack.domain that return Template.Format Modifier and Type Method Description static Template.Format
Template.Format. fromValue(String format)
Template.Format
Template. getFormat()
static Template.Format
Template.Format. valueOf(String name)
Returns the enum constant of this type with the specified name.static Template.Format[]
Template.Format. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jclouds.cloudstack.domain with parameters of type Template.Format Modifier and Type Method Description T
Template.Builder. format(Template.Format format)
Constructors in org.jclouds.cloudstack.domain with parameters of type Template.Format Constructor Description Template(String id, String displayText, String domain, String domainId, String account, String accountId, String zone, String zoneId, String OSType, String OSTypeId, String name, Template.Type type, Template.Status status, Template.Format format, String hypervisor, Long size, Date created, Date removed, boolean crossZones, boolean bootable, boolean extractable, boolean featured, boolean ispublic, boolean ready, boolean passwordEnabled, String jobId, String jobStatus, String checksum, String hostId, String hostName, String sourceTemplateId, String templateTag, Set<Tag> tags)
-
Uses of Template.Format in org.jclouds.cloudstack.options
Methods in org.jclouds.cloudstack.options with parameters of type Template.Format Modifier and Type Method Description static UpdateTemplateOptions
UpdateTemplateOptions.Builder. format(Template.Format format)
UpdateTemplateOptions
UpdateTemplateOptions. format(Template.Format format)
the format for the image
-