Package | Description |
---|---|
org.jclouds.cloudstack.compute.functions | |
org.jclouds.cloudstack.domain |
Modifier and Type | Field and Description |
---|---|
static Map<VirtualMachine.State,NodeState> |
VirtualMachineToNodeMetadata.vmStateToNodeState |
Modifier and Type | Method and Description |
---|---|
static VirtualMachine.State |
VirtualMachine.State.fromValue(String state) |
VirtualMachine.State |
VirtualMachine.getState() |
VirtualMachine.State |
Volume.getVmState() |
static VirtualMachine.State |
VirtualMachine.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VirtualMachine.State[] |
VirtualMachine.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachine.Builder |
VirtualMachine.Builder.state(VirtualMachine.State state) |
Volume.Builder |
Volume.Builder.vmState(VirtualMachine.State vmState) |
Constructor and Description |
---|
VirtualMachine(long id,
String account,
long cpuCount,
long cpuSpeed,
String cpuUsed,
String displayName,
Date created,
String domain,
long domainId,
boolean usesVirtualNetwork,
String group,
long groupId,
long guestOSId,
boolean hAEnabled,
long hostId,
String hostname,
String iPAddress,
String iSODisplayText,
long iSOId,
String iSOName,
Long jobId,
Integer jobStatus,
long memory,
String name,
Long networkKbsRead,
Long networkKbsWrite,
String password,
boolean passwordEnabled,
long rootDeviceId,
String rootDeviceType,
Set<SecurityGroup> securityGroups,
long serviceOfferingId,
String serviceOfferingName,
VirtualMachine.State state,
String templateDisplayText,
long templateId,
String templateName,
long zoneId,
String zoneName,
Set<NIC> nics,
String hypervisor) |
Volume(long id,
String account,
Date attached,
Date created,
boolean destroyed,
long deviceId,
String diskOfferingDisplayText,
long diskOfferingId,
String diskOfferingName,
String domain,
long domainId,
String hypervisor,
boolean extractable,
long jobId,
String jobStatus,
String name,
String serviceOfferingDisplayText,
long serviceOfferingId,
String serviceOfferingName,
long size,
long snapshotId,
Volume.State state,
String storage,
String storageType,
Volume.Type type,
long virtualMachineId,
String vmDisplayName,
String vmName,
VirtualMachine.State vmState,
long zoneId,
String zoneName) |
Copyright © 2009-2012 jclouds. All Rights Reserved.