GatewayVswitch

data class GatewayVswitch(val name: String? = null, val vswitchId: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

The name of the VPC gateway.

Link copied to clipboard
val vswitchId: String? = null

The ID of the virtual switch.