ConnectPeer

Describes a core network Connect peer.

Types

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

Properties

Link copied to clipboard

The configuration of the Connect peer.

Link copied to clipboard

The ID of the attachment to connect.

Link copied to clipboard

The ID of the Connect peer.

Link copied to clipboard

The ID of a core network.

Link copied to clipboard

The timestamp when the Connect peer was created.

Link copied to clipboard

The Connect peer Regions where edges are located.

Link copied to clipboard

Describes the error associated with the attachment request.

Link copied to clipboard

The state of the Connect peer.

Link copied to clipboard

The subnet ARN for the Connect peer. This only applies only when the protocol is NO_ENCAP.

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

The list of key-value tags associated with the Connect peer.

Functions

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