C# Class Amazon.DirectConnect.InterconnectState

Constants used for properties of type InterconnectState.
Inheritance: ConstantClass
Exibir arquivo 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_oe static_oe property

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

Deleted public_oe static_oe property

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

Deleting public_oe static_oe property

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

Down public_oe static_oe property

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

Pending public_oe static_oe property

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

Requested public_oe static_oe property

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