Peering

class Peering

Describes a peering connection.

Types

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

Properties

Link copied to clipboard

The ARN of a core network.

Link copied to clipboard

The ID of the core network for the peering request.

Link copied to clipboard

The timestamp when the attachment peer was created.

Link copied to clipboard

The edge location for the peer.

Link copied to clipboard

Describes the error associated with the Connect peer request.

Link copied to clipboard

The ID of the account owner.

Link copied to clipboard

The ID of the peering attachment.

Link copied to clipboard

The type of peering. This will be TRANSIT_GATEWAY.

Link copied to clipboard

The resource ARN of the peer.

Link copied to clipboard

The current state of the peering connection.

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

The list of key-value tags associated with the peering.

Functions

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