toggle menu
pulumi-azure-native-kotlin
3.0.1.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.network.kotlin.outputs
/
VirtualNetworkGatewayNatRuleResponse
/
VirtualNetworkGatewayNatRuleResponse
Virtual
Network
Gateway
Nat
Rule
Response
constructor
(
etag
:
String
,
externalMappings
:
List
<
VpnNatRuleMappingResponse
>
?
=
null
,
id
:
String
?
=
null
,
internalMappings
:
List
<
VpnNatRuleMappingResponse
>
?
=
null
,
ipConfigurationId
:
String
?
=
null
,
mode
:
String
?
=
null
,
name
:
String
?
=
null
,
provisioningState
:
String
,
type
:
String
)