public class InstanceStateChange extends Object implements Comparable<InstanceStateChange>
Constructor and Description |
---|
InstanceStateChange(String region,
String instanceId,
InstanceState currentState,
InstanceState previousState) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(InstanceStateChange o) |
boolean |
equals(Object obj) |
InstanceState |
getCurrentState() |
String |
getInstanceId() |
InstanceState |
getPreviousState() |
String |
getRegion()
Instances are tied to Availability Zones.
|
int |
hashCode() |
String |
toString() |
public InstanceStateChange(String region, String instanceId, InstanceState currentState, InstanceState previousState)
public int compareTo(InstanceStateChange o)
compareTo
in interface Comparable<InstanceStateChange>
public String getRegion()
public String getInstanceId()
public InstanceState getCurrentState()
public InstanceState getPreviousState()
Copyright © 2009-2012 jclouds. All Rights Reserved.