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

Class: Aws::DirectConnect::Types::Connection

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

Overview

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.

#connection_idString

The ID of the connection.

Returns:

  • (String)

    The ID of the connection.

#connection_nameString

The name of the connection.

Returns:

  • (String)

    The name of the connection.

#connection_stateString

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

  • ordering: The initial state of a hosted connection provisioned on an interconnect. The connection stays in the ordering state until the owner of the hosted connection confirms or declines the connection order.

  • requested: The initial state of a standard connection. The connection stays in the requested state until the Letter of Authorization (LOA) is sent to the customer.

  • pending: The connection has been approved and is being initialized.

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

  • down: The network link is down.

  • deleting: The connection is being deleted.

  • deleted: The connection has been deleted.

  • rejected: A hosted connection in the ordering state enters the rejected state if it is deleted by the customer.

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

    Possible values:

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

Returns:

  • (String)

    The state of the connection.

#has_logical_redundancyString

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

Possible values:

  • unknown
  • yes
  • no

Returns:

  • (String)

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

#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.

#owner_accountString

The ID of the AWS account that owns the connection.

Returns:

  • (String)

    The ID of the AWS account that owns the connection.

#partner_nameString

The name of the AWS Direct Connect service provider associated with the connection.

Returns:

  • (String)

    The name of the AWS Direct Connect service provider associated with the connection.

#provider_nameString

The name of the service provider associated with the connection.

Returns:

  • (String)

    The name of the service provider associated with the connection.

#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 connection.

Returns:

  • (Array<Types::Tag>)

    The tags associated with the connection.

#vlanInteger

The ID of the VLAN.

Returns:

  • (Integer)

    The ID of the VLAN.