Package org.jclouds.ec2.domain
Class InstanceStateChange
java.lang.Object
org.jclouds.ec2.domain.InstanceStateChange
- All Implemented Interfaces:
Comparable<InstanceStateChange>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstanceStateChange
(String region, String instanceId, InstanceState currentState, InstanceState previousState) -
Method Summary
-
Constructor Details
-
InstanceStateChange
public InstanceStateChange(String region, String instanceId, InstanceState currentState, InstanceState previousState)
-
-
Method Details
-
compareTo
- Specified by:
compareTo
in interfaceComparable<InstanceStateChange>
-
getRegion
Deprecated.To be removed in jclouds 1.6Warning
Especially on EC2 clones that may not support regions, this value is fragile. Consider alternate means to determine context. -
getInstanceId
-
getCurrentState
-
getPreviousState
-
hashCode
public int hashCode() -
equals
-
toString
-