public class Template extends Object implements Comparable<Template>
Modifier and Type | Class and Description |
---|---|
static class |
Template.Builder |
static class |
Template.Format |
static class |
Template.Type |
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 |
---|---|
static Template.Builder |
builder() |
int |
compareTo(Template arg0) |
boolean |
equals(Object obj) |
String |
getAccount() |
long |
getAccountId() |
String |
getChecksum() |
Date |
getCreated() |
String |
getDisplayText() |
String |
getDomain() |
long |
getDomainId() |
Template.Format |
getFormat() |
Long |
getHostId() |
String |
getHostName() |
String |
getHypervisor() |
long |
getId() |
Long |
getJobId() |
String |
getJobStatus() |
String |
getName() |
String |
getOSType() |
long |
getOSTypeId() |
Date |
getRemoved() |
Long |
getSize() |
Long |
getSourceTemplateId() |
String |
getStatus() |
String |
getTemplateTag() |
Template.Type |
getType() |
String |
getZone() |
long |
getZoneId() |
int |
hashCode() |
boolean |
isBootable() |
boolean |
isCrossZones() |
boolean |
isExtractable() |
boolean |
isFeatured() |
boolean |
isPasswordEnabled() |
boolean |
isPublic() |
boolean |
isReady() |
String |
toString() |
public 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)
public static Template.Builder builder()
public long getId()
public String getDisplayText()
public String getDomain()
public long getDomainId()
public String getAccount()
public long getAccountId()
public String getZone()
public long getZoneId()
public String getOSType()
public long getOSTypeId()
public String getName()
public String getStatus()
public Template.Format getFormat()
public String getHypervisor()
public Long getSize()
public Template.Type getType()
public Date getCreated()
public Date getRemoved()
public boolean isCrossZones()
public boolean isBootable()
public boolean isExtractable()
public boolean isFeatured()
public boolean isPublic()
public boolean isReady()
public boolean isPasswordEnabled()
@Nullable public Long getJobId()
public String getJobStatus()
public String getChecksum()
public Long getHostId()
public String getHostName()
public Long getSourceTemplateId()
public String getTemplateTag()
public int compareTo(Template arg0)
compareTo
in interface Comparable<Template>
Copyright © 2009-2012 jclouds. All Rights Reserved.