C# Class Amazon.EC2.BundleTaskState

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

Public Properties

Property Type Description
Bundling BundleTaskState
Cancelling BundleTaskState
Complete BundleTaskState
Failed BundleTaskState
Pending BundleTaskState
Storing BundleTaskState
WaitingForShutdown BundleTaskState

Public Methods

Method Description
BundleTaskState ( 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 ) : BundleTaskState

Finds the constant for the unique value.

Method Details

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

FindValue() public static method

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

Property Details

Bundling public static property

Constant Bundling for BundleTaskState
public static BundleTaskState,Amazon.EC2 Bundling
return BundleTaskState

Cancelling public static property

Constant Cancelling for BundleTaskState
public static BundleTaskState,Amazon.EC2 Cancelling
return BundleTaskState

Complete public static property

Constant Complete for BundleTaskState
public static BundleTaskState,Amazon.EC2 Complete
return BundleTaskState

Failed public static property

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

Pending public static property

Constant Pending for BundleTaskState
public static BundleTaskState,Amazon.EC2 Pending
return BundleTaskState

Storing public static property

Constant Storing for BundleTaskState
public static BundleTaskState,Amazon.EC2 Storing
return BundleTaskState

WaitingForShutdown public static property

Constant WaitingForShutdown for BundleTaskState
public static BundleTaskState,Amazon.EC2 WaitingForShutdown
return BundleTaskState