GetNatRulePlainArgs

data class GetNatRulePlainArgs(val gatewayName: String, val natRuleName: String, val resourceGroupName: String) : ConvertibleToJava<GetNatRulePlainArgs>

Constructors

Link copied to clipboard
constructor(gatewayName: String, natRuleName: String, resourceGroupName: String)

Properties

Link copied to clipboard

The name of the gateway.

Link copied to clipboard

The name of the nat rule.

Link copied to clipboard

The resource group name of the VpnGateway.

Functions

Link copied to clipboard
open override fun toJava(): GetNatRulePlainArgs