AssociateVirtualInterfaceResponse

Information about a virtual interface.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The address family for the BGP peer.

Link copied to clipboard

The IP address assigned to the Amazon interface.

Link copied to clipboard

The autonomous system number (ASN) for the Amazon side of the connection.

Link copied to clipboard
val asn: Int

The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.

Link copied to clipboard

The authentication key for BGP configuration. This string has a minimum length of 6 characters and and a maximun lenth of 80 characters.

Link copied to clipboard

The Direct Connect endpoint that terminates the physical connection.

Link copied to clipboard

The Direct Connect endpoint that terminates the logical connection. This device might be different than the device that terminates the physical connection.

Link copied to clipboard

The BGP peers configured on this virtual interface.

Link copied to clipboard

The ID of the connection.

Link copied to clipboard

The IP address assigned to the customer interface.

Link copied to clipboard

The customer router configuration.

Link copied to clipboard

The ID of the Direct Connect gateway.

Link copied to clipboard

Indicates whether jumbo frames are supported.

Link copied to clipboard

The location of the connection.

Link copied to clipboard
val mtu: Int?

The maximum transmission unit (MTU), in bytes. The supported values are 1500 and 8500. The default value is 1500

Link copied to clipboard

The ID of the Amazon Web Services account that owns the virtual interface.

Link copied to clipboard

The Amazon Web Services Region where the virtual interface is located.

Link copied to clipboard

The routes to be advertised to the Amazon Web Services network in this Region. Applies to public virtual interfaces.

Link copied to clipboard

Indicates whether SiteLink is enabled.

Link copied to clipboard
val tags: List<Tag>?

The tags associated with the virtual interface.

Link copied to clipboard

The ID of the virtual private gateway. Applies only to private virtual interfaces.

Link copied to clipboard

The ID of the virtual interface.

Link copied to clipboard

The name of the virtual interface assigned by the customer network. The name has a maximum of 100 characters. The following are valid characters: a-z, 0-9 and a hyphen (-).

Link copied to clipboard

The state of the virtual interface. The following are the possible values:

Link copied to clipboard

The type of virtual interface. The possible values are private, public and transit.

Link copied to clipboard
val vlan: Int

The ID of the VLAN.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String