Uses of Class
org.jclouds.cloudstack.domain.VirtualMachine.State

Packages that use VirtualMachine.State
org.jclouds.cloudstack.compute.functions   
org.jclouds.cloudstack.domain   
 

Uses of VirtualMachine.State in org.jclouds.cloudstack.compute.functions
 

Fields in org.jclouds.cloudstack.compute.functions with type parameters of type VirtualMachine.State
static Map<VirtualMachine.State,NodeState> VirtualMachineToNodeMetadata.vmStateToNodeState
           
 

Uses of VirtualMachine.State in org.jclouds.cloudstack.domain
 

Methods in org.jclouds.cloudstack.domain that return VirtualMachine.State
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.
 

Methods in org.jclouds.cloudstack.domain with parameters of type VirtualMachine.State
 VirtualMachine.Builder VirtualMachine.Builder.state(VirtualMachine.State state)
           
 Volume.Builder Volume.Builder.vmState(VirtualMachine.State vmState)
           
 

Constructors in org.jclouds.cloudstack.domain with parameters of type VirtualMachine.State
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.