AWS SDK for .NET Documentation
DeleteInterconnectResult Class
AmazonAmazon.DirectConnect.ModelDeleteInterconnectResult Did this page help you?   Yes   No    Tell us about it...

The response received when DeleteInterconnect is called.

Declaration Syntax
C#
public class DeleteInterconnectResult
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
DeleteInterconnectResult()()()()
Initializes a new instance of the DeleteInterconnectResult class

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
InterconnectState
State of the interconnect.
  • Requested: The initial state of an interconnect. The interconnect stays in the requested state until the Letter of Authorization (LOA) is sent to the customer.
  • Pending: The interconnect has been approved, and is being initialized.
  • Available: The network link is up, and the interconnect is ready for use.
  • Down: The network link is down.
  • Deleted: The interconnect has been deleted.

Constraints:

Allowed Values
requested, pending, available, down, deleting, deleted


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithInterconnectState(String) Obsolete.
Sets the InterconnectState property

Inheritance Hierarchy
Object
DeleteInterconnectResult

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)