|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Host.Type | |
|---|---|
| org.jclouds.cloudstack.domain | |
| org.jclouds.cloudstack.options | |
| Uses of Host.Type in org.jclouds.cloudstack.domain |
|---|
| Fields in org.jclouds.cloudstack.domain declared as Host.Type | |
|---|---|
protected Host.Type |
Host.Builder.type
|
| Methods in org.jclouds.cloudstack.domain that return Host.Type | |
|---|---|
static Host.Type |
Host.Type.fromValue(String value)
|
Host.Type |
Host.getType()
|
static Host.Type |
Host.Type.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Host.Type[] |
Host.Type.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 Host.Type | |
|---|---|
T |
Host.Builder.type(Host.Type type)
|
| Constructors in org.jclouds.cloudstack.domain with parameters of type Host.Type | |
|---|---|
Host(String id,
AllocationState allocationState,
int averageLoad,
String capabilities,
String clusterId,
String clusterName,
Host.ClusterType clusterType,
String cpuAllocated,
int cpuNumber,
int cpuSpeed,
String cpuUsed,
float cpuWithOverProvisioning,
Date created,
Date disconnected,
long diskSizeAllocated,
long diskSizeTotal,
String events,
boolean hasEnoughCapacity,
Iterable<String> tags,
String hypervisor,
String ipAddress,
boolean localStorageActive,
String jobId,
AsyncJob.Status jobStatus,
Date lastPinged,
String managementServerId,
long memoryAllocated,
long memoryTotal,
long memoryUsed,
String name,
long networkKbsRead,
long networkKbsWrite,
String osCategoryId,
String osCategoryName,
String podId,
String podName,
Date removed,
Host.State state,
Host.Type type,
String version,
String zoneId,
String zoneName)
|
|
| Uses of Host.Type in org.jclouds.cloudstack.options |
|---|
| Methods in org.jclouds.cloudstack.options with parameters of type Host.Type | |
|---|---|
ListHostsOptions |
ListHostsOptions.type(Host.Type type)
|
static ListHostsOptions |
ListHostsOptions.Builder.type(Host.Type type)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||