C# Class Amazon.GameLift.ScalingStatusType

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

Méthodes publiques

Свойство Type Description
ACTIVE ScalingStatusType
DELETED ScalingStatusType
DELETE_REQUESTED ScalingStatusType
DELETING ScalingStatusType
ERROR ScalingStatusType
UPDATE_REQUESTED ScalingStatusType
UPDATING ScalingStatusType

Méthodes publiques

Méthode Description
FindValue ( string value ) : ScalingStatusType

Finds the constant for the unique value.

ScalingStatusType ( 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.

Method Details

FindValue() public static méthode

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

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

Property Details

ACTIVE public_oe static_oe property

Constant ACTIVE for ScalingStatusType
public static ScalingStatusType,Amazon.GameLift ACTIVE
Résultat ScalingStatusType

DELETED public_oe static_oe property

Constant DELETED for ScalingStatusType
public static ScalingStatusType,Amazon.GameLift DELETED
Résultat ScalingStatusType

DELETE_REQUESTED public_oe static_oe property

Constant DELETE_REQUESTED for ScalingStatusType
public static ScalingStatusType,Amazon.GameLift DELETE_REQUESTED
Résultat ScalingStatusType

DELETING public_oe static_oe property

Constant DELETING for ScalingStatusType
public static ScalingStatusType,Amazon.GameLift DELETING
Résultat ScalingStatusType

ERROR public_oe static_oe property

Constant ERROR for ScalingStatusType
public static ScalingStatusType,Amazon.GameLift ERROR
Résultat ScalingStatusType

UPDATE_REQUESTED public_oe static_oe property

Constant UPDATE_REQUESTED for ScalingStatusType
public static ScalingStatusType,Amazon.GameLift UPDATE_REQUESTED
Résultat ScalingStatusType

UPDATING public_oe static_oe property

Constant UPDATING for ScalingStatusType
public static ScalingStatusType,Amazon.GameLift UPDATING
Résultat ScalingStatusType