C# Class Amazon.EC2.BundleTaskState

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

Méthodes publiques

Свойство Type Description
Bundling BundleTaskState
Cancelling BundleTaskState
Complete BundleTaskState
Failed BundleTaskState
Pending BundleTaskState
Storing BundleTaskState
WaitingForShutdown BundleTaskState

Méthodes publiques

Méthode 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 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 BundleTaskState ( string value ) : System
value string
Résultat System

FindValue() public static méthode

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

Property Details

Bundling public_oe static_oe property

Constant Bundling for BundleTaskState
public static BundleTaskState,Amazon.EC2 Bundling
Résultat BundleTaskState

Cancelling public_oe static_oe property

Constant Cancelling for BundleTaskState
public static BundleTaskState,Amazon.EC2 Cancelling
Résultat BundleTaskState

Complete public_oe static_oe property

Constant Complete for BundleTaskState
public static BundleTaskState,Amazon.EC2 Complete
Résultat BundleTaskState

Failed public_oe static_oe property

Constant Failed for BundleTaskState
public static BundleTaskState,Amazon.EC2 Failed
Résultat BundleTaskState

Pending public_oe static_oe property

Constant Pending for BundleTaskState
public static BundleTaskState,Amazon.EC2 Pending
Résultat BundleTaskState

Storing public_oe static_oe property

Constant Storing for BundleTaskState
public static BundleTaskState,Amazon.EC2 Storing
Résultat BundleTaskState

WaitingForShutdown public_oe static_oe property

Constant WaitingForShutdown for BundleTaskState
public static BundleTaskState,Amazon.EC2 WaitingForShutdown
Résultat BundleTaskState