CoreNetworkChange

Details describing a core network change.

Types

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

Properties

Link copied to clipboard

The action to take for a core network.

Link copied to clipboard

The resource identifier.

Link copied to clipboard

Uniquely identifies the path for a change within the changeset. For example, the IdentifierPath for a core network segment change might be "CORE_NETWORK_SEGMENT/us-east-1/devsegment".

Link copied to clipboard

The new value for a core network

Link copied to clipboard

The previous values for a core network.

Link copied to clipboard

The type of change.

Functions

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