C# Class Amazon.EC2.BatchState

Constants used for properties of type BatchState.
Inheritance: ConstantClass
Show file Open project: aws/aws-sdk-net

Public Properties

Property Type Description
Active BatchState
Cancelled BatchState
Cancelled_running BatchState
Cancelled_terminating BatchState
Failed BatchState
Modifying BatchState
Submitted BatchState

Public Methods

Method Description
BatchState ( 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.

FindValue ( string value ) : BatchState

Finds the constant for the unique value.

Method Details

BatchState() public method

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 BatchState ( string value ) : System
value string
return System

FindValue() public static method

Finds the constant for the unique value.
public static FindValue ( string value ) : BatchState
value string The unique value for the constant
return BatchState

Property Details

Active public static property

Constant Active for BatchState
public static BatchState,Amazon.EC2 Active
return BatchState

Cancelled public static property

Constant Cancelled for BatchState
public static BatchState,Amazon.EC2 Cancelled
return BatchState

Cancelled_running public static property

Constant Cancelled_running for BatchState
public static BatchState,Amazon.EC2 Cancelled_running
return BatchState

Cancelled_terminating public static property

Constant Cancelled_terminating for BatchState
public static BatchState,Amazon.EC2 Cancelled_terminating
return BatchState

Failed public static property

Constant Failed for BatchState
public static BatchState,Amazon.EC2 Failed
return BatchState

Modifying public static property

Constant Modifying for BatchState
public static BatchState,Amazon.EC2 Modifying
return BatchState

Submitted public static property

Constant Submitted for BatchState
public static BatchState,Amazon.EC2 Submitted
return BatchState