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

The Regions where the edges are located.

Link copied to clipboard
val name: String? = null

Name of segment

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

The shared segments of a core network.