DbClusterMultiZoneVswitchList

data class DbClusterMultiZoneVswitchList(val vswitchId: String, val zoneId: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the vswitch.

Link copied to clipboard
val zoneId: String? = null

The zone ID of the vswitch.