RoutingVPCResponse

data class RoutingVPCResponse(val requiredForNewSiteToSiteDataTransferSpokes: Boolean, val uri: String)

RoutingVPC contains information about the VPC networks associated with the spokes of a Network Connectivity Center hub.

Constructors

Link copied to clipboard
fun RoutingVPCResponse(requiredForNewSiteToSiteDataTransferSpokes: Boolean, uri: String)

Types

Link copied to clipboard
object Companion

Properties

If true, indicates that this VPC network is currently associated with spokes that use the data transfer feature (spokes where the site_to_site_data_transfer field is set to true). If you create new spokes that use data transfer, they must be associated with this VPC network. At most, one VPC network will have this field set to true.

Link copied to clipboard
val uri: String

The URI of the VPC network.