CoreNetworkEdge

data class CoreNetworkEdge(val asn: Int? = null, val edgeLocation: String? = null, val insideCidrBlocks: List<String>? = null)

Constructors

Link copied to clipboard
constructor(asn: Int? = null, edgeLocation: String? = null, insideCidrBlocks: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val asn: Int? = null

ASN of a core network edge.

Link copied to clipboard
val edgeLocation: String? = null

Region where a core network edge is located.

Link copied to clipboard

Inside IP addresses used for core network edges.