GatewayVswitchArgs

data class GatewayVswitchArgs(val name: Output<String>? = null, val vswitchId: Output<String>? = null) : ConvertibleToJava<GatewayVswitchArgs>

Constructors

Link copied to clipboard
constructor(name: Output<String>? = null, vswitchId: Output<String>? = null)

Properties

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

The name of the VPC gateway.

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

The ID of the virtual switch.

Functions

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