DbClusterMultiZoneVswitchListArgs

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

Constructors

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

Properties

Link copied to clipboard
val vswitchId: Output<String>

The ID of the vswitch.

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

The zone ID of the vswitch.

Functions

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