Uses of Class
org.jclouds.cloudstack.domain.AllocationState
-
Packages that use AllocationState Package Description org.jclouds.cloudstack.domain org.jclouds.cloudstack.options -
-
Uses of AllocationState in org.jclouds.cloudstack.domain
Fields in org.jclouds.cloudstack.domain declared as AllocationState Modifier and Type Field Description protected AllocationStateCluster.Builder. allocationStateprotected AllocationStateHost.Builder. allocationStateprotected AllocationStatePod.Builder. allocationStateprotected AllocationStateZone.Builder. allocationStateMethods in org.jclouds.cloudstack.domain that return AllocationState Modifier and Type Method Description static AllocationStateAllocationState. fromValue(String value)AllocationStateCluster. getAllocationState()AllocationStateHost. getAllocationState()AllocationStatePod. getAllocationState()AllocationStateZone. getAllocationState()static AllocationStateAllocationState. 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 Modifier and Type Method Description TCluster.Builder. allocationState(AllocationState allocationState)THost.Builder. allocationState(AllocationState allocationState)TPod.Builder. allocationState(AllocationState allocationState)TZone.Builder. allocationState(AllocationState allocationState)Constructors in org.jclouds.cloudstack.domain with parameters of type AllocationState Constructor 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, Set<Tag> tags) -
Uses of AllocationState in org.jclouds.cloudstack.options
Methods in org.jclouds.cloudstack.options with parameters of type AllocationState Modifier and Type Method Description AddClusterOptionsAddClusterOptions. allocationState(AllocationState allocationState)static AddClusterOptionsAddClusterOptions.Builder. allocationState(AllocationState allocationState)AddHostOptionsAddHostOptions. allocationState(AllocationState allocationState)static AddHostOptionsAddHostOptions.Builder. allocationState(AllocationState allocationState)CreatePodOptionsCreatePodOptions. allocationState(AllocationState allocationState)static CreatePodOptionsCreatePodOptions.Builder. allocationState(AllocationState allocationState)CreateZoneOptionsCreateZoneOptions. allocationState(AllocationState allocationState)static CreateZoneOptionsCreateZoneOptions.Builder. allocationState(AllocationState allocationState)ListClustersOptionsListClustersOptions. allocationState(AllocationState allocationState)static ListClustersOptionsListClustersOptions.Builder. allocationState(AllocationState allocationState)ListHostsOptionsListHostsOptions. allocationState(AllocationState allocationState)static ListHostsOptionsListHostsOptions.Builder. allocationState(AllocationState allocationState)ListPodsOptionsListPodsOptions. allocationState(AllocationState allocationState)static ListPodsOptionsListPodsOptions.Builder. allocationState(AllocationState allocationState)UpdateClusterOptionsUpdateClusterOptions. allocationState(AllocationState allocationState)static UpdateClusterOptionsUpdateClusterOptions.Builder. allocationState(AllocationState allocationState)UpdateHostOptionsUpdateHostOptions. allocationState(AllocationState allocationState)static UpdateHostOptionsUpdateHostOptions.Builder. allocationState(AllocationState allocationState)UpdatePodOptionsUpdatePodOptions. allocationState(AllocationState allocationState)static UpdatePodOptionsUpdatePodOptions.Builder. allocationState(AllocationState allocationState)UpdateZoneOptionsUpdateZoneOptions. allocationState(AllocationState allocationState)static UpdateZoneOptionsUpdateZoneOptions.Builder. allocationState(AllocationState allocationState)
-