CoreNetworkNetworkFunctionGroup

data class CoreNetworkNetworkFunctionGroup(val edgeLocations: List<String>? = null, val name: String? = null, val segments: CoreNetworkNetworkFunctionGroupSegmentsProperties? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

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

The core network edge locations.

Link copied to clipboard
val name: String? = null

Name of network function group

Link copied to clipboard

The segments associated with the network function group.