PeeringSkuResponse

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

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val family: String? = null

The family of the peering SKU.

Link copied to clipboard
val name: String? = null

The name of the peering SKU.

Link copied to clipboard
val size: String? = null

The size of the peering SKU.

Link copied to clipboard
val tier: String? = null

The tier of the peering SKU.