CoreNetworkSegment

data class CoreNetworkSegment(val edgeLocations: List<String>? = null, val name: String? = null, val sharedSegments: List<String>? = null)

Constructors

Link copied to clipboard
constructor(edgeLocations: List<String>? = null, name: String? = null, sharedSegments: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val edgeLocations: List<String>? = null

Regions where the edges are located.

Link copied to clipboard
val name: String? = null

Name of a core network segment.

Link copied to clipboard
val sharedSegments: List<String>? = null

Shared segments of a core network.