toggle menu
pulumi-azure-native-kotlin
3.5.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.network.kotlin.inputs
/
GetNatRulePlainArgs
Get
Nat
Rule
Plain
Args
data
class
GetNatRulePlainArgs
(
val
gatewayName
:
String
,
val
natRuleName
:
String
,
val
resourceGroupName
:
String
)
:
ConvertibleToJava
<
GetNatRulePlainArgs
>
Members
Constructors
Get
Nat
Rule
Plain
Args
Link copied to clipboard
constructor
(
gatewayName
:
String
,
natRuleName
:
String
,
resourceGroupName
:
String
)
Properties
gateway
Name
Link copied to clipboard
val
gatewayName
:
String
The name of the gateway.
nat
Rule
Name
Link copied to clipboard
val
natRuleName
:
String
The name of the nat rule.
resource
Group
Name
Link copied to clipboard
val
resourceGroupName
:
String
The resource group name of the VpnGateway.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetNatRulePlainArgs