CoreNetworkEdge

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val asn: Double? = null

The ASN of a core network edge.

Link copied to clipboard
val edgeLocation: String? = null

The Region where a core network edge is located.

Link copied to clipboard

The inside IP addresses used for core network edges.