C# 클래스 Amazon.EC2.BundleTaskState

Constants used for properties of type BundleTaskState.
상속: ConstantClass
파일 보기 프로젝트 열기: aws/aws-sdk-net

공개 프로퍼티들

프로퍼티 타입 설명
Bundling BundleTaskState
Cancelling BundleTaskState
Complete BundleTaskState
Failed BundleTaskState
Pending BundleTaskState
Storing BundleTaskState
WaitingForShutdown BundleTaskState

공개 메소드들

메소드 설명
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.

메소드 상세

BundleTaskState() 공개 메소드

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
리턴 System

FindValue() 공개 정적인 메소드

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

프로퍼티 상세

Bundling 공개적으로 정적으로 프로퍼티

Constant Bundling for BundleTaskState
public static BundleTaskState,Amazon.EC2 Bundling
리턴 BundleTaskState

Cancelling 공개적으로 정적으로 프로퍼티

Constant Cancelling for BundleTaskState
public static BundleTaskState,Amazon.EC2 Cancelling
리턴 BundleTaskState

Complete 공개적으로 정적으로 프로퍼티

Constant Complete for BundleTaskState
public static BundleTaskState,Amazon.EC2 Complete
리턴 BundleTaskState

Failed 공개적으로 정적으로 프로퍼티

Constant Failed for BundleTaskState
public static BundleTaskState,Amazon.EC2 Failed
리턴 BundleTaskState

Pending 공개적으로 정적으로 프로퍼티

Constant Pending for BundleTaskState
public static BundleTaskState,Amazon.EC2 Pending
리턴 BundleTaskState

Storing 공개적으로 정적으로 프로퍼티

Constant Storing for BundleTaskState
public static BundleTaskState,Amazon.EC2 Storing
리턴 BundleTaskState

WaitingForShutdown 공개적으로 정적으로 프로퍼티

Constant WaitingForShutdown for BundleTaskState
public static BundleTaskState,Amazon.EC2 WaitingForShutdown
리턴 BundleTaskState