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
fun PeeringServiceSkuArgs(name: Output<String>? = null)

Functions

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

Properties

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

The name of the peering service SKU.