public class ISO extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ISO.Builder<T extends ISO.Builder<T>> |
static class |
ISO.ISOFilter |
Modifier | Constructor and Description |
---|---|
protected |
ISO(String id,
String account,
String accountId,
boolean bootable,
String checksum,
Date created,
boolean crossZones,
String displayText,
String domain,
String domainid,
String format,
String hostId,
String hostName,
String hypervisor,
boolean isExtractable,
boolean isFeatured,
boolean isPublic,
boolean isReady,
String jobId,
String jobStatus,
String name,
String osTypeId,
String osTypeName,
boolean passwordEnabled,
Date removed,
long size,
String sourceTemplateId,
String status,
String templateTag,
String templateType,
String zoneId,
String zoneName) |
Modifier and Type | Method and Description |
---|---|
static ISO.Builder<?> |
builder() |
boolean |
equals(Object obj) |
String |
getAccount() |
String |
getAccountId() |
String |
getChecksum() |
Date |
getCreated() |
String |
getDisplayText() |
String |
getDomain() |
String |
getDomainid() |
String |
getFormat() |
String |
getHostId() |
String |
getHostName() |
String |
getHypervisor() |
String |
getId() |
String |
getJobId() |
String |
getJobStatus() |
String |
getName() |
String |
getOsTypeId() |
String |
getOsTypeName() |
Date |
getRemoved() |
long |
getSize() |
String |
getSourceTemplateId() |
String |
getStatus() |
String |
getTemplateTag() |
String |
getTemplateType() |
String |
getZoneId() |
String |
getZoneName() |
int |
hashCode() |
boolean |
isBootable() |
boolean |
isCrossZones() |
boolean |
isExtractable() |
boolean |
isFeatured() |
boolean |
isPasswordEnabled() |
boolean |
isPublic() |
boolean |
isReady() |
protected com.google.common.base.Objects.ToStringHelper |
string() |
ISO.Builder<?> |
toBuilder() |
String |
toString() |
@ConstructorProperties(value={"id","account","accountid","bootable","checksum","created","crossZones","displaytext","domain","domainid","format","hostid","hostname","hypervisor","isextractable","isfeatured","ispublic","isready","jobid","jobstatus","name","ostypeid","ostypename","passwordenabled","removed","size","sourcetemplateid","status","templatetag","templatetype","zoneid","zonename"}) protected ISO(String id, @Nullable String account, @Nullable String accountId, boolean bootable, @Nullable String checksum, @Nullable Date created, boolean crossZones, @Nullable String displayText, @Nullable String domain, @Nullable String domainid, @Nullable String format, @Nullable String hostId, @Nullable String hostName, @Nullable String hypervisor, boolean isExtractable, boolean isFeatured, boolean isPublic, boolean isReady, @Nullable String jobId, @Nullable String jobStatus, @Nullable String name, @Nullable String osTypeId, @Nullable String osTypeName, boolean passwordEnabled, @Nullable Date removed, long size, @Nullable String sourceTemplateId, @Nullable String status, @Nullable String templateTag, @Nullable String templateType, @Nullable String zoneId, @Nullable String zoneName)
public static ISO.Builder<?> builder()
public ISO.Builder<?> toBuilder()
public String getId()
@Nullable public String getAccount()
@Nullable public String getAccountId()
public boolean isBootable()
public boolean isCrossZones()
@Nullable public String getDomain()
@Nullable public String getDomainid()
@Nullable public String getHostId()
@Nullable public String getHostName()
@Nullable public String getHypervisor()
public boolean isExtractable()
public boolean isFeatured()
public boolean isPublic()
public boolean isReady()
@Nullable public String getJobId()
@Nullable public String getJobStatus()
@Nullable public String getOsTypeName()
public boolean isPasswordEnabled()
public long getSize()
@Nullable public String getSourceTemplateId()
protected com.google.common.base.Objects.ToStringHelper string()
Copyright © 2009-2013 jclouds. All Rights Reserved.