C# Class Amazon.DirectConnect.ConnectionState

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

Méthodes publiques

Свойство Type Description
Available ConnectionState
Deleted ConnectionState
Deleting ConnectionState
Down ConnectionState
Ordering ConnectionState
Pending ConnectionState
Rejected ConnectionState
Requested ConnectionState

Méthodes publiques

Méthode Description
ConnectionState ( string value ) : System

Default Constructor

FindValue ( string value ) : ConnectionState

Finds the constant for the unique value.

Method Details

ConnectionState() public méthode

Default Constructor
public ConnectionState ( string value ) : System
value string
Résultat System

FindValue() public static méthode

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

Property Details

Available public_oe static_oe property

Constant Available for ConnectionState
public static ConnectionState,Amazon.DirectConnect Available
Résultat ConnectionState

Deleted public_oe static_oe property

Constant Deleted for ConnectionState
public static ConnectionState,Amazon.DirectConnect Deleted
Résultat ConnectionState

Deleting public_oe static_oe property

Constant Deleting for ConnectionState
public static ConnectionState,Amazon.DirectConnect Deleting
Résultat ConnectionState

Down public_oe static_oe property

Constant Down for ConnectionState
public static ConnectionState,Amazon.DirectConnect Down
Résultat ConnectionState

Ordering public_oe static_oe property

Constant Ordering for ConnectionState
public static ConnectionState,Amazon.DirectConnect Ordering
Résultat ConnectionState

Pending public_oe static_oe property

Constant Pending for ConnectionState
public static ConnectionState,Amazon.DirectConnect Pending
Résultat ConnectionState

Rejected public_oe static_oe property

Constant Rejected for ConnectionState
public static ConnectionState,Amazon.DirectConnect Rejected
Résultat ConnectionState

Requested public_oe static_oe property

Constant Requested for ConnectionState
public static ConnectionState,Amazon.DirectConnect Requested
Résultat ConnectionState