GetConnectPeerResult

data class GetConnectPeerResult(val configuration: ConnectPeerConfiguration? = null, val connectPeerId: String? = null, val coreNetworkId: String? = null, val createdAt: String? = null, val edgeLocation: String? = null, val state: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(configuration: ConnectPeerConfiguration? = null, connectPeerId: String? = null, coreNetworkId: String? = null, createdAt: String? = null, edgeLocation: String? = null, state: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Configuration of the connect peer.

Link copied to clipboard
val connectPeerId: String? = null

The ID of the Connect peer.

Link copied to clipboard
val coreNetworkId: String? = null

The ID of the core network.

Link copied to clipboard
val createdAt: String? = null

Connect peer creation time.

Link copied to clipboard
val edgeLocation: String? = null

The Connect peer Regions where edges are located.

Link copied to clipboard
val state: String? = null

State of the connect peer.

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

An array of key-value pairs to apply to this resource.