Get Virtual Network Gateway Nat Rule Result
data class GetVirtualNetworkGatewayNatRuleResult(val azureApiVersion: String, val etag: String, val externalMappings: List<VpnNatRuleMappingResponse>? = null, val id: String? = null, val internalMappings: List<VpnNatRuleMappingResponse>? = null, val ipConfigurationId: String? = null, val mode: String? = null, val name: String? = null, val provisioningState: String, val type: String)
VirtualNetworkGatewayNatRule Resource.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, 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)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
The private IP address external mapping for NAT.
Link copied to clipboard
The private IP address internal mapping for NAT.
Link copied to clipboard
The IP Configuration ID this NAT rule applies to.
Link copied to clipboard
The provisioning state of the NAT Rule resource.