C# Class Amazon.GameLift.FleetStatus

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

Méthodes publiques

Свойство Type Description
ACTIVATING FleetStatus
ACTIVE FleetStatus
BUILDING FleetStatus
DELETING FleetStatus
DOWNLOADING FleetStatus
ERROR FleetStatus
NEW FleetStatus
TERMINATED FleetStatus
VALIDATING FleetStatus

Méthodes publiques

Méthode Description
FindValue ( string value ) : FleetStatus

Finds the constant for the unique value.

FleetStatus ( 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 ) : FleetStatus
value string The unique value for the constant
Résultat FleetStatus

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

Property Details

ACTIVATING public_oe static_oe property

Constant ACTIVATING for FleetStatus
public static FleetStatus,Amazon.GameLift ACTIVATING
Résultat FleetStatus

ACTIVE public_oe static_oe property

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

BUILDING public_oe static_oe property

Constant BUILDING for FleetStatus
public static FleetStatus,Amazon.GameLift BUILDING
Résultat FleetStatus

DELETING public_oe static_oe property

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

DOWNLOADING public_oe static_oe property

Constant DOWNLOADING for FleetStatus
public static FleetStatus,Amazon.GameLift DOWNLOADING
Résultat FleetStatus

ERROR public_oe static_oe property

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

NEW public_oe static_oe property

Constant NEW for FleetStatus
public static FleetStatus,Amazon.GameLift NEW
Résultat FleetStatus

TERMINATED public_oe static_oe property

Constant TERMINATED for FleetStatus
public static FleetStatus,Amazon.GameLift TERMINATED
Résultat FleetStatus

VALIDATING public_oe static_oe property

Constant VALIDATING for FleetStatus
public static FleetStatus,Amazon.GameLift VALIDATING
Résultat FleetStatus