Package | Description |
---|---|
org.jclouds.cloudstack.domain | |
org.jclouds.cloudstack.options |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
Template.Builder |
Template.Builder.format(Template.Format format) |
Constructor and Description |
---|
Template(long id,
String displayText,
String domain,
long domainId,
String account,
long accountId,
String zone,
long zoneId,
String oSType,
long oSTypeId,
String name,
Template.Type type,
String 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,
Long jobId,
String jobStatus,
String checksum,
Long hostId,
String hostName,
Long sourceTemplateId,
String templateTag) |
Modifier and Type | Method and Description |
---|---|
UpdateTemplateOptions |
UpdateTemplateOptions.format(Template.Format format)
the format for the image
|
static UpdateTemplateOptions |
UpdateTemplateOptions.Builder.format(Template.Format format) |
Copyright © 2009-2012 jclouds. All Rights Reserved.