CreateLagRequest

Types

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

Properties

Link copied to clipboard

The tags to associate with the automtically created LAGs.

Link copied to clipboard

The ID of an existing dedicated connection to migrate to the LAG.

Link copied to clipboard

The bandwidth of the individual physical dedicated connections bundled by the LAG. The possible values are 1Gbps and 10Gbps.

Link copied to clipboard

The name of the LAG.

Link copied to clipboard

The location for the LAG.

Link copied to clipboard

The number of physical dedicated connections initially provisioned and bundled by the LAG. You can have a maximum of four connections when the port speed is 1G or 10G, or two when the port speed is 100G.

Link copied to clipboard

The name of the service provider associated with the LAG.

Link copied to clipboard

Indicates whether the connection will support MAC Security (MACsec).

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

The tags to associate with the LAG.

Functions

Link copied to clipboard
inline fun copy(block: CreateLagRequest.Builder.() -> Unit = {}): CreateLagRequest
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