public class ServiceOffering extends Object implements Comparable<ServiceOffering>
Modifier and Type | Class and Description |
---|---|
static class |
ServiceOffering.Builder |
Constructor and Description |
---|
ServiceOffering(long id,
String name,
String displayText,
Date created,
String domain,
long domainId,
int cpuNumber,
int cpuSpeed,
int memory,
boolean haSupport,
StorageType storageType,
Set<String> tags,
boolean defaultUse,
String hostTags,
boolean systemOffering,
boolean cpuUseLimited,
long networkRate,
boolean systemVmType) |
Modifier and Type | Method and Description |
---|---|
static ServiceOffering.Builder |
builder() |
int |
compareTo(ServiceOffering arg0) |
boolean |
equals(Object obj) |
int |
getCpuNumber() |
int |
getCpuSpeed() |
Date |
getCreated() |
String |
getDisplayText() |
String |
getDomain() |
long |
getDomainId() |
String |
getHostTags() |
long |
getId() |
int |
getMemory() |
String |
getName() |
long |
getNetworkRate() |
StorageType |
getStorageType() |
Set<String> |
getTags() |
int |
hashCode() |
boolean |
isCpuUseLimited() |
boolean |
isDefaultUse() |
boolean |
isSystemOffering() |
boolean |
isSystemVmType() |
boolean |
supportsHA() |
String |
toString() |
public ServiceOffering(long id, String name, String displayText, Date created, String domain, long domainId, int cpuNumber, int cpuSpeed, int memory, boolean haSupport, StorageType storageType, Set<String> tags, boolean defaultUse, String hostTags, boolean systemOffering, boolean cpuUseLimited, long networkRate, boolean systemVmType)
public static ServiceOffering.Builder builder()
public long getId()
public String getName()
public String getDisplayText()
public Date getCreated()
public String getDomain()
public long getDomainId()
public int getCpuNumber()
public int getCpuSpeed()
public int getMemory()
public boolean supportsHA()
public StorageType getStorageType()
public boolean isDefaultUse()
public String getHostTags()
public boolean isSystemOffering()
public boolean isCpuUseLimited()
public long getNetworkRate()
public boolean isSystemVmType()
public int compareTo(ServiceOffering arg0)
compareTo
in interface Comparable<ServiceOffering>
Copyright © 2009-2012 jclouds. All Rights Reserved.