Package | Description |
---|---|
org.jclouds.cloudstack.domain | |
org.jclouds.cloudstack.options |
Modifier and Type | Field and Description |
---|---|
protected AllocationState |
Zone.Builder.allocationState |
protected AllocationState |
Pod.Builder.allocationState |
protected AllocationState |
Host.Builder.allocationState |
protected AllocationState |
Cluster.Builder.allocationState |
Modifier and Type | Method and Description |
---|---|
static AllocationState |
AllocationState.fromValue(String value) |
AllocationState |
Zone.getAllocationState() |
AllocationState |
Pod.getAllocationState() |
AllocationState |
Host.getAllocationState() |
AllocationState |
Cluster.getAllocationState() |
static AllocationState |
AllocationState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AllocationState[] |
AllocationState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
T |
Zone.Builder.allocationState(AllocationState allocationState) |
T |
Pod.Builder.allocationState(AllocationState allocationState) |
T |
Host.Builder.allocationState(AllocationState allocationState) |
T |
Cluster.Builder.allocationState(AllocationState allocationState) |
Constructor and Description |
---|
Cluster(String id,
AllocationState allocationState,
Host.ClusterType clusterType,
String hypervisor,
Cluster.ManagedState managedState,
String name,
String podId,
String podName,
String zoneId,
String zoneName) |
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) |
Pod(String id,
String name,
String zoneId,
String zoneName,
String gateway,
String netmask,
String startIp,
String endIp,
AllocationState allocationState) |
Zone(String id,
String description,
String displayText,
String DNS1,
String DNS2,
String domain,
String domainId,
String guestCIDRAddress,
String internalDNS1,
String internalDNS2,
String name,
NetworkType networkType,
String VLAN,
boolean securityGroupsEnabled,
AllocationState allocationState,
String dhcpProvider,
String zoneToken) |
Copyright © 2009-2013 jclouds. All Rights Reserved.