Uses of Enum Class
org.jclouds.cloudstack.domain.AllocationState
Packages that use AllocationState
-
Uses of AllocationState in org.jclouds.cloudstack.domain
Fields in org.jclouds.cloudstack.domain declared as AllocationStateModifier and TypeFieldDescriptionprotected AllocationState
Cluster.Builder.allocationState
protected AllocationState
Host.Builder.allocationState
protected AllocationState
Pod.Builder.allocationState
protected AllocationState
Zone.Builder.allocationState
Methods in org.jclouds.cloudstack.domain that return AllocationStateModifier and TypeMethodDescriptionstatic AllocationState
Cluster.getAllocationState()
Host.getAllocationState()
Pod.getAllocationState()
Zone.getAllocationState()
static AllocationState
Returns the enum constant of this class with the specified name.static AllocationState[]
AllocationState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jclouds.cloudstack.domain with parameters of type AllocationStateModifier and TypeMethodDescriptionCluster.Builder.allocationState
(AllocationState allocationState) Host.Builder.allocationState
(AllocationState allocationState) Pod.Builder.allocationState
(AllocationState allocationState) Zone.Builder.allocationState
(AllocationState allocationState) Constructors in org.jclouds.cloudstack.domain with parameters of type AllocationStateModifierConstructorDescriptionprotected
Cluster
(String id, AllocationState allocationState, Host.ClusterType clusterType, String hypervisor, Cluster.ManagedState managedState, String name, String podId, String podName, String zoneId, String zoneName) protected
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) protected
Pod
(String id, String name, String zoneId, String zoneName, String gateway, String netmask, String startIp, String endIp, AllocationState allocationState) protected
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, Set<Tag> tags) -
Uses of AllocationState in org.jclouds.cloudstack.options
Methods in org.jclouds.cloudstack.options with parameters of type AllocationStateModifier and TypeMethodDescriptionAddClusterOptions.allocationState
(AllocationState allocationState) static AddClusterOptions
AddClusterOptions.Builder.allocationState
(AllocationState allocationState) AddHostOptions.allocationState
(AllocationState allocationState) static AddHostOptions
AddHostOptions.Builder.allocationState
(AllocationState allocationState) CreatePodOptions.allocationState
(AllocationState allocationState) static CreatePodOptions
CreatePodOptions.Builder.allocationState
(AllocationState allocationState) CreateZoneOptions.allocationState
(AllocationState allocationState) static CreateZoneOptions
CreateZoneOptions.Builder.allocationState
(AllocationState allocationState) ListClustersOptions.allocationState
(AllocationState allocationState) static ListClustersOptions
ListClustersOptions.Builder.allocationState
(AllocationState allocationState) ListHostsOptions.allocationState
(AllocationState allocationState) static ListHostsOptions
ListHostsOptions.Builder.allocationState
(AllocationState allocationState) ListPodsOptions.allocationState
(AllocationState allocationState) static ListPodsOptions
ListPodsOptions.Builder.allocationState
(AllocationState allocationState) UpdateClusterOptions.allocationState
(AllocationState allocationState) static UpdateClusterOptions
UpdateClusterOptions.Builder.allocationState
(AllocationState allocationState) UpdateHostOptions.allocationState
(AllocationState allocationState) static UpdateHostOptions
UpdateHostOptions.Builder.allocationState
(AllocationState allocationState) UpdatePodOptions.allocationState
(AllocationState allocationState) static UpdatePodOptions
UpdatePodOptions.Builder.allocationState
(AllocationState allocationState) UpdateZoneOptions.allocationState
(AllocationState allocationState) static UpdateZoneOptions
UpdateZoneOptions.Builder.allocationState
(AllocationState allocationState)