GetVirtualNetworkGatewayNatRuleResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

A unique read-only string that changes whenever the resource is updated.

Link copied to clipboard

The private IP address external mapping for NAT.

Link copied to clipboard
val id: String? = null

Resource ID.

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
val mode: String? = null

The Source NAT direction of a VPN NAT.

Link copied to clipboard
val name: String? = null

The name of the resource that is unique within a resource group. This name can be used to access the resource.

Link copied to clipboard

The provisioning state of the NAT Rule resource.

Link copied to clipboard

Resource type.