1. Packages
  2. Azure Native v1
  3. API Docs
  4. network
  5. getVirtualNetworkGatewayNatRule
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi

azure-native.network.getVirtualNetworkGatewayNatRule

Explore with Pulumi AI

azure-native-v1 logo
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi

    Retrieves the details of a nat rule. API Version: 2021-03-01.

    Using getVirtualNetworkGatewayNatRule

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getVirtualNetworkGatewayNatRule(args: GetVirtualNetworkGatewayNatRuleArgs, opts?: InvokeOptions): Promise<GetVirtualNetworkGatewayNatRuleResult>
    function getVirtualNetworkGatewayNatRuleOutput(args: GetVirtualNetworkGatewayNatRuleOutputArgs, opts?: InvokeOptions): Output<GetVirtualNetworkGatewayNatRuleResult>
    def get_virtual_network_gateway_nat_rule(nat_rule_name: Optional[str] = None,
                                             resource_group_name: Optional[str] = None,
                                             virtual_network_gateway_name: Optional[str] = None,
                                             opts: Optional[InvokeOptions] = None) -> GetVirtualNetworkGatewayNatRuleResult
    def get_virtual_network_gateway_nat_rule_output(nat_rule_name: Optional[pulumi.Input[str]] = None,
                                             resource_group_name: Optional[pulumi.Input[str]] = None,
                                             virtual_network_gateway_name: Optional[pulumi.Input[str]] = None,
                                             opts: Optional[InvokeOptions] = None) -> Output[GetVirtualNetworkGatewayNatRuleResult]
    func LookupVirtualNetworkGatewayNatRule(ctx *Context, args *LookupVirtualNetworkGatewayNatRuleArgs, opts ...InvokeOption) (*LookupVirtualNetworkGatewayNatRuleResult, error)
    func LookupVirtualNetworkGatewayNatRuleOutput(ctx *Context, args *LookupVirtualNetworkGatewayNatRuleOutputArgs, opts ...InvokeOption) LookupVirtualNetworkGatewayNatRuleResultOutput

    > Note: This function is named LookupVirtualNetworkGatewayNatRule in the Go SDK.

    public static class GetVirtualNetworkGatewayNatRule 
    {
        public static Task<GetVirtualNetworkGatewayNatRuleResult> InvokeAsync(GetVirtualNetworkGatewayNatRuleArgs args, InvokeOptions? opts = null)
        public static Output<GetVirtualNetworkGatewayNatRuleResult> Invoke(GetVirtualNetworkGatewayNatRuleInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetVirtualNetworkGatewayNatRuleResult> getVirtualNetworkGatewayNatRule(GetVirtualNetworkGatewayNatRuleArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:network:getVirtualNetworkGatewayNatRule
      arguments:
        # arguments dictionary

    The following arguments are supported:

    NatRuleName string
    The name of the nat rule.
    ResourceGroupName string
    The resource group name of the Virtual Network Gateway.
    VirtualNetworkGatewayName string
    The name of the gateway.
    NatRuleName string
    The name of the nat rule.
    ResourceGroupName string
    The resource group name of the Virtual Network Gateway.
    VirtualNetworkGatewayName string
    The name of the gateway.
    natRuleName String
    The name of the nat rule.
    resourceGroupName String
    The resource group name of the Virtual Network Gateway.
    virtualNetworkGatewayName String
    The name of the gateway.
    natRuleName string
    The name of the nat rule.
    resourceGroupName string
    The resource group name of the Virtual Network Gateway.
    virtualNetworkGatewayName string
    The name of the gateway.
    nat_rule_name str
    The name of the nat rule.
    resource_group_name str
    The resource group name of the Virtual Network Gateway.
    virtual_network_gateway_name str
    The name of the gateway.
    natRuleName String
    The name of the nat rule.
    resourceGroupName String
    The resource group name of the Virtual Network Gateway.
    virtualNetworkGatewayName String
    The name of the gateway.

    getVirtualNetworkGatewayNatRule Result

    The following output properties are available:

    Etag string
    A unique read-only string that changes whenever the resource is updated.
    ProvisioningState string
    The provisioning state of the NAT Rule resource.
    Type string
    Resource type.
    ExternalMappings List<Pulumi.AzureNative.Network.Outputs.VpnNatRuleMappingResponse>
    The private IP address external mapping for NAT.
    Id string
    Resource ID.
    InternalMappings List<Pulumi.AzureNative.Network.Outputs.VpnNatRuleMappingResponse>
    The private IP address internal mapping for NAT.
    IpConfigurationId string
    The IP Configuration ID this NAT rule applies to.
    Mode string
    The Source NAT direction of a VPN NAT.
    Name string
    The name of the resource that is unique within a resource group. This name can be used to access the resource.
    Etag string
    A unique read-only string that changes whenever the resource is updated.
    ProvisioningState string
    The provisioning state of the NAT Rule resource.
    Type string
    Resource type.
    ExternalMappings []VpnNatRuleMappingResponse
    The private IP address external mapping for NAT.
    Id string
    Resource ID.
    InternalMappings []VpnNatRuleMappingResponse
    The private IP address internal mapping for NAT.
    IpConfigurationId string
    The IP Configuration ID this NAT rule applies to.
    Mode string
    The Source NAT direction of a VPN NAT.
    Name string
    The name of the resource that is unique within a resource group. This name can be used to access the resource.
    etag String
    A unique read-only string that changes whenever the resource is updated.
    provisioningState String
    The provisioning state of the NAT Rule resource.
    type String
    Resource type.
    externalMappings List<VpnNatRuleMappingResponse>
    The private IP address external mapping for NAT.
    id String
    Resource ID.
    internalMappings List<VpnNatRuleMappingResponse>
    The private IP address internal mapping for NAT.
    ipConfigurationId String
    The IP Configuration ID this NAT rule applies to.
    mode String
    The Source NAT direction of a VPN NAT.
    name String
    The name of the resource that is unique within a resource group. This name can be used to access the resource.
    etag string
    A unique read-only string that changes whenever the resource is updated.
    provisioningState string
    The provisioning state of the NAT Rule resource.
    type string
    Resource type.
    externalMappings VpnNatRuleMappingResponse[]
    The private IP address external mapping for NAT.
    id string
    Resource ID.
    internalMappings VpnNatRuleMappingResponse[]
    The private IP address internal mapping for NAT.
    ipConfigurationId string
    The IP Configuration ID this NAT rule applies to.
    mode string
    The Source NAT direction of a VPN NAT.
    name string
    The name of the resource that is unique within a resource group. This name can be used to access the resource.
    etag str
    A unique read-only string that changes whenever the resource is updated.
    provisioning_state str
    The provisioning state of the NAT Rule resource.
    type str
    Resource type.
    external_mappings Sequence[VpnNatRuleMappingResponse]
    The private IP address external mapping for NAT.
    id str
    Resource ID.
    internal_mappings Sequence[VpnNatRuleMappingResponse]
    The private IP address internal mapping for NAT.
    ip_configuration_id str
    The IP Configuration ID this NAT rule applies to.
    mode str
    The Source NAT direction of a VPN NAT.
    name str
    The name of the resource that is unique within a resource group. This name can be used to access the resource.
    etag String
    A unique read-only string that changes whenever the resource is updated.
    provisioningState String
    The provisioning state of the NAT Rule resource.
    type String
    Resource type.
    externalMappings List<Property Map>
    The private IP address external mapping for NAT.
    id String
    Resource ID.
    internalMappings List<Property Map>
    The private IP address internal mapping for NAT.
    ipConfigurationId String
    The IP Configuration ID this NAT rule applies to.
    mode String
    The Source NAT direction of a VPN NAT.
    name String
    The name of the resource that is unique within a resource group. This name can be used to access the resource.

    Supporting Types

    VpnNatRuleMappingResponse

    AddressSpace string
    Address space for Vpn NatRule mapping.
    AddressSpace string
    Address space for Vpn NatRule mapping.
    addressSpace String
    Address space for Vpn NatRule mapping.
    addressSpace string
    Address space for Vpn NatRule mapping.
    address_space str
    Address space for Vpn NatRule mapping.
    addressSpace String
    Address space for Vpn NatRule mapping.

    Package Details

    Repository
    azure-native-v1 pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native-v1 logo
    These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
    Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi