PeeringServiceSkuArgs

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

The SKU that defines the type of the peering service.

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 service SKU.

Functions

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