PeeringSkuResponse

data class PeeringSkuResponse(val family: String, val name: String? = null, val size: String, val tier: String)

The SKU that defines the tier and kind of the peering.

Constructors

Link copied to clipboard
constructor(family: String, name: String? = null, size: String, tier: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The family of the peering SKU.

Link copied to clipboard
val name: String? = null

The name of the peering SKU.

Link copied to clipboard

The size of the peering SKU.

Link copied to clipboard

The tier of the peering SKU.