C# 클래스 Amazon.ElasticMapReduce.InstanceGroupStateChangeReasonCode

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

공개 프로퍼티들

프로퍼티 타입 설명
CLUSTER_TERMINATED InstanceGroupStateChangeReasonCode
INSTANCE_FAILURE InstanceGroupStateChangeReasonCode
INTERNAL_ERROR InstanceGroupStateChangeReasonCode
VALIDATION_ERROR InstanceGroupStateChangeReasonCode

공개 메소드들

메소드 설명
FindValue ( string value ) : InstanceGroupStateChangeReasonCode

Finds the constant for the unique value.

InstanceGroupStateChangeReasonCode ( 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() 공개 정적인 메소드

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

InstanceGroupStateChangeReasonCode() 공개 메소드

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 InstanceGroupStateChangeReasonCode ( string value ) : System
value string
리턴 System

프로퍼티 상세

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

Constant CLUSTER_TERMINATED for InstanceGroupStateChangeReasonCode
public static InstanceGroupStateChangeReasonCode,Amazon.ElasticMapReduce CLUSTER_TERMINATED
리턴 InstanceGroupStateChangeReasonCode

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

Constant INSTANCE_FAILURE for InstanceGroupStateChangeReasonCode
public static InstanceGroupStateChangeReasonCode,Amazon.ElasticMapReduce INSTANCE_FAILURE
리턴 InstanceGroupStateChangeReasonCode

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

Constant INTERNAL_ERROR for InstanceGroupStateChangeReasonCode
public static InstanceGroupStateChangeReasonCode,Amazon.ElasticMapReduce INTERNAL_ERROR
리턴 InstanceGroupStateChangeReasonCode

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

Constant VALIDATION_ERROR for InstanceGroupStateChangeReasonCode
public static InstanceGroupStateChangeReasonCode,Amazon.ElasticMapReduce VALIDATION_ERROR
리턴 InstanceGroupStateChangeReasonCode