Uses of Enum Class
org.jclouds.ec2.domain.InstanceState
Packages that use InstanceState
Package
Description
-
Uses of InstanceState in org.jclouds.aws.ec2.compute.functions
Constructor parameters in org.jclouds.aws.ec2.compute.functions with type arguments of type InstanceStateModifierConstructorDescriptionprotected
AWSRunningInstanceToNodeMetadata
(Map<InstanceState, NodeMetadata.Status> instanceToNodeStatus, Map<String, Credentials> credentialStore, com.google.common.base.Supplier<com.google.common.cache.LoadingCache<RegionAndName, ? extends Image>> imageMap, com.google.common.base.Supplier<Set<? extends Location>> locations, com.google.common.base.Supplier<Set<? extends Hardware>> hardware, GroupNamingConvention.Factory namingConvention) -
Uses of InstanceState in org.jclouds.aws.ec2.domain
Constructors in org.jclouds.aws.ec2.domain with parameters of type InstanceStateModifierConstructorDescriptionprotected
AWSRunningInstance
(String region, Map<String, String> securityGroupIdToNames, String amiLaunchIndex, String dnsName, String imageId, String instanceId, InstanceState instanceState, String rawState, String instanceType, String ipAddress, String kernelId, String keyName, Date launchTime, String availabilityZone, String virtualizationType, String platform, String privateDnsName, String privateIpAddress, String ramdiskId, String reason, RootDeviceType rootDeviceType, String rootDeviceName, Map<String, BlockDevice> ebsBlockDevices, MonitoringState monitoringState, String placementGroup, Iterable<String> productCodes, String subnetId, String spotInstanceRequestId, String vpcId, Hypervisor hypervisor, Map<String, String> tags, com.google.common.base.Optional<AWSRunningInstance.IAMInstanceProfile> iamInstanceProfile) -
Uses of InstanceState in org.jclouds.ec2.compute.config
Fields in org.jclouds.ec2.compute.config with type parameters of type InstanceStateModifier and TypeFieldDescriptionstatic final Map
<InstanceState, NodeMetadata.Status> EC2ComputeServiceDependenciesModule.toPortableNodeStatus
Methods in org.jclouds.ec2.compute.config that return types with arguments of type InstanceStateModifier and TypeMethodDescriptionprotected final Map
<InstanceState, NodeMetadata.Status> EC2ComputeServiceDependenciesModule.toPortableNodeStatus()
-
Uses of InstanceState in org.jclouds.ec2.compute.functions
Fields in org.jclouds.ec2.compute.functions with type parameters of type InstanceStateModifier and TypeFieldDescriptionprotected final Map
<InstanceState, NodeMetadata.Status> RunningInstanceToNodeMetadata.instanceToNodeStatus
Constructor parameters in org.jclouds.ec2.compute.functions with type arguments of type InstanceStateModifierConstructorDescriptionprotected
RunningInstanceToNodeMetadata
(Map<InstanceState, NodeMetadata.Status> instanceToNodeStatus, Map<String, Credentials> credentialStore, com.google.common.base.Supplier<com.google.common.cache.LoadingCache<RegionAndName, ? extends Image>> imageMap, com.google.common.base.Supplier<Set<? extends Location>> locations, com.google.common.base.Supplier<Set<? extends Hardware>> hardware, GroupNamingConvention.Factory namingConvention) -
Uses of InstanceState in org.jclouds.ec2.domain
Fields in org.jclouds.ec2.domain declared as InstanceStateModifier and TypeFieldDescriptionprotected InstanceState
RunningInstance.Builder.instanceState
protected final InstanceState
RunningInstance.instanceState
Methods in org.jclouds.ec2.domain that return InstanceStateModifier and TypeMethodDescriptionstatic InstanceState
InstanceState.fromValue
(int v) static InstanceState
InstanceStateChange.getCurrentState()
RunningInstance.getInstanceState()
The current state of the instance.InstanceStateChange.getPreviousState()
static InstanceState
Returns the enum constant of this class with the specified name.static InstanceState[]
InstanceState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jclouds.ec2.domain with parameters of type InstanceStateModifier and TypeMethodDescriptionRunningInstance.Builder.instanceState
(InstanceState instanceState) Constructors in org.jclouds.ec2.domain with parameters of type InstanceStateModifierConstructorDescriptionInstanceStateChange
(String region, String instanceId, InstanceState currentState, InstanceState previousState) protected
RunningInstance
(String region, Iterable<String> groupNames, String amiLaunchIndex, String dnsName, String imageId, String instanceId, InstanceState instanceState, String rawState, String instanceType, String ipAddress, String kernelId, String keyName, Date launchTime, String availabilityZone, String virtualizationType, String platform, String privateDnsName, String privateIpAddress, String ramdiskId, String reason, RootDeviceType rootDeviceType, String rootDeviceName, Map<String, BlockDevice> ebsBlockDevices, Map<String, String> tags)