C# Class Amazon.ElasticMapReduce.InstanceGroupState

Constants used for properties of type InstanceGroupState.
Inheritance: ConstantClass
Afficher le fichier Open project: aws/aws-sdk-net

Méthodes publiques

Свойство Type Description
ARRESTED InstanceGroupState
BOOTSTRAPPING InstanceGroupState
ENDED InstanceGroupState
PROVISIONING InstanceGroupState
RESIZING InstanceGroupState
RUNNING InstanceGroupState
SHUTTING_DOWN InstanceGroupState
SUSPENDED InstanceGroupState
TERMINATED InstanceGroupState
TERMINATING InstanceGroupState

Méthodes publiques

Méthode Description
FindValue ( string value ) : InstanceGroupState

Finds the constant for the unique value.

InstanceGroupState ( string value ) : System

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.

Method Details

FindValue() public static méthode

Finds the constant for the unique value.
public static FindValue ( string value ) : InstanceGroupState
value string The unique value for the constant
Résultat InstanceGroupState

InstanceGroupState() public méthode

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.
public InstanceGroupState ( string value ) : System
value string
Résultat System

Property Details

ARRESTED public_oe static_oe property

Constant ARRESTED for InstanceGroupState
public static InstanceGroupState,Amazon.ElasticMapReduce ARRESTED
Résultat InstanceGroupState

BOOTSTRAPPING public_oe static_oe property

Constant BOOTSTRAPPING for InstanceGroupState
public static InstanceGroupState,Amazon.ElasticMapReduce BOOTSTRAPPING
Résultat InstanceGroupState

ENDED public_oe static_oe property

Constant ENDED for InstanceGroupState
public static InstanceGroupState,Amazon.ElasticMapReduce ENDED
Résultat InstanceGroupState

PROVISIONING public_oe static_oe property

Constant PROVISIONING for InstanceGroupState
public static InstanceGroupState,Amazon.ElasticMapReduce PROVISIONING
Résultat InstanceGroupState

RESIZING public_oe static_oe property

Constant RESIZING for InstanceGroupState
public static InstanceGroupState,Amazon.ElasticMapReduce RESIZING
Résultat InstanceGroupState

RUNNING public_oe static_oe property

Constant RUNNING for InstanceGroupState
public static InstanceGroupState,Amazon.ElasticMapReduce RUNNING
Résultat InstanceGroupState

SHUTTING_DOWN public_oe static_oe property

Constant SHUTTING_DOWN for InstanceGroupState
public static InstanceGroupState,Amazon.ElasticMapReduce SHUTTING_DOWN
Résultat InstanceGroupState

SUSPENDED public_oe static_oe property

Constant SUSPENDED for InstanceGroupState
public static InstanceGroupState,Amazon.ElasticMapReduce SUSPENDED
Résultat InstanceGroupState

TERMINATED public_oe static_oe property

Constant TERMINATED for InstanceGroupState
public static InstanceGroupState,Amazon.ElasticMapReduce TERMINATED
Résultat InstanceGroupState

TERMINATING public_oe static_oe property

Constant TERMINATING for InstanceGroupState
public static InstanceGroupState,Amazon.ElasticMapReduce TERMINATING
Résultat InstanceGroupState