PartnerAttachmentArgs

data class PartnerAttachmentArgs(val bgp: Output<PartnerAttachmentBgpArgs>? = null, val connectionBandwidthInMbps: Output<Int>? = null, val naasProvider: Output<String>? = null, val name: Output<String>? = null, val region: Output<String>? = null, val vpcIds: Output<List<String>>? = null) : ConvertibleToJava<PartnerAttachmentArgs>

Constructors

Link copied to clipboard
constructor(bgp: Output<PartnerAttachmentBgpArgs>? = null, connectionBandwidthInMbps: Output<Int>? = null, naasProvider: Output<String>? = null, name: Output<String>? = null, region: Output<String>? = null, vpcIds: Output<List<String>>? = null)

Properties

Link copied to clipboard
val bgp: Output<PartnerAttachmentBgpArgs>? = null
Link copied to clipboard
val connectionBandwidthInMbps: Output<Int>? = null

The connection bandwidth in Mbps

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

The NaaS provider

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

The name of the Partner Attachment

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

The region where the Partner Attachment will be created

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

The list of VPC IDs to attach the Partner Attachment to

Functions

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