1. Packages
  2. Cisco Meraki Provider
  3. API Docs
  4. networks
  5. ApplianceFirewallOneToOneNatRules
Cisco Meraki v0.4.1 published on Saturday, Mar 15, 2025 by Pulumi

meraki.networks.ApplianceFirewallOneToOneNatRules

Explore with Pulumi AI

Example Usage

Coming soon!
Coming soon!
Coming soon!
Coming soon!
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.meraki.networks.ApplianceFirewallOneToOneNatRules;
import com.pulumi.meraki.networks.ApplianceFirewallOneToOneNatRulesArgs;
import com.pulumi.meraki.networks.inputs.ApplianceFirewallOneToOneNatRulesRuleArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;

public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }

    public static void stack(Context ctx) {
        var example = new ApplianceFirewallOneToOneNatRules("example", ApplianceFirewallOneToOneNatRulesArgs.builder()
            .networkId("string")
            .rules(ApplianceFirewallOneToOneNatRulesRuleArgs.builder()
                .allowed_inbound(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
                .lan_ip("192.168.128.22")
                .name("Service behind NAT")
                .public_ip("146.12.3.33")
                .uplink("internet1")
                .build())
            .build());

        ctx.export("merakiNetworksApplianceFirewallOneToOneNatRulesExample", example);
    }
}
Copy
resources:
  example:
    type: meraki:networks:ApplianceFirewallOneToOneNatRules
    properties:
      networkId: string
      rules:
        - allowed_inbound:
            - allowedIps:
                - 10.82.112.0/24
                - 10.82.0.0/16
              destinationPorts:
                - '80'
              protocol: tcp
          lan_ip: 192.168.128.22
          name: Service behind NAT
          public_ip: 146.12.3.33
          uplink: internet1
outputs:
  merakiNetworksApplianceFirewallOneToOneNatRulesExample: ${example}
Copy

Create ApplianceFirewallOneToOneNatRules Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new ApplianceFirewallOneToOneNatRules(name: string, args: ApplianceFirewallOneToOneNatRulesArgs, opts?: CustomResourceOptions);
@overload
def ApplianceFirewallOneToOneNatRules(resource_name: str,
                                      args: ApplianceFirewallOneToOneNatRulesArgs,
                                      opts: Optional[ResourceOptions] = None)

@overload
def ApplianceFirewallOneToOneNatRules(resource_name: str,
                                      opts: Optional[ResourceOptions] = None,
                                      network_id: Optional[str] = None,
                                      rules: Optional[Sequence[ApplianceFirewallOneToOneNatRulesRuleArgs]] = None)
func NewApplianceFirewallOneToOneNatRules(ctx *Context, name string, args ApplianceFirewallOneToOneNatRulesArgs, opts ...ResourceOption) (*ApplianceFirewallOneToOneNatRules, error)
public ApplianceFirewallOneToOneNatRules(string name, ApplianceFirewallOneToOneNatRulesArgs args, CustomResourceOptions? opts = null)
public ApplianceFirewallOneToOneNatRules(String name, ApplianceFirewallOneToOneNatRulesArgs args)
public ApplianceFirewallOneToOneNatRules(String name, ApplianceFirewallOneToOneNatRulesArgs args, CustomResourceOptions options)
type: meraki:networks:ApplianceFirewallOneToOneNatRules
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. ApplianceFirewallOneToOneNatRulesArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. ApplianceFirewallOneToOneNatRulesArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args This property is required. ApplianceFirewallOneToOneNatRulesArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. ApplianceFirewallOneToOneNatRulesArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. ApplianceFirewallOneToOneNatRulesArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

Constructor example

The following reference example uses placeholder values for all input properties.

var applianceFirewallOneToOneNatRulesResource = new Meraki.Networks.ApplianceFirewallOneToOneNatRules("applianceFirewallOneToOneNatRulesResource", new()
{
    NetworkId = "string",
    Rules = new[]
    {
        new Meraki.Networks.Inputs.ApplianceFirewallOneToOneNatRulesRuleArgs
        {
            AllowedInbounds = new[]
            {
                new Meraki.Networks.Inputs.ApplianceFirewallOneToOneNatRulesRuleAllowedInboundArgs
                {
                    AllowedIps = new[]
                    {
                        "string",
                    },
                    DestinationPorts = new[]
                    {
                        "string",
                    },
                    Protocol = "string",
                },
            },
            LanIp = "string",
            Name = "string",
            PublicIp = "string",
            Uplink = "string",
        },
    },
});
Copy
example, err := networks.NewApplianceFirewallOneToOneNatRules(ctx, "applianceFirewallOneToOneNatRulesResource", &networks.ApplianceFirewallOneToOneNatRulesArgs{
	NetworkId: pulumi.String("string"),
	Rules: networks.ApplianceFirewallOneToOneNatRulesRuleArray{
		&networks.ApplianceFirewallOneToOneNatRulesRuleArgs{
			AllowedInbounds: networks.ApplianceFirewallOneToOneNatRulesRuleAllowedInboundArray{
				&networks.ApplianceFirewallOneToOneNatRulesRuleAllowedInboundArgs{
					AllowedIps: pulumi.StringArray{
						pulumi.String("string"),
					},
					DestinationPorts: pulumi.StringArray{
						pulumi.String("string"),
					},
					Protocol: pulumi.String("string"),
				},
			},
			LanIp:    pulumi.String("string"),
			Name:     pulumi.String("string"),
			PublicIp: pulumi.String("string"),
			Uplink:   pulumi.String("string"),
		},
	},
})
Copy
var applianceFirewallOneToOneNatRulesResource = new ApplianceFirewallOneToOneNatRules("applianceFirewallOneToOneNatRulesResource", ApplianceFirewallOneToOneNatRulesArgs.builder()
    .networkId("string")
    .rules(ApplianceFirewallOneToOneNatRulesRuleArgs.builder()
        .allowedInbounds(ApplianceFirewallOneToOneNatRulesRuleAllowedInboundArgs.builder()
            .allowedIps("string")
            .destinationPorts("string")
            .protocol("string")
            .build())
        .lanIp("string")
        .name("string")
        .publicIp("string")
        .uplink("string")
        .build())
    .build());
Copy
appliance_firewall_one_to_one_nat_rules_resource = meraki.networks.ApplianceFirewallOneToOneNatRules("applianceFirewallOneToOneNatRulesResource",
    network_id="string",
    rules=[{
        "allowed_inbounds": [{
            "allowed_ips": ["string"],
            "destination_ports": ["string"],
            "protocol": "string",
        }],
        "lan_ip": "string",
        "name": "string",
        "public_ip": "string",
        "uplink": "string",
    }])
Copy
const applianceFirewallOneToOneNatRulesResource = new meraki.networks.ApplianceFirewallOneToOneNatRules("applianceFirewallOneToOneNatRulesResource", {
    networkId: "string",
    rules: [{
        allowedInbounds: [{
            allowedIps: ["string"],
            destinationPorts: ["string"],
            protocol: "string",
        }],
        lanIp: "string",
        name: "string",
        publicIp: "string",
        uplink: "string",
    }],
});
Copy
type: meraki:networks:ApplianceFirewallOneToOneNatRules
properties:
    networkId: string
    rules:
        - allowedInbounds:
            - allowedIps:
                - string
              destinationPorts:
                - string
              protocol: string
          lanIp: string
          name: string
          publicIp: string
          uplink: string
Copy

ApplianceFirewallOneToOneNatRules Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

The ApplianceFirewallOneToOneNatRules resource accepts the following input properties:

NetworkId This property is required. string
networkId path parameter. Network ID
Rules List<ApplianceFirewallOneToOneNatRulesRule>
An array of 1:1 nat rules
NetworkId This property is required. string
networkId path parameter. Network ID
Rules []ApplianceFirewallOneToOneNatRulesRuleArgs
An array of 1:1 nat rules
networkId This property is required. String
networkId path parameter. Network ID
rules List<ApplianceFirewallOneToOneNatRulesRule>
An array of 1:1 nat rules
networkId This property is required. string
networkId path parameter. Network ID
rules ApplianceFirewallOneToOneNatRulesRule[]
An array of 1:1 nat rules
network_id This property is required. str
networkId path parameter. Network ID
rules Sequence[ApplianceFirewallOneToOneNatRulesRuleArgs]
An array of 1:1 nat rules
networkId This property is required. String
networkId path parameter. Network ID
rules List<Property Map>
An array of 1:1 nat rules

Outputs

All input properties are implicitly available as output properties. Additionally, the ApplianceFirewallOneToOneNatRules resource produces the following output properties:

Id string
The provider-assigned unique ID for this managed resource.
Id string
The provider-assigned unique ID for this managed resource.
id String
The provider-assigned unique ID for this managed resource.
id string
The provider-assigned unique ID for this managed resource.
id str
The provider-assigned unique ID for this managed resource.
id String
The provider-assigned unique ID for this managed resource.

Look up Existing ApplianceFirewallOneToOneNatRules Resource

Get an existing ApplianceFirewallOneToOneNatRules resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

public static get(name: string, id: Input<ID>, state?: ApplianceFirewallOneToOneNatRulesState, opts?: CustomResourceOptions): ApplianceFirewallOneToOneNatRules
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        network_id: Optional[str] = None,
        rules: Optional[Sequence[ApplianceFirewallOneToOneNatRulesRuleArgs]] = None) -> ApplianceFirewallOneToOneNatRules
func GetApplianceFirewallOneToOneNatRules(ctx *Context, name string, id IDInput, state *ApplianceFirewallOneToOneNatRulesState, opts ...ResourceOption) (*ApplianceFirewallOneToOneNatRules, error)
public static ApplianceFirewallOneToOneNatRules Get(string name, Input<string> id, ApplianceFirewallOneToOneNatRulesState? state, CustomResourceOptions? opts = null)
public static ApplianceFirewallOneToOneNatRules get(String name, Output<String> id, ApplianceFirewallOneToOneNatRulesState state, CustomResourceOptions options)
resources:  _:    type: meraki:networks:ApplianceFirewallOneToOneNatRules    get:      id: ${id}
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
resource_name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
The following state arguments are supported:
NetworkId string
networkId path parameter. Network ID
Rules List<ApplianceFirewallOneToOneNatRulesRule>
An array of 1:1 nat rules
NetworkId string
networkId path parameter. Network ID
Rules []ApplianceFirewallOneToOneNatRulesRuleArgs
An array of 1:1 nat rules
networkId String
networkId path parameter. Network ID
rules List<ApplianceFirewallOneToOneNatRulesRule>
An array of 1:1 nat rules
networkId string
networkId path parameter. Network ID
rules ApplianceFirewallOneToOneNatRulesRule[]
An array of 1:1 nat rules
network_id str
networkId path parameter. Network ID
rules Sequence[ApplianceFirewallOneToOneNatRulesRuleArgs]
An array of 1:1 nat rules
networkId String
networkId path parameter. Network ID
rules List<Property Map>
An array of 1:1 nat rules

Supporting Types

ApplianceFirewallOneToOneNatRulesRule
, ApplianceFirewallOneToOneNatRulesRuleArgs

AllowedInbounds List<ApplianceFirewallOneToOneNatRulesRuleAllowedInbound>
The ports this mapping will provide access on, and the remote IPs that will be allowed access to the resource
LanIp string
The IP address of the server or device that hosts the internal resource that you wish to make available on the WAN
Name string
A descriptive name for the rule
PublicIp string
The IP address that will be used to access the internal resource from the WAN
Uplink string
The physical WAN interface on which the traffic will arrive ('internet1' or, if available, 'internet2')
AllowedInbounds []ApplianceFirewallOneToOneNatRulesRuleAllowedInbound
The ports this mapping will provide access on, and the remote IPs that will be allowed access to the resource
LanIp string
The IP address of the server or device that hosts the internal resource that you wish to make available on the WAN
Name string
A descriptive name for the rule
PublicIp string
The IP address that will be used to access the internal resource from the WAN
Uplink string
The physical WAN interface on which the traffic will arrive ('internet1' or, if available, 'internet2')
allowedInbounds List<ApplianceFirewallOneToOneNatRulesRuleAllowedInbound>
The ports this mapping will provide access on, and the remote IPs that will be allowed access to the resource
lanIp String
The IP address of the server or device that hosts the internal resource that you wish to make available on the WAN
name String
A descriptive name for the rule
publicIp String
The IP address that will be used to access the internal resource from the WAN
uplink String
The physical WAN interface on which the traffic will arrive ('internet1' or, if available, 'internet2')
allowedInbounds ApplianceFirewallOneToOneNatRulesRuleAllowedInbound[]
The ports this mapping will provide access on, and the remote IPs that will be allowed access to the resource
lanIp string
The IP address of the server or device that hosts the internal resource that you wish to make available on the WAN
name string
A descriptive name for the rule
publicIp string
The IP address that will be used to access the internal resource from the WAN
uplink string
The physical WAN interface on which the traffic will arrive ('internet1' or, if available, 'internet2')
allowed_inbounds Sequence[ApplianceFirewallOneToOneNatRulesRuleAllowedInbound]
The ports this mapping will provide access on, and the remote IPs that will be allowed access to the resource
lan_ip str
The IP address of the server or device that hosts the internal resource that you wish to make available on the WAN
name str
A descriptive name for the rule
public_ip str
The IP address that will be used to access the internal resource from the WAN
uplink str
The physical WAN interface on which the traffic will arrive ('internet1' or, if available, 'internet2')
allowedInbounds List<Property Map>
The ports this mapping will provide access on, and the remote IPs that will be allowed access to the resource
lanIp String
The IP address of the server or device that hosts the internal resource that you wish to make available on the WAN
name String
A descriptive name for the rule
publicIp String
The IP address that will be used to access the internal resource from the WAN
uplink String
The physical WAN interface on which the traffic will arrive ('internet1' or, if available, 'internet2')

ApplianceFirewallOneToOneNatRulesRuleAllowedInbound
, ApplianceFirewallOneToOneNatRulesRuleAllowedInboundArgs

AllowedIps List<string>
An array of ranges of WAN IP addresses that are allowed to make inbound connections on the specified ports or port ranges, or 'any'
DestinationPorts List<string>
An array of ports or port ranges that will be forwarded to the host on the LAN
Protocol string
Either of the following: 'tcp', 'udp', 'icmp-ping' or 'any'
AllowedIps []string
An array of ranges of WAN IP addresses that are allowed to make inbound connections on the specified ports or port ranges, or 'any'
DestinationPorts []string
An array of ports or port ranges that will be forwarded to the host on the LAN
Protocol string
Either of the following: 'tcp', 'udp', 'icmp-ping' or 'any'
allowedIps List<String>
An array of ranges of WAN IP addresses that are allowed to make inbound connections on the specified ports or port ranges, or 'any'
destinationPorts List<String>
An array of ports or port ranges that will be forwarded to the host on the LAN
protocol String
Either of the following: 'tcp', 'udp', 'icmp-ping' or 'any'
allowedIps string[]
An array of ranges of WAN IP addresses that are allowed to make inbound connections on the specified ports or port ranges, or 'any'
destinationPorts string[]
An array of ports or port ranges that will be forwarded to the host on the LAN
protocol string
Either of the following: 'tcp', 'udp', 'icmp-ping' or 'any'
allowed_ips Sequence[str]
An array of ranges of WAN IP addresses that are allowed to make inbound connections on the specified ports or port ranges, or 'any'
destination_ports Sequence[str]
An array of ports or port ranges that will be forwarded to the host on the LAN
protocol str
Either of the following: 'tcp', 'udp', 'icmp-ping' or 'any'
allowedIps List<String>
An array of ranges of WAN IP addresses that are allowed to make inbound connections on the specified ports or port ranges, or 'any'
destinationPorts List<String>
An array of ports or port ranges that will be forwarded to the host on the LAN
protocol String
Either of the following: 'tcp', 'udp', 'icmp-ping' or 'any'

Import

$ pulumi import meraki:networks/applianceFirewallOneToOneNatRules:ApplianceFirewallOneToOneNatRules example "network_id"
Copy

To learn more about importing existing cloud resources, see Importing resources.

Package Details

Repository
meraki pulumi/pulumi-meraki
License
Apache-2.0
Notes
This Pulumi package is based on the meraki Terraform Provider.