toggle menu
pulumi-alicloud-kotlin
3.79.0.0
jvm
switch theme
search in API
pulumi-alicloud-kotlin
/
com.pulumi.alicloud.apig.kotlin.inputs
/
GatewayVswitchArgs
Gateway
Vswitch
Args
data
class
GatewayVswitchArgs
(
val
name
:
Output
<
String
>
?
=
null
,
val
vswitchId
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
GatewayVswitchArgs
>
Members
Constructors
Gateway
Vswitch
Args
Link copied to clipboard
constructor
(
name
:
Output
<
String
>
?
=
null
,
vswitchId
:
Output
<
String
>
?
=
null
)
Properties
name
Link copied to clipboard
val
name
:
Output
<
String
>
?
=
null
The name of the VPC gateway.
vswitch
Id
Link copied to clipboard
val
vswitchId
:
Output
<
String
>
?
=
null
The ID of the virtual switch.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GatewayVswitchArgs