public enum RemoteElasticInstanceState extends Enum<RemoteElasticInstanceState>
RemoteElasticInstance
Enum Constant and Description |
---|
BIDDING
Instance is being bid upon
|
FAILED_TO_START
The
RemoteElasticInstance , for whatever reason, failed to start |
IDENTIFIED
The
RemoteElasticInstance now has an EC2 instance ID. |
INITIAL
The initial state when the
RemoteElasticInstance has been requested |
RUNNING
The
RemoteElasticInstance now has an EC2 instance ID and the instance is now running |
SHUTTING_DOWN
The
RemoteElasticInstance is shutting down |
STARTING
The
RemoteElasticInstance is in the process of starting up. |
STOPPED |
STOPPING |
TERMINATED
The
RemoteElasticInstance has terminated |
UNKNOWN
The State of the
RemoteElasticInstance is unknown |
Modifier and Type | Method and Description |
---|---|
boolean |
isFinal() |
static RemoteElasticInstanceState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RemoteElasticInstanceState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RemoteElasticInstanceState INITIAL
RemoteElasticInstance
has been requestedpublic static final RemoteElasticInstanceState BIDDING
public static final RemoteElasticInstanceState STARTING
RemoteElasticInstance
is in the process of starting up. In this state no EC instance ID has been set.public static final RemoteElasticInstanceState IDENTIFIED
RemoteElasticInstance
now has an EC2 instance ID.public static final RemoteElasticInstanceState RUNNING
RemoteElasticInstance
now has an EC2 instance ID and the instance is now runningpublic static final RemoteElasticInstanceState STOPPING
public static final RemoteElasticInstanceState STOPPED
public static final RemoteElasticInstanceState SHUTTING_DOWN
RemoteElasticInstance
is shutting downpublic static final RemoteElasticInstanceState TERMINATED
RemoteElasticInstance
has terminatedpublic static final RemoteElasticInstanceState FAILED_TO_START
RemoteElasticInstance
, for whatever reason, failed to startpublic static final RemoteElasticInstanceState UNKNOWN
RemoteElasticInstance
is unknownpublic static RemoteElasticInstanceState[] values()
for (RemoteElasticInstanceState c : RemoteElasticInstanceState.values()) System.out.println(c);
public static RemoteElasticInstanceState valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic boolean isFinal()
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.