|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InstanceState | |
---|---|
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 | |
---|---|
AWSRunningInstanceToNodeMetadata(Map<InstanceState,NodeState> instanceToNodeState,
Map<String,Credentials> credentialStore,
com.google.common.base.Supplier<com.google.common.cache.Cache<RegionAndName,? extends Image>> imageMap,
com.google.common.base.Supplier<Set<? extends Location>> locations,
com.google.common.base.Supplier<Set<? extends Hardware>> hardware)
|
Uses of InstanceState in org.jclouds.aws.ec2.domain |
---|
Methods in org.jclouds.aws.ec2.domain with parameters of type InstanceState | |
---|---|
AWSRunningInstance.Builder |
AWSRunningInstance.Builder.instanceState(InstanceState instanceState)
|
Constructors in org.jclouds.aws.ec2.domain with parameters of type InstanceState | |
---|---|
AWSRunningInstance(String region,
Map<String,String> securityGroupIdToNames,
String amiLaunchIndex,
String dnsName,
String imageId,
String instanceId,
InstanceState instanceState,
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,
Map<String,String> tags)
|
Uses of InstanceState in org.jclouds.ec2.compute.config |
---|
Fields in org.jclouds.ec2.compute.config with type parameters of type InstanceState | |
---|---|
static Map<InstanceState,NodeState> |
EC2ComputeServiceDependenciesModule.instanceToNodeState
|
Uses of InstanceState in org.jclouds.ec2.compute.functions |
---|
Fields in org.jclouds.ec2.compute.functions with type parameters of type InstanceState | |
---|---|
protected Map<InstanceState,NodeState> |
RunningInstanceToNodeMetadata.instanceToNodeState
|
Constructor parameters in org.jclouds.ec2.compute.functions with type arguments of type InstanceState | |
---|---|
RunningInstanceToNodeMetadata(Map<InstanceState,NodeState> instanceToNodeState,
Map<String,Credentials> credentialStore,
com.google.common.base.Supplier<com.google.common.cache.Cache<RegionAndName,? extends Image>> imageMap,
com.google.common.base.Supplier<Set<? extends Location>> locations,
com.google.common.base.Supplier<Set<? extends Hardware>> hardware)
|
Uses of InstanceState in org.jclouds.ec2.domain |
---|
Fields in org.jclouds.ec2.domain declared as InstanceState | |
---|---|
protected InstanceState |
RunningInstance.instanceState
|
protected InstanceState |
RunningInstance.Builder.instanceState
|
Methods in org.jclouds.ec2.domain that return InstanceState | |
---|---|
static InstanceState |
InstanceState.fromValue(int v)
|
static InstanceState |
InstanceState.fromValue(String state)
|
InstanceState |
InstanceStateChange.getCurrentState()
|
InstanceState |
RunningInstance.getInstanceState()
The current state of the instance. |
InstanceState |
InstanceStateChange.getPreviousState()
|
static InstanceState |
InstanceState.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 | |
---|---|
RunningInstance.Builder |
RunningInstance.Builder.instanceState(InstanceState instanceState)
|
Constructors in org.jclouds.ec2.domain with parameters of type InstanceState | |
---|---|
InstanceStateChange(String region,
String instanceId,
InstanceState currentState,
InstanceState previousState)
|
|
RunningInstance(String region,
Iterable<String> groupIds,
String amiLaunchIndex,
String dnsName,
String imageId,
String instanceId,
InstanceState instanceState,
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |