PeeringAttachmentOptionsArgs

data class PeeringAttachmentOptionsArgs(val dynamicRouting: Output<String>? = null) : ConvertibleToJava<PeeringAttachmentOptionsArgs>

Constructors

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

Properties

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

Indicates whether dynamic routing is enabled or disabled.. Supports enable and disable.

Functions

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