C# Class Amazon.DirectoryService.DirectoryStage

Constants used for properties of type DirectoryStage.
Inheritance: ConstantClass
Exibir arquivo Open project: aws/aws-sdk-net

Public Properties

Property Type Description
Active DirectoryStage
Created DirectoryStage
Creating DirectoryStage
Deleted DirectoryStage
Deleting DirectoryStage
Failed DirectoryStage
Impaired DirectoryStage
Inoperable DirectoryStage
Requested DirectoryStage
RestoreFailed DirectoryStage
Restoring DirectoryStage

Public Methods

Method Description
DirectoryStage ( 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 ) : DirectoryStage

Finds the constant for the unique value.

Method Details

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

FindValue() public static method

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

Property Details

Active public_oe static_oe property

Constant Active for DirectoryStage
public static DirectoryStage,Amazon.DirectoryService Active
return DirectoryStage

Created public_oe static_oe property

Constant Created for DirectoryStage
public static DirectoryStage,Amazon.DirectoryService Created
return DirectoryStage

Creating public_oe static_oe property

Constant Creating for DirectoryStage
public static DirectoryStage,Amazon.DirectoryService Creating
return DirectoryStage

Deleted public_oe static_oe property

Constant Deleted for DirectoryStage
public static DirectoryStage,Amazon.DirectoryService Deleted
return DirectoryStage

Deleting public_oe static_oe property

Constant Deleting for DirectoryStage
public static DirectoryStage,Amazon.DirectoryService Deleting
return DirectoryStage

Failed public_oe static_oe property

Constant Failed for DirectoryStage
public static DirectoryStage,Amazon.DirectoryService Failed
return DirectoryStage

Impaired public_oe static_oe property

Constant Impaired for DirectoryStage
public static DirectoryStage,Amazon.DirectoryService Impaired
return DirectoryStage

Inoperable public_oe static_oe property

Constant Inoperable for DirectoryStage
public static DirectoryStage,Amazon.DirectoryService Inoperable
return DirectoryStage

Requested public_oe static_oe property

Constant Requested for DirectoryStage
public static DirectoryStage,Amazon.DirectoryService Requested
return DirectoryStage

RestoreFailed public_oe static_oe property

Constant RestoreFailed for DirectoryStage
public static DirectoryStage,Amazon.DirectoryService RestoreFailed
return DirectoryStage

Restoring public_oe static_oe property

Constant Restoring for DirectoryStage
public static DirectoryStage,Amazon.DirectoryService Restoring
return DirectoryStage