RoutingVPCArgs

data class RoutingVPCArgs(val uri: Output<String>? = null) : ConvertibleToJava<RoutingVPCArgs>

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

Constructors

Link copied to clipboard
fun RoutingVPCArgs(uri: Output<String>? = null)

Functions

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

Properties

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

The URI of the VPC network.