LinkedInterconnectAttachmentsResponse

data class LinkedInterconnectAttachmentsResponse(val siteToSiteDataTransfer: Boolean, val uris: List<String>, val vpcNetwork: String)

A collection of VLAN attachment resources. These resources should be redundant attachments that all advertise the same prefixes to Google Cloud. Alternatively, in active/passive configurations, all attachments should be capable of advertising the same prefixes.

Constructors

Link copied to clipboard
fun LinkedInterconnectAttachmentsResponse(siteToSiteDataTransfer: Boolean, uris: List<String>, vpcNetwork: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A value that controls whether site-to-site data transfer is enabled for these resources. Data transfer is available only in supported locations.

Link copied to clipboard

The URIs of linked interconnect attachment resources

Link copied to clipboard

The VPC network where these VLAN attachments are located.