pulumi-alicloud-kotlin
3.44.1.0
pulumi-alicloud-kotlin
/
com.pulumi.alicloud.vpc.kotlin
/
SnatEntryArgs
/
SnatEntryArgs
Snat
Entry
Args
fun
SnatEntryArgs
(
snatEntryName
:
Output
<
String
>
?
=
null
,
snatIp
:
Output
<
String
>
?
=
null
,
snatTableId
:
Output
<
String
>
?
=
null
,
sourceCidr
:
Output
<
String
>
?
=
null
,
sourceVswitchId
:
Output
<
String
>
?
=
null
)