C# Class Amazon.DirectConnect.InterconnectState

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

Public Properties

Property Type Description
Available InterconnectState
Deleted InterconnectState
Deleting InterconnectState
Down InterconnectState
Pending InterconnectState
Requested InterconnectState

Public Methods

Method Description
FindValue ( string value ) : InterconnectState

Finds the constant for the unique value.

InterconnectState ( string value ) : System

Default Constructor

Method Details

FindValue() public static method

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

InterconnectState() public method

Default Constructor
public InterconnectState ( string value ) : System
value string
return System

Property Details

Available public static property

Constant Available for InterconnectState
public static InterconnectState,Amazon.DirectConnect Available
return InterconnectState

Deleted public static property

Constant Deleted for InterconnectState
public static InterconnectState,Amazon.DirectConnect Deleted
return InterconnectState

Deleting public static property

Constant Deleting for InterconnectState
public static InterconnectState,Amazon.DirectConnect Deleting
return InterconnectState

Down public static property

Constant Down for InterconnectState
public static InterconnectState,Amazon.DirectConnect Down
return InterconnectState

Pending public static property

Constant Pending for InterconnectState
public static InterconnectState,Amazon.DirectConnect Pending
return InterconnectState

Requested public static property

Constant Requested for InterconnectState
public static InterconnectState,Amazon.DirectConnect Requested
return InterconnectState