pulumi-alicloud-kotlin
3.31.0.1
pulumi-alicloud-kotlin
/
com.pulumi.alicloud.vpc.kotlin
/
SwitchArgs
/
SwitchArgs
Switch
Args
fun
SwitchArgs
(
availabilityZone
:
Output
<
String
>
?
=
null
,
cidrBlock
:
Output
<
String
>
?
=
null
,
description
:
Output
<
String
>
?
=
null
,
name
:
Output
<
String
>
?
=
null
,
tags
:
Output
<
Map
<
String
,
Any
>
>
?
=
null
,
vpcId
:
Output
<
String
>
?
=
null
,
vswitchName
:
Output
<
String
>
?
=
null
,
zoneId
:
Output
<
String
>
?
=
null
)