PeeringSkuArgs

data class PeeringSkuArgs(val name: Output<String>? = null) : ConvertibleToJava<PeeringSkuArgs>

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

Constructors

Link copied to clipboard
constructor(name: Output<String>? = null)

Properties

Link copied to clipboard
val name: Output<String>? = null

The name of the peering SKU.

Functions

Link copied to clipboard
open override fun toJava(): PeeringSkuArgs