Switch Args
data class SwitchArgs(val availabilityZone: Output<String>? = null, val cidrBlock: Output<String>? = null, val description: Output<String>? = null, val name: Output<String>? = null, val tags: Output<Map<String, Any>>? = null, val vpcId: Output<String>? = null, val vswitchName: Output<String>? = null, val zoneId: Output<String>? = null) : ConvertibleToJava<SwitchArgs>
Import
Vswitch can be imported using the id, e.g.
$ pulumi import alicloud:vpc/switch:Switch example vsw-abc123456
Content copied to clipboard