Uses of Class
org.jclouds.ec2.domain.InstanceState
-
Packages that use InstanceState Package Description org.jclouds.aws.ec2.compute.functions org.jclouds.aws.ec2.domain org.jclouds.ec2.compute.config org.jclouds.ec2.compute.functions org.jclouds.ec2.domain -
-
Uses of InstanceState in org.jclouds.aws.ec2.compute.functions
Constructor parameters in org.jclouds.aws.ec2.compute.functions with type arguments of type InstanceState Constructor Description 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 InstanceState Constructor Description 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 InstanceState Modifier and Type Field Description static Map<InstanceState,NodeMetadata.Status>EC2ComputeServiceDependenciesModule. toPortableNodeStatusMethods in org.jclouds.ec2.compute.config that return types with arguments of type InstanceState Modifier and Type Method Description protected 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 InstanceState Modifier and Type Field Description protected Map<InstanceState,NodeMetadata.Status>RunningInstanceToNodeMetadata. instanceToNodeStatusConstructor parameters in org.jclouds.ec2.compute.functions with type arguments of type InstanceState Constructor Description 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 InstanceState Modifier and Type Field Description protected InstanceStateRunningInstance.Builder. instanceStateprotected InstanceStateRunningInstance. instanceStateMethods in org.jclouds.ec2.domain that return InstanceState Modifier and Type Method Description static InstanceStateInstanceState. fromValue(int v)static InstanceStateInstanceState. fromValue(String state)InstanceStateInstanceStateChange. getCurrentState()InstanceStateRunningInstance. getInstanceState()The current state of the instance.InstanceStateInstanceStateChange. getPreviousState()static InstanceStateInstanceState. valueOf(String name)Returns the enum constant of this type with the specified name.static InstanceState[]InstanceState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jclouds.ec2.domain with parameters of type InstanceState Modifier and Type Method Description TRunningInstance.Builder. instanceState(InstanceState instanceState)Constructors in org.jclouds.ec2.domain with parameters of type InstanceState Constructor Description InstanceStateChange(String region, String instanceId, InstanceState currentState, InstanceState previousState)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)
-