CoreNetwork

Describes a core network.

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 a core network.

Link copied to clipboard

The timestamp when a core network was created.

Link copied to clipboard

The description of a core network.

Link copied to clipboard

The edges within a core network.

Link copied to clipboard

The ID of the global network that your core network is a part of.

Link copied to clipboard

The segments within a core network.

Link copied to clipboard

The current state of a core network.

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

The list of key-value tags associated with a core network.

Functions

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