C# Class Amazon.GameLift.ScalingStatusType

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

Public Properties

Property Type Description
ACTIVE ScalingStatusType
DELETED ScalingStatusType
DELETE_REQUESTED ScalingStatusType
DELETING ScalingStatusType
ERROR ScalingStatusType
UPDATE_REQUESTED ScalingStatusType
UPDATING ScalingStatusType

Public Methods

Method 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 method

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

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

Property Details

ACTIVE public static property

Constant ACTIVE for ScalingStatusType
public static ScalingStatusType,Amazon.GameLift ACTIVE
return ScalingStatusType

DELETED public static property

Constant DELETED for ScalingStatusType
public static ScalingStatusType,Amazon.GameLift DELETED
return ScalingStatusType

DELETE_REQUESTED public static property

Constant DELETE_REQUESTED for ScalingStatusType
public static ScalingStatusType,Amazon.GameLift DELETE_REQUESTED
return ScalingStatusType

DELETING public static property

Constant DELETING for ScalingStatusType
public static ScalingStatusType,Amazon.GameLift DELETING
return ScalingStatusType

ERROR public static property

Constant ERROR for ScalingStatusType
public static ScalingStatusType,Amazon.GameLift ERROR
return ScalingStatusType

UPDATE_REQUESTED public static property

Constant UPDATE_REQUESTED for ScalingStatusType
public static ScalingStatusType,Amazon.GameLift UPDATE_REQUESTED
return ScalingStatusType

UPDATING public static property

Constant UPDATING for ScalingStatusType
public static ScalingStatusType,Amazon.GameLift UPDATING
return ScalingStatusType