Uses of Class
org.jclouds.cloudstack.domain.AllocationState

Packages that use AllocationState
org.jclouds.cloudstack.domain   
org.jclouds.cloudstack.options   
 

Uses of AllocationState in org.jclouds.cloudstack.domain
 

Methods in org.jclouds.cloudstack.domain that return AllocationState
static AllocationState AllocationState.fromValue(String value)
           
 AllocationState Pod.getAllocationState()
           
 AllocationState Zone.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.
 

Methods in org.jclouds.cloudstack.domain with parameters of type AllocationState
 Pod.Builder Pod.Builder.allocationState(AllocationState allocationState)
           
 Zone.Builder Zone.Builder.allocationState(AllocationState allocationState)
           
 Host.Builder Host.Builder.allocationState(AllocationState allocationState)
           
 Cluster.Builder Cluster.Builder.allocationState(AllocationState allocationState)
           
 

Constructors in org.jclouds.cloudstack.domain with parameters of type AllocationState
Cluster(long id, AllocationState allocationState, Host.ClusterType clusterType, String hypervisor, Cluster.ManagedState managedState, String name, long podId, String podName, long zoneId, String zoneName)
           
Host(long id, AllocationState allocationState, int averageLoad, String capabilities, long 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, String hostTags, String hypervisor, String ipAddress, boolean localStorageActive, long jobId, AsyncJob.Status jobStatus, Date lastPinged, long managementServerId, long memoryAllocated, long memoryTotal, long memoryUsed, String name, long networkKbsRead, long networkKbsWrite, long osCategoryId, long osCategoryName, long podId, String podName, Date removed, Host.State state, Host.Type type, String version, long zoneId, String zoneName)
           
Pod(long id, String name, long zoneId, String zoneName, String gateway, String netmask, String startIp, String endIp, AllocationState allocationState)
           
Zone(long id, String description, String displayText, List<String> DNS, String domain, long domainId, String guestCIDRAddress, List<String> internalDNS, String name, NetworkType networkType, String vLAN, boolean securityGroupsEnabled, AllocationState allocationState, String dhcpProvider, String zoneToken)
           
 

Uses of AllocationState in org.jclouds.cloudstack.options
 

Methods in org.jclouds.cloudstack.options with parameters of type AllocationState
 AddHostOptions AddHostOptions.allocationState(AllocationState allocationState)
           
static AddHostOptions AddHostOptions.Builder.allocationState(AllocationState allocationState)
           
 ListClustersOptions ListClustersOptions.allocationState(AllocationState allocationState)
           
static ListClustersOptions ListClustersOptions.Builder.allocationState(AllocationState allocationState)
           
 ListHostsOptions ListHostsOptions.allocationState(AllocationState allocationState)
           
static ListHostsOptions ListHostsOptions.Builder.allocationState(AllocationState allocationState)
           
 UpdateHostOptions UpdateHostOptions.allocationState(AllocationState allocationState)
           
static UpdateHostOptions UpdateHostOptions.Builder.allocationState(AllocationState allocationState)
           
 UpdateClusterOptions UpdateClusterOptions.allocationState(AllocationState allocationState)
           
static UpdateClusterOptions UpdateClusterOptions.Builder.allocationState(AllocationState allocationState)
           
 CreateZoneOptions CreateZoneOptions.allocationState(AllocationState allocationState)
           
static CreateZoneOptions CreateZoneOptions.Builder.allocationState(AllocationState allocationState)
           
 UpdateZoneOptions UpdateZoneOptions.allocationState(AllocationState allocationState)
           
static UpdateZoneOptions UpdateZoneOptions.Builder.allocationState(AllocationState allocationState)
           
 ListPodsOptions ListPodsOptions.allocationState(AllocationState allocationState)
           
static ListPodsOptions ListPodsOptions.Builder.allocationState(AllocationState allocationState)
           
 CreatePodOptions CreatePodOptions.allocationState(AllocationState allocationState)
           
static CreatePodOptions CreatePodOptions.Builder.allocationState(AllocationState allocationState)
           
 AddClusterOptions AddClusterOptions.allocationState(AllocationState allocationState)
           
static AddClusterOptions AddClusterOptions.Builder.allocationState(AllocationState allocationState)
           
 UpdatePodOptions UpdatePodOptions.allocationState(AllocationState allocationState)
           
static UpdatePodOptions UpdatePodOptions.Builder.allocationState(AllocationState allocationState)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.