Strata Cloud Manager v0.3.1 published on Thursday, Mar 13, 2025 by Pulumi
scm.getNatRuleList
Explore with Pulumi AI
Retrieves a listing of config items.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as scm from "@pulumi/scm";
const example = scm.getNatRuleList({});
import pulumi
import pulumi_scm as scm
example = scm.get_nat_rule_list()
package main
import (
	"github.com/pulumi/pulumi-scm/sdk/go/scm"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := scm.GetNatRuleList(ctx, &scm.GetNatRuleListArgs{}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Scm = Pulumi.Scm;
return await Deployment.RunAsync(() => 
{
    var example = Scm.GetNatRuleList.Invoke();
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.scm.ScmFunctions;
import com.pulumi.scm.inputs.GetNatRuleListArgs;
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) {
        final var example = ScmFunctions.getNatRuleList();
    }
}
variables:
  example:
    fn::invoke:
      function: scm:getNatRuleList
      arguments: {}
Using getNatRuleList
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 getNatRuleList(args: GetNatRuleListArgs, opts?: InvokeOptions): Promise<GetNatRuleListResult>
function getNatRuleListOutput(args: GetNatRuleListOutputArgs, opts?: InvokeOptions): Output<GetNatRuleListResult>def get_nat_rule_list(device: Optional[str] = None,
                      folder: Optional[str] = None,
                      limit: Optional[int] = None,
                      name: Optional[str] = None,
                      offset: Optional[int] = None,
                      position: Optional[str] = None,
                      snippet: Optional[str] = None,
                      opts: Optional[InvokeOptions] = None) -> GetNatRuleListResult
def get_nat_rule_list_output(device: Optional[pulumi.Input[str]] = None,
                      folder: Optional[pulumi.Input[str]] = None,
                      limit: Optional[pulumi.Input[int]] = None,
                      name: Optional[pulumi.Input[str]] = None,
                      offset: Optional[pulumi.Input[int]] = None,
                      position: Optional[pulumi.Input[str]] = None,
                      snippet: Optional[pulumi.Input[str]] = None,
                      opts: Optional[InvokeOptions] = None) -> Output[GetNatRuleListResult]func GetNatRuleList(ctx *Context, args *GetNatRuleListArgs, opts ...InvokeOption) (*GetNatRuleListResult, error)
func GetNatRuleListOutput(ctx *Context, args *GetNatRuleListOutputArgs, opts ...InvokeOption) GetNatRuleListResultOutput> Note: This function is named GetNatRuleList in the Go SDK.
public static class GetNatRuleList 
{
    public static Task<GetNatRuleListResult> InvokeAsync(GetNatRuleListArgs args, InvokeOptions? opts = null)
    public static Output<GetNatRuleListResult> Invoke(GetNatRuleListInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetNatRuleListResult> getNatRuleList(GetNatRuleListArgs args, InvokeOptions options)
public static Output<GetNatRuleListResult> getNatRuleList(GetNatRuleListArgs args, InvokeOptions options)
fn::invoke:
  function: scm:index/getNatRuleList:getNatRuleList
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Device string
- The Device param.
- Folder string
- The Folder param.
- Limit int
- The Limit param. A limit of -1 will return all configured items. Default: 200.
- Name string
- The Name param.
- Offset int
- The Offset param. Default: 0.
- Position string
- The Position param. String must be one of these: "pre","post". Default:"pre".
- Snippet string
- The Snippet param.
- Device string
- The Device param.
- Folder string
- The Folder param.
- Limit int
- The Limit param. A limit of -1 will return all configured items. Default: 200.
- Name string
- The Name param.
- Offset int
- The Offset param. Default: 0.
- Position string
- The Position param. String must be one of these: "pre","post". Default:"pre".
- Snippet string
- The Snippet param.
- device String
- The Device param.
- folder String
- The Folder param.
- limit Integer
- The Limit param. A limit of -1 will return all configured items. Default: 200.
- name String
- The Name param.
- offset Integer
- The Offset param. Default: 0.
- position String
- The Position param. String must be one of these: "pre","post". Default:"pre".
- snippet String
- The Snippet param.
- device string
- The Device param.
- folder string
- The Folder param.
- limit number
- The Limit param. A limit of -1 will return all configured items. Default: 200.
- name string
- The Name param.
- offset number
- The Offset param. Default: 0.
- position string
- The Position param. String must be one of these: "pre","post". Default:"pre".
- snippet string
- The Snippet param.
- device str
- The Device param.
- folder str
- The Folder param.
- limit int
- The Limit param. A limit of -1 will return all configured items. Default: 200.
- name str
- The Name param.
- offset int
- The Offset param. Default: 0.
- position str
- The Position param. String must be one of these: "pre","post". Default:"pre".
- snippet str
- The Snippet param.
- device String
- The Device param.
- folder String
- The Folder param.
- limit Number
- The Limit param. A limit of -1 will return all configured items. Default: 200.
- name String
- The Name param.
- offset Number
- The Offset param. Default: 0.
- position String
- The Position param. String must be one of these: "pre","post". Default:"pre".
- snippet String
- The Snippet param.
getNatRuleList Result
The following output properties are available:
- Datas
List<GetNat Rule List Data> 
- The Data param.
- Id string
- The provider-assigned unique ID for this managed resource.
- Limit int
- The Limit param. A limit of -1 will return all configured items. Default: 200.
- Offset int
- The Offset param. Default: 0.
- Position string
- The Position param. String must be one of these: "pre","post". Default:"pre".
- Tfid string
- Total int
- The Total param.
- Device string
- The Device param.
- Folder string
- The Folder param.
- Name string
- The Name param.
- Snippet string
- The Snippet param.
- Datas
[]GetNat Rule List Data 
- The Data param.
- Id string
- The provider-assigned unique ID for this managed resource.
- Limit int
- The Limit param. A limit of -1 will return all configured items. Default: 200.
- Offset int
- The Offset param. Default: 0.
- Position string
- The Position param. String must be one of these: "pre","post". Default:"pre".
- Tfid string
- Total int
- The Total param.
- Device string
- The Device param.
- Folder string
- The Folder param.
- Name string
- The Name param.
- Snippet string
- The Snippet param.
- datas
List<GetNat Rule List Data> 
- The Data param.
- id String
- The provider-assigned unique ID for this managed resource.
- limit Integer
- The Limit param. A limit of -1 will return all configured items. Default: 200.
- offset Integer
- The Offset param. Default: 0.
- position String
- The Position param. String must be one of these: "pre","post". Default:"pre".
- tfid String
- total Integer
- The Total param.
- device String
- The Device param.
- folder String
- The Folder param.
- name String
- The Name param.
- snippet String
- The Snippet param.
- datas
GetNat Rule List Data[] 
- The Data param.
- id string
- The provider-assigned unique ID for this managed resource.
- limit number
- The Limit param. A limit of -1 will return all configured items. Default: 200.
- offset number
- The Offset param. Default: 0.
- position string
- The Position param. String must be one of these: "pre","post". Default:"pre".
- tfid string
- total number
- The Total param.
- device string
- The Device param.
- folder string
- The Folder param.
- name string
- The Name param.
- snippet string
- The Snippet param.
- datas
Sequence[GetNat Rule List Data] 
- The Data param.
- id str
- The provider-assigned unique ID for this managed resource.
- limit int
- The Limit param. A limit of -1 will return all configured items. Default: 200.
- offset int
- The Offset param. Default: 0.
- position str
- The Position param. String must be one of these: "pre","post". Default:"pre".
- tfid str
- total int
- The Total param.
- device str
- The Device param.
- folder str
- The Folder param.
- name str
- The Name param.
- snippet str
- The Snippet param.
- datas List<Property Map>
- The Data param.
- id String
- The provider-assigned unique ID for this managed resource.
- limit Number
- The Limit param. A limit of -1 will return all configured items. Default: 200.
- offset Number
- The Offset param. Default: 0.
- position String
- The Position param. String must be one of these: "pre","post". Default:"pre".
- tfid String
- total Number
- The Total param.
- device String
- The Device param.
- folder String
- The Folder param.
- name String
- The Name param.
- snippet String
- The Snippet param.
Supporting Types
GetNatRuleListData    
- ActiveActive stringDevice Binding 
- The ActiveActiveDeviceBinding param. String must be one of these: "primary","both","0","1".
- Description string
- The Description param.
- DestinationTranslation GetNat Rule List Data Destination Translation 
- Static destination translation parameter.
- Destinations List<string>
- The destination address(es). Individual elements in this list are subject to additional validation. String must be one of these: "any".
- Device string
- The device in which the resource is defined. String length must not exceed 64 characters. String validation regex: ^[a-zA-Z\d-_\. ]+$.
- Disabled bool
- The Disabled param.
- DynamicDestination GetTranslation Nat Rule List Data Dynamic Destination Translation 
- Dynamic destination translation parameter.
- Folder string
- The folder in which the resource is defined. String length must not exceed 64 characters. String validation regex: ^[a-zA-Z\d-_\. ]+$.
- Froms List<string>
- The source security zone(s). Individual elements in this list are subject to additional validation. String must be one of these: "any".
- GroupTag string
- The GroupTag param.
- Id string
- The Id param.
- Name string
- The Name param.
- NatType string
- The NatType param. String must be one of these: "ipv4","nat64","nptv6".
- Service string
- The Service param.
- Snippet string
- The snippet in which the resource is defined. String length must not exceed 64 characters. String validation regex: ^[a-zA-Z\d-_\. ]+$.
- SourceTranslation GetNat Rule List Data Source Translation 
- The SourceTranslation param.
- Sources List<string>
- The source address(es). Individual elements in this list are subject to additional validation. String must be one of these: "any".
- List<string>
- The Tags param.
- Target
GetNat Rule List Data Target 
- The Target param.
- ToInterface string
- The ToInterface param. String must be one of these: "any".
- Tos List<string>
- The destination security zone(s).
- ActiveActive stringDevice Binding 
- The ActiveActiveDeviceBinding param. String must be one of these: "primary","both","0","1".
- Description string
- The Description param.
- DestinationTranslation GetNat Rule List Data Destination Translation 
- Static destination translation parameter.
- Destinations []string
- The destination address(es). Individual elements in this list are subject to additional validation. String must be one of these: "any".
- Device string
- The device in which the resource is defined. String length must not exceed 64 characters. String validation regex: ^[a-zA-Z\d-_\. ]+$.
- Disabled bool
- The Disabled param.
- DynamicDestination GetTranslation Nat Rule List Data Dynamic Destination Translation 
- Dynamic destination translation parameter.
- Folder string
- The folder in which the resource is defined. String length must not exceed 64 characters. String validation regex: ^[a-zA-Z\d-_\. ]+$.
- Froms []string
- The source security zone(s). Individual elements in this list are subject to additional validation. String must be one of these: "any".
- GroupTag string
- The GroupTag param.
- Id string
- The Id param.
- Name string
- The Name param.
- NatType string
- The NatType param. String must be one of these: "ipv4","nat64","nptv6".
- Service string
- The Service param.
- Snippet string
- The snippet in which the resource is defined. String length must not exceed 64 characters. String validation regex: ^[a-zA-Z\d-_\. ]+$.
- SourceTranslation GetNat Rule List Data Source Translation 
- The SourceTranslation param.
- Sources []string
- The source address(es). Individual elements in this list are subject to additional validation. String must be one of these: "any".
- []string
- The Tags param.
- Target
GetNat Rule List Data Target 
- The Target param.
- ToInterface string
- The ToInterface param. String must be one of these: "any".
- Tos []string
- The destination security zone(s).
- activeActive StringDevice Binding 
- The ActiveActiveDeviceBinding param. String must be one of these: "primary","both","0","1".
- description String
- The Description param.
- destinationTranslation GetNat Rule List Data Destination Translation 
- Static destination translation parameter.
- destinations List<String>
- The destination address(es). Individual elements in this list are subject to additional validation. String must be one of these: "any".
- device String
- The device in which the resource is defined. String length must not exceed 64 characters. String validation regex: ^[a-zA-Z\d-_\. ]+$.
- disabled Boolean
- The Disabled param.
- dynamicDestination GetTranslation Nat Rule List Data Dynamic Destination Translation 
- Dynamic destination translation parameter.
- folder String
- The folder in which the resource is defined. String length must not exceed 64 characters. String validation regex: ^[a-zA-Z\d-_\. ]+$.
- froms List<String>
- The source security zone(s). Individual elements in this list are subject to additional validation. String must be one of these: "any".
- groupTag String
- The GroupTag param.
- id String
- The Id param.
- name String
- The Name param.
- natType String
- The NatType param. String must be one of these: "ipv4","nat64","nptv6".
- service String
- The Service param.
- snippet String
- The snippet in which the resource is defined. String length must not exceed 64 characters. String validation regex: ^[a-zA-Z\d-_\. ]+$.
- sourceTranslation GetNat Rule List Data Source Translation 
- The SourceTranslation param.
- sources List<String>
- The source address(es). Individual elements in this list are subject to additional validation. String must be one of these: "any".
- List<String>
- The Tags param.
- target
GetNat Rule List Data Target 
- The Target param.
- toInterface String
- The ToInterface param. String must be one of these: "any".
- tos List<String>
- The destination security zone(s).
- activeActive stringDevice Binding 
- The ActiveActiveDeviceBinding param. String must be one of these: "primary","both","0","1".
- description string
- The Description param.
- destinationTranslation GetNat Rule List Data Destination Translation 
- Static destination translation parameter.
- destinations string[]
- The destination address(es). Individual elements in this list are subject to additional validation. String must be one of these: "any".
- device string
- The device in which the resource is defined. String length must not exceed 64 characters. String validation regex: ^[a-zA-Z\d-_\. ]+$.
- disabled boolean
- The Disabled param.
- dynamicDestination GetTranslation Nat Rule List Data Dynamic Destination Translation 
- Dynamic destination translation parameter.
- folder string
- The folder in which the resource is defined. String length must not exceed 64 characters. String validation regex: ^[a-zA-Z\d-_\. ]+$.
- froms string[]
- The source security zone(s). Individual elements in this list are subject to additional validation. String must be one of these: "any".
- groupTag string
- The GroupTag param.
- id string
- The Id param.
- name string
- The Name param.
- natType string
- The NatType param. String must be one of these: "ipv4","nat64","nptv6".
- service string
- The Service param.
- snippet string
- The snippet in which the resource is defined. String length must not exceed 64 characters. String validation regex: ^[a-zA-Z\d-_\. ]+$.
- sourceTranslation GetNat Rule List Data Source Translation 
- The SourceTranslation param.
- sources string[]
- The source address(es). Individual elements in this list are subject to additional validation. String must be one of these: "any".
- string[]
- The Tags param.
- target
GetNat Rule List Data Target 
- The Target param.
- toInterface string
- The ToInterface param. String must be one of these: "any".
- tos string[]
- The destination security zone(s).
- active_active_ strdevice_ binding 
- The ActiveActiveDeviceBinding param. String must be one of these: "primary","both","0","1".
- description str
- The Description param.
- destination_translation GetNat Rule List Data Destination Translation 
- Static destination translation parameter.
- destinations Sequence[str]
- The destination address(es). Individual elements in this list are subject to additional validation. String must be one of these: "any".
- device str
- The device in which the resource is defined. String length must not exceed 64 characters. String validation regex: ^[a-zA-Z\d-_\. ]+$.
- disabled bool
- The Disabled param.
- dynamic_destination_ Gettranslation Nat Rule List Data Dynamic Destination Translation 
- Dynamic destination translation parameter.
- folder str
- The folder in which the resource is defined. String length must not exceed 64 characters. String validation regex: ^[a-zA-Z\d-_\. ]+$.
- froms Sequence[str]
- The source security zone(s). Individual elements in this list are subject to additional validation. String must be one of these: "any".
- group_tag str
- The GroupTag param.
- id str
- The Id param.
- name str
- The Name param.
- nat_type str
- The NatType param. String must be one of these: "ipv4","nat64","nptv6".
- service str
- The Service param.
- snippet str
- The snippet in which the resource is defined. String length must not exceed 64 characters. String validation regex: ^[a-zA-Z\d-_\. ]+$.
- source_translation GetNat Rule List Data Source Translation 
- The SourceTranslation param.
- sources Sequence[str]
- The source address(es). Individual elements in this list are subject to additional validation. String must be one of these: "any".
- Sequence[str]
- The Tags param.
- target
GetNat Rule List Data Target 
- The Target param.
- to_interface str
- The ToInterface param. String must be one of these: "any".
- tos Sequence[str]
- The destination security zone(s).
- activeActive StringDevice Binding 
- The ActiveActiveDeviceBinding param. String must be one of these: "primary","both","0","1".
- description String
- The Description param.
- destinationTranslation Property Map
- Static destination translation parameter.
- destinations List<String>
- The destination address(es). Individual elements in this list are subject to additional validation. String must be one of these: "any".
- device String
- The device in which the resource is defined. String length must not exceed 64 characters. String validation regex: ^[a-zA-Z\d-_\. ]+$.
- disabled Boolean
- The Disabled param.
- dynamicDestination Property MapTranslation 
- Dynamic destination translation parameter.
- folder String
- The folder in which the resource is defined. String length must not exceed 64 characters. String validation regex: ^[a-zA-Z\d-_\. ]+$.
- froms List<String>
- The source security zone(s). Individual elements in this list are subject to additional validation. String must be one of these: "any".
- groupTag String
- The GroupTag param.
- id String
- The Id param.
- name String
- The Name param.
- natType String
- The NatType param. String must be one of these: "ipv4","nat64","nptv6".
- service String
- The Service param.
- snippet String
- The snippet in which the resource is defined. String length must not exceed 64 characters. String validation regex: ^[a-zA-Z\d-_\. ]+$.
- sourceTranslation Property Map
- The SourceTranslation param.
- sources List<String>
- The source address(es). Individual elements in this list are subject to additional validation. String must be one of these: "any".
- List<String>
- The Tags param.
- target Property Map
- The Target param.
- toInterface String
- The ToInterface param. String must be one of these: "any".
- tos List<String>
- The destination security zone(s).
GetNatRuleListDataDestinationTranslation      
- DnsRewrite GetNat Rule List Data Destination Translation Dns Rewrite 
- The DnsRewrite param.
- TranslatedAddress stringSingle 
- The ip address to be translated. String validation regex: ^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$|^(?:[A-Fa-f0-9]{1,4}:){7}[A-Fa-f0-9]{1,4}$.
- TranslatedPort int
- The TranslatedPort param.
- DnsRewrite GetNat Rule List Data Destination Translation Dns Rewrite 
- The DnsRewrite param.
- TranslatedAddress stringSingle 
- The ip address to be translated. String validation regex: ^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$|^(?:[A-Fa-f0-9]{1,4}:){7}[A-Fa-f0-9]{1,4}$.
- TranslatedPort int
- The TranslatedPort param.
- dnsRewrite GetNat Rule List Data Destination Translation Dns Rewrite 
- The DnsRewrite param.
- translatedAddress StringSingle 
- The ip address to be translated. String validation regex: ^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$|^(?:[A-Fa-f0-9]{1,4}:){7}[A-Fa-f0-9]{1,4}$.
- translatedPort Integer
- The TranslatedPort param.
- dnsRewrite GetNat Rule List Data Destination Translation Dns Rewrite 
- The DnsRewrite param.
- translatedAddress stringSingle 
- The ip address to be translated. String validation regex: ^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$|^(?:[A-Fa-f0-9]{1,4}:){7}[A-Fa-f0-9]{1,4}$.
- translatedPort number
- The TranslatedPort param.
- dns_rewrite GetNat Rule List Data Destination Translation Dns Rewrite 
- The DnsRewrite param.
- translated_address_ strsingle 
- The ip address to be translated. String validation regex: ^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$|^(?:[A-Fa-f0-9]{1,4}:){7}[A-Fa-f0-9]{1,4}$.
- translated_port int
- The TranslatedPort param.
- dnsRewrite Property Map
- The DnsRewrite param.
- translatedAddress StringSingle 
- The ip address to be translated. String validation regex: ^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$|^(?:[A-Fa-f0-9]{1,4}:){7}[A-Fa-f0-9]{1,4}$.
- translatedPort Number
- The TranslatedPort param.
GetNatRuleListDataDestinationTranslationDnsRewrite        
- Direction string
- The Direction param. String must be one of these: "reverse","forward". Default:"reverse".
- Direction string
- The Direction param. String must be one of these: "reverse","forward". Default:"reverse".
- direction String
- The Direction param. String must be one of these: "reverse","forward". Default:"reverse".
- direction string
- The Direction param. String must be one of these: "reverse","forward". Default:"reverse".
- direction str
- The Direction param. String must be one of these: "reverse","forward". Default:"reverse".
- direction String
- The Direction param. String must be one of these: "reverse","forward". Default:"reverse".
GetNatRuleListDataDynamicDestinationTranslation       
- Distribution string
- The Distribution param. String must be one of these: "round-robin","source-ip-hash","ip-modulo","ip-hash","least-sessions". Default:"round-robin".
- TranslatedAddress stringSingle 
- The ip address to be translated. String validation regex: ^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$|^(?:[A-Fa-f0-9]{1,4}:){7}[A-Fa-f0-9]{1,4}$.
- TranslatedPort int
- The TranslatedPort param.
- Distribution string
- The Distribution param. String must be one of these: "round-robin","source-ip-hash","ip-modulo","ip-hash","least-sessions". Default:"round-robin".
- TranslatedAddress stringSingle 
- The ip address to be translated. String validation regex: ^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$|^(?:[A-Fa-f0-9]{1,4}:){7}[A-Fa-f0-9]{1,4}$.
- TranslatedPort int
- The TranslatedPort param.
- distribution String
- The Distribution param. String must be one of these: "round-robin","source-ip-hash","ip-modulo","ip-hash","least-sessions". Default:"round-robin".
- translatedAddress StringSingle 
- The ip address to be translated. String validation regex: ^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$|^(?:[A-Fa-f0-9]{1,4}:){7}[A-Fa-f0-9]{1,4}$.
- translatedPort Integer
- The TranslatedPort param.
- distribution string
- The Distribution param. String must be one of these: "round-robin","source-ip-hash","ip-modulo","ip-hash","least-sessions". Default:"round-robin".
- translatedAddress stringSingle 
- The ip address to be translated. String validation regex: ^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$|^(?:[A-Fa-f0-9]{1,4}:){7}[A-Fa-f0-9]{1,4}$.
- translatedPort number
- The TranslatedPort param.
- distribution str
- The Distribution param. String must be one of these: "round-robin","source-ip-hash","ip-modulo","ip-hash","least-sessions". Default:"round-robin".
- translated_address_ strsingle 
- The ip address to be translated. String validation regex: ^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$|^(?:[A-Fa-f0-9]{1,4}:){7}[A-Fa-f0-9]{1,4}$.
- translated_port int
- The TranslatedPort param.
- distribution String
- The Distribution param. String must be one of these: "round-robin","source-ip-hash","ip-modulo","ip-hash","least-sessions". Default:"round-robin".
- translatedAddress StringSingle 
- The ip address to be translated. String validation regex: ^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$|^(?:[A-Fa-f0-9]{1,4}:){7}[A-Fa-f0-9]{1,4}$.
- translatedPort Number
- The TranslatedPort param.
GetNatRuleListDataSourceTranslation      
- BiDirectional string
- The BiDirectional param. String must be one of these: "yes","no".
- Fallback
GetNat Rule List Data Source Translation Fallback 
- The Fallback param.
- TranslatedAddress List<string>Arrays 
- The TranslatedAddressArray param.
- TranslatedAddress stringSingle 
- The TranslatedAddressSingle param. String validation regex: ^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$|^(?:[A-Fa-f0-9]{1,4}:){7}[A-Fa-f0-9]{1,4}$.
- BiDirectional string
- The BiDirectional param. String must be one of these: "yes","no".
- Fallback
GetNat Rule List Data Source Translation Fallback 
- The Fallback param.
- TranslatedAddress []stringArrays 
- The TranslatedAddressArray param.
- TranslatedAddress stringSingle 
- The TranslatedAddressSingle param. String validation regex: ^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$|^(?:[A-Fa-f0-9]{1,4}:){7}[A-Fa-f0-9]{1,4}$.
- biDirectional String
- The BiDirectional param. String must be one of these: "yes","no".
- fallback
GetNat Rule List Data Source Translation Fallback 
- The Fallback param.
- translatedAddress List<String>Arrays 
- The TranslatedAddressArray param.
- translatedAddress StringSingle 
- The TranslatedAddressSingle param. String validation regex: ^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$|^(?:[A-Fa-f0-9]{1,4}:){7}[A-Fa-f0-9]{1,4}$.
- biDirectional string
- The BiDirectional param. String must be one of these: "yes","no".
- fallback
GetNat Rule List Data Source Translation Fallback 
- The Fallback param.
- translatedAddress string[]Arrays 
- The TranslatedAddressArray param.
- translatedAddress stringSingle 
- The TranslatedAddressSingle param. String validation regex: ^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$|^(?:[A-Fa-f0-9]{1,4}:){7}[A-Fa-f0-9]{1,4}$.
- bi_directional str
- The BiDirectional param. String must be one of these: "yes","no".
- fallback
GetNat Rule List Data Source Translation Fallback 
- The Fallback param.
- translated_address_ Sequence[str]arrays 
- The TranslatedAddressArray param.
- translated_address_ strsingle 
- The TranslatedAddressSingle param. String validation regex: ^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$|^(?:[A-Fa-f0-9]{1,4}:){7}[A-Fa-f0-9]{1,4}$.
- biDirectional String
- The BiDirectional param. String must be one of these: "yes","no".
- fallback Property Map
- The Fallback param.
- translatedAddress List<String>Arrays 
- The TranslatedAddressArray param.
- translatedAddress StringSingle 
- The TranslatedAddressSingle param. String validation regex: ^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$|^(?:[A-Fa-f0-9]{1,4}:){7}[A-Fa-f0-9]{1,4}$.
GetNatRuleListDataSourceTranslationFallback       
- Interface string
- The Interface param.
- Interface string
- The Interface param.
- interface_ String
- The Interface param.
- interface string
- The Interface param.
- interface str
- The Interface param.
- interface String
- The Interface param.
GetNatRuleListDataTarget     
- Devices
List<GetNat Rule List Data Target Device> 
- The Devices param.
- Negate bool
- The Negate param.
- List<string>
- The Tags param.
- Devices
[]GetNat Rule List Data Target Device 
- The Devices param.
- Negate bool
- The Negate param.
- []string
- The Tags param.
- devices
List<GetNat Rule List Data Target Device> 
- The Devices param.
- negate Boolean
- The Negate param.
- List<String>
- The Tags param.
- devices
GetNat Rule List Data Target Device[] 
- The Devices param.
- negate boolean
- The Negate param.
- string[]
- The Tags param.
- devices
Sequence[GetNat Rule List Data Target Device] 
- The Devices param.
- negate bool
- The Negate param.
- Sequence[str]
- The Tags param.
- devices List<Property Map>
- The Devices param.
- negate Boolean
- The Negate param.
- List<String>
- The Tags param.
GetNatRuleListDataTargetDevice      
- Name string
- The Name param.
- Name string
- The Name param.
- name String
- The Name param.
- name string
- The Name param.
- name str
- The Name param.
- name String
- The Name param.
Package Details
- Repository
- scm pulumi/pulumi-scm
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the scmTerraform Provider.
