You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::DirectConnect::Types::Interconnect

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Information about an interconnect.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#aws_deviceString

The Direct Connect endpoint on which the physical connection terminates.

Returns:

  • (String)

    The Direct Connect endpoint on which the physical connection terminates.

#aws_device_v2String

The Direct Connect endpoint on which the physical connection terminates.

Returns:

  • (String)

    The Direct Connect endpoint on which the physical connection terminates.

#bandwidthString

The bandwidth of the connection.

Returns:

  • (String)

    The bandwidth of the connection.

#has_logical_redundancyString

Indicates whether the interconnect supports a secondary BGP in the same address family (IPv4/IPv6).

Possible values:

  • unknown
  • yes
  • no

Returns:

  • (String)

    Indicates whether the interconnect supports a secondary BGP in the same address family (IPv4/IPv6).

#interconnect_idString

The ID of the interconnect.

Returns:

  • (String)

    The ID of the interconnect.

#interconnect_nameString

The name of the interconnect.

Returns:

  • (String)

    The name of the interconnect.

#interconnect_stateString

The state of the interconnect. The following are the possible values:

  • 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 is approved, and is being initialized.

  • available: The network link is up, and the interconnect is ready for use.

  • down: The network link is down.

  • deleting: The interconnect is being deleted.

  • deleted: The interconnect is deleted.

  • unknown: The state of the interconnect is not available.

    Possible values:

    • requested
    • pending
    • available
    • down
    • deleting
    • deleted
    • unknown

Returns:

  • (String)

    The state of the interconnect.

#jumbo_frame_capableBoolean

Indicates whether jumbo frames (9001 MTU) are supported.

Returns:

  • (Boolean)

    Indicates whether jumbo frames (9001 MTU) are supported.

#lag_idString

The ID of the LAG.

Returns:

  • (String)

    The ID of the LAG.

#loa_issue_timeTime

The time of the most recent call to DescribeLoa for this connection.

Returns:

  • (Time)

    The time of the most recent call to DescribeLoa for this connection.

#locationString

The location of the connection.

Returns:

  • (String)

    The location of the connection.

#provider_nameString

The name of the service provider associated with the interconnect.

Returns:

  • (String)

    The name of the service provider associated with the interconnect.

#regionString

The AWS Region where the connection is located.

Returns:

  • (String)

    The AWS Region where the connection is located.

#tagsArray<Types::Tag>

The tags associated with the interconnect.

Returns:

  • (Array<Types::Tag>)

    The tags associated with the interconnect.