TrunkInterfaceAssociation

Information about an association between a branch network interface with a trunk network interface.

Types

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

Properties

Link copied to clipboard

The ID of the association.

Link copied to clipboard

The ID of the branch network interface.

Link copied to clipboard
val greKey: Int?

The application key when you use the GRE protocol.

Link copied to clipboard

The interface protocol. Valid values are VLAN and GRE.

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

The tags for the trunk interface association.

Link copied to clipboard

The ID of the trunk network interface.

Link copied to clipboard
val vlanId: Int?

The ID of the VLAN when you use the VLAN protocol.

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