fortimanager.ObjectFirewallIppoolDynamicMapping
Explore with Pulumi AI
Configure IPv4 IP pools.
This resource is a sub resource for variable
dynamic_mapping
of resourcefortimanager.ObjectFirewallIppool
. Conflict and overwrite may occur if use both of them.
Create ObjectFirewallIppoolDynamicMapping Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ObjectFirewallIppoolDynamicMapping(name: string, args: ObjectFirewallIppoolDynamicMappingArgs, opts?: CustomResourceOptions);
@overload
def ObjectFirewallIppoolDynamicMapping(resource_name: str,
args: ObjectFirewallIppoolDynamicMappingInitArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ObjectFirewallIppoolDynamicMapping(resource_name: str,
opts: Optional[ResourceOptions] = None,
ippool: Optional[str] = None,
icmp_session_quota: Optional[float] = None,
arp_reply: Optional[str] = None,
arp_intf: Optional[str] = None,
_scopes: Optional[Sequence[ObjectFirewallIppoolDynamicMapping_ScopeArgs]] = None,
associated_interface: Optional[str] = None,
block_size: Optional[float] = None,
cgn_block_size: Optional[float] = None,
cgn_client_endip: Optional[str] = None,
cgn_client_ipv6shift: Optional[float] = None,
cgn_client_startip: Optional[str] = None,
cgn_fixedalloc: Optional[str] = None,
cgn_overload: Optional[str] = None,
cgn_port_end: Optional[float] = None,
cgn_port_start: Optional[float] = None,
cgn_spa: Optional[str] = None,
add_nat64_route: Optional[str] = None,
comments: Optional[str] = None,
dynamic_sort_subtable: Optional[str] = None,
endip: Optional[str] = None,
endport: Optional[float] = None,
utilization_alarm_clear: Optional[float] = None,
adom: Optional[str] = None,
client_prefix_length: Optional[float] = None,
nat64: Optional[str] = None,
num_blocks_per_user: Optional[float] = None,
object_firewall_ippool_dynamic_mapping_id: Optional[str] = None,
pba_interim_log: Optional[float] = None,
pba_timeout: Optional[float] = None,
permit_any_host: Optional[str] = None,
port_per_user: Optional[float] = None,
privileged_port_use_pba: Optional[str] = None,
scopetype: Optional[str] = None,
source_endip: Optional[str] = None,
source_prefix6: Optional[str] = None,
source_startip: Optional[str] = None,
startip: Optional[str] = None,
startport: Optional[float] = None,
subnet_broadcast_in_ippool: Optional[str] = None,
tcp_session_quota: Optional[float] = None,
type: Optional[str] = None,
udp_session_quota: Optional[float] = None,
exclude_ips: Optional[Sequence[str]] = None,
utilization_alarm_raise: Optional[float] = None)
func NewObjectFirewallIppoolDynamicMapping(ctx *Context, name string, args ObjectFirewallIppoolDynamicMappingArgs, opts ...ResourceOption) (*ObjectFirewallIppoolDynamicMapping, error)
public ObjectFirewallIppoolDynamicMapping(string name, ObjectFirewallIppoolDynamicMappingArgs args, CustomResourceOptions? opts = null)
public ObjectFirewallIppoolDynamicMapping(String name, ObjectFirewallIppoolDynamicMappingArgs args)
public ObjectFirewallIppoolDynamicMapping(String name, ObjectFirewallIppoolDynamicMappingArgs args, CustomResourceOptions options)
type: fortimanager:ObjectFirewallIppoolDynamicMapping
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args ObjectFirewallIppoolDynamicMappingArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args ObjectFirewallIppoolDynamicMappingInitArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args ObjectFirewallIppoolDynamicMappingArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectFirewallIppoolDynamicMappingArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ObjectFirewallIppoolDynamicMappingArgs
- 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 objectFirewallIppoolDynamicMappingResource = new Fortimanager.ObjectFirewallIppoolDynamicMapping("objectFirewallIppoolDynamicMappingResource", new()
{
Ippool = "string",
IcmpSessionQuota = 0,
ArpReply = "string",
ArpIntf = "string",
_scopes = new[]
{
new Fortimanager.Inputs.ObjectFirewallIppoolDynamicMapping_ScopeArgs
{
Name = "string",
Vdom = "string",
},
},
AssociatedInterface = "string",
BlockSize = 0,
CgnBlockSize = 0,
CgnClientEndip = "string",
CgnClientIpv6shift = 0,
CgnClientStartip = "string",
CgnFixedalloc = "string",
CgnOverload = "string",
CgnPortEnd = 0,
CgnPortStart = 0,
CgnSpa = "string",
AddNat64Route = "string",
Comments = "string",
DynamicSortSubtable = "string",
Endip = "string",
Endport = 0,
UtilizationAlarmClear = 0,
Adom = "string",
ClientPrefixLength = 0,
Nat64 = "string",
NumBlocksPerUser = 0,
ObjectFirewallIppoolDynamicMappingId = "string",
PbaInterimLog = 0,
PbaTimeout = 0,
PermitAnyHost = "string",
PortPerUser = 0,
PrivilegedPortUsePba = "string",
Scopetype = "string",
SourceEndip = "string",
SourcePrefix6 = "string",
SourceStartip = "string",
Startip = "string",
Startport = 0,
SubnetBroadcastInIppool = "string",
TcpSessionQuota = 0,
Type = "string",
UdpSessionQuota = 0,
ExcludeIps = new[]
{
"string",
},
UtilizationAlarmRaise = 0,
});
example, err := fortimanager.NewObjectFirewallIppoolDynamicMapping(ctx, "objectFirewallIppoolDynamicMappingResource", &fortimanager.ObjectFirewallIppoolDynamicMappingArgs{
Ippool: pulumi.String("string"),
IcmpSessionQuota: pulumi.Float64(0),
ArpReply: pulumi.String("string"),
ArpIntf: pulumi.String("string"),
_scopes: .ObjectFirewallIppoolDynamicMapping_ScopeArray{
&.ObjectFirewallIppoolDynamicMapping_ScopeArgs{
Name: pulumi.String("string"),
Vdom: pulumi.String("string"),
},
},
AssociatedInterface: pulumi.String("string"),
BlockSize: pulumi.Float64(0),
CgnBlockSize: pulumi.Float64(0),
CgnClientEndip: pulumi.String("string"),
CgnClientIpv6shift: pulumi.Float64(0),
CgnClientStartip: pulumi.String("string"),
CgnFixedalloc: pulumi.String("string"),
CgnOverload: pulumi.String("string"),
CgnPortEnd: pulumi.Float64(0),
CgnPortStart: pulumi.Float64(0),
CgnSpa: pulumi.String("string"),
AddNat64Route: pulumi.String("string"),
Comments: pulumi.String("string"),
DynamicSortSubtable: pulumi.String("string"),
Endip: pulumi.String("string"),
Endport: pulumi.Float64(0),
UtilizationAlarmClear: pulumi.Float64(0),
Adom: pulumi.String("string"),
ClientPrefixLength: pulumi.Float64(0),
Nat64: pulumi.String("string"),
NumBlocksPerUser: pulumi.Float64(0),
ObjectFirewallIppoolDynamicMappingId: pulumi.String("string"),
PbaInterimLog: pulumi.Float64(0),
PbaTimeout: pulumi.Float64(0),
PermitAnyHost: pulumi.String("string"),
PortPerUser: pulumi.Float64(0),
PrivilegedPortUsePba: pulumi.String("string"),
Scopetype: pulumi.String("string"),
SourceEndip: pulumi.String("string"),
SourcePrefix6: pulumi.String("string"),
SourceStartip: pulumi.String("string"),
Startip: pulumi.String("string"),
Startport: pulumi.Float64(0),
SubnetBroadcastInIppool: pulumi.String("string"),
TcpSessionQuota: pulumi.Float64(0),
Type: pulumi.String("string"),
UdpSessionQuota: pulumi.Float64(0),
ExcludeIps: pulumi.StringArray{
pulumi.String("string"),
},
UtilizationAlarmRaise: pulumi.Float64(0),
})
var objectFirewallIppoolDynamicMappingResource = new ObjectFirewallIppoolDynamicMapping("objectFirewallIppoolDynamicMappingResource", ObjectFirewallIppoolDynamicMappingArgs.builder()
.ippool("string")
.icmpSessionQuota(0)
.arpReply("string")
.arpIntf("string")
._scopes(ObjectFirewallIppoolDynamicMapping_ScopeArgs.builder()
.name("string")
.vdom("string")
.build())
.associatedInterface("string")
.blockSize(0)
.cgnBlockSize(0)
.cgnClientEndip("string")
.cgnClientIpv6shift(0)
.cgnClientStartip("string")
.cgnFixedalloc("string")
.cgnOverload("string")
.cgnPortEnd(0)
.cgnPortStart(0)
.cgnSpa("string")
.addNat64Route("string")
.comments("string")
.dynamicSortSubtable("string")
.endip("string")
.endport(0)
.utilizationAlarmClear(0)
.adom("string")
.clientPrefixLength(0)
.nat64("string")
.numBlocksPerUser(0)
.objectFirewallIppoolDynamicMappingId("string")
.pbaInterimLog(0)
.pbaTimeout(0)
.permitAnyHost("string")
.portPerUser(0)
.privilegedPortUsePba("string")
.scopetype("string")
.sourceEndip("string")
.sourcePrefix6("string")
.sourceStartip("string")
.startip("string")
.startport(0)
.subnetBroadcastInIppool("string")
.tcpSessionQuota(0)
.type("string")
.udpSessionQuota(0)
.excludeIps("string")
.utilizationAlarmRaise(0)
.build());
object_firewall_ippool_dynamic_mapping_resource = fortimanager.ObjectFirewallIppoolDynamicMapping("objectFirewallIppoolDynamicMappingResource",
ippool="string",
icmp_session_quota=0,
arp_reply="string",
arp_intf="string",
_scopes=[{
"name": "string",
"vdom": "string",
}],
associated_interface="string",
block_size=0,
cgn_block_size=0,
cgn_client_endip="string",
cgn_client_ipv6shift=0,
cgn_client_startip="string",
cgn_fixedalloc="string",
cgn_overload="string",
cgn_port_end=0,
cgn_port_start=0,
cgn_spa="string",
add_nat64_route="string",
comments="string",
dynamic_sort_subtable="string",
endip="string",
endport=0,
utilization_alarm_clear=0,
adom="string",
client_prefix_length=0,
nat64="string",
num_blocks_per_user=0,
object_firewall_ippool_dynamic_mapping_id="string",
pba_interim_log=0,
pba_timeout=0,
permit_any_host="string",
port_per_user=0,
privileged_port_use_pba="string",
scopetype="string",
source_endip="string",
source_prefix6="string",
source_startip="string",
startip="string",
startport=0,
subnet_broadcast_in_ippool="string",
tcp_session_quota=0,
type="string",
udp_session_quota=0,
exclude_ips=["string"],
utilization_alarm_raise=0)
const objectFirewallIppoolDynamicMappingResource = new fortimanager.ObjectFirewallIppoolDynamicMapping("objectFirewallIppoolDynamicMappingResource", {
ippool: "string",
icmpSessionQuota: 0,
arpReply: "string",
arpIntf: "string",
_scopes: [{
name: "string",
vdom: "string",
}],
associatedInterface: "string",
blockSize: 0,
cgnBlockSize: 0,
cgnClientEndip: "string",
cgnClientIpv6shift: 0,
cgnClientStartip: "string",
cgnFixedalloc: "string",
cgnOverload: "string",
cgnPortEnd: 0,
cgnPortStart: 0,
cgnSpa: "string",
addNat64Route: "string",
comments: "string",
dynamicSortSubtable: "string",
endip: "string",
endport: 0,
utilizationAlarmClear: 0,
adom: "string",
clientPrefixLength: 0,
nat64: "string",
numBlocksPerUser: 0,
objectFirewallIppoolDynamicMappingId: "string",
pbaInterimLog: 0,
pbaTimeout: 0,
permitAnyHost: "string",
portPerUser: 0,
privilegedPortUsePba: "string",
scopetype: "string",
sourceEndip: "string",
sourcePrefix6: "string",
sourceStartip: "string",
startip: "string",
startport: 0,
subnetBroadcastInIppool: "string",
tcpSessionQuota: 0,
type: "string",
udpSessionQuota: 0,
excludeIps: ["string"],
utilizationAlarmRaise: 0,
});
type: fortimanager:ObjectFirewallIppoolDynamicMapping
properties:
_scopes:
- name: string
vdom: string
addNat64Route: string
adom: string
arpIntf: string
arpReply: string
associatedInterface: string
blockSize: 0
cgnBlockSize: 0
cgnClientEndip: string
cgnClientIpv6shift: 0
cgnClientStartip: string
cgnFixedalloc: string
cgnOverload: string
cgnPortEnd: 0
cgnPortStart: 0
cgnSpa: string
clientPrefixLength: 0
comments: string
dynamicSortSubtable: string
endip: string
endport: 0
excludeIps:
- string
icmpSessionQuota: 0
ippool: string
nat64: string
numBlocksPerUser: 0
objectFirewallIppoolDynamicMappingId: string
pbaInterimLog: 0
pbaTimeout: 0
permitAnyHost: string
portPerUser: 0
privilegedPortUsePba: string
scopetype: string
sourceEndip: string
sourcePrefix6: string
sourceStartip: string
startip: string
startport: 0
subnetBroadcastInIppool: string
tcpSessionQuota: 0
type: string
udpSessionQuota: 0
utilizationAlarmClear: 0
utilizationAlarmRaise: 0
ObjectFirewallIppoolDynamicMapping 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 ObjectFirewallIppoolDynamicMapping resource accepts the following input properties:
- Ippool string
- Ippool.
- Add
Nat64Route string - Enable/disable adding NAT64 route. Valid values:
disable
,enable
. - Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Arp
Intf string - Select an interface from available options that will reply to ARP requests. (If blank, any is selected).
- Arp
Reply string - Enable/disable replying to ARP requests when an IP Pool is added to a policy (default = enable). Valid values:
disable
,enable
. - Associated
Interface string - Associated interface name.
- Block
Size double - Number of addresses in a block (64 to 4096, default = 128).
- Cgn
Block doubleSize - Number of ports in a block(64 to 4096 in unit of 64, default = 128).
- Cgn
Client stringEndip - Final client IPv4 address (inclusive) (format xxx.xxx.xxx.xxx, Default: 0.0.0.0).
- Cgn
Client doubleIpv6shift - Cgn-Client-Ipv6Shift.
- Cgn
Client stringStartip - First client IPv4 address (inclusive) (format xxx.xxx.xxx.xxx, Default: 0.0.0.0).
- Cgn
Fixedalloc string - Enable/disable fixed-allocation mode. Valid values:
disable
,enable
. - Cgn
Overload string - Enable/disable overload mode. Valid values:
disable
,enable
. - Cgn
Port doubleEnd - Ending public port can be allocated.
- Cgn
Port doubleStart - Starting public port can be allocated.
- Cgn
Spa string - Enable/disable single port allocation mode. Valid values:
disable
,enable
. - Client
Prefix doubleLength - Subnet length of a single deterministic NAT64 client (1 - 128, default = 64).
- Comments string
- Comment.
- Dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- Endip string
- Final IPv4 address (inclusive) in the range for the address pool (format xxx.xxx.xxx.xxx, Default: 0.0.0.0).
- Endport double
- Endport.
- Exclude
Ips List<string> - Exclude IPs x.x.x.x.
- Icmp
Session doubleQuota - Maximum number of concurrent ICMP sessions allowed per client (0 - 2097000, default = 0 which means no limit).
- Nat64 string
- Enable/disable NAT64. Valid values:
disable
,enable
. - Num
Blocks doublePer User - Number of addresses blocks that can be used by a user (1 to 128, default = 8).
- Object
Firewall stringIppool Dynamic Mapping Id - an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
- Pba
Interim doubleLog - Port block allocation interim logging interval (600 - 86400 seconds, default = 0 which disables interim logging).
- Pba
Timeout double - Port block allocation timeout (seconds).
- Permit
Any stringHost - Enable/disable full cone NAT. Valid values:
disable
,enable
. - Port
Per doubleUser - Port-Per-User.
- Privileged
Port stringUse Pba - Enable/disable selection of the external port from the port block allocation for NAT'ing privileged ports (deafult = disable). Valid values:
disable
,enable
. - Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Source
Endip string - Final IPv4 address (inclusive) in the range of the source addresses to be translated (format xxx.xxx.xxx.xxx, Default: 0.0.0.0).
- Source
Prefix6 string - Source IPv6 network to be translated (format = xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx/xxx, default = ::/0).
- Source
Startip string - First IPv4 address (inclusive) in the range of the source addresses to be translated (format xxx.xxx.xxx.xxx, Default: 0.0.0.0).
- Startip string
- First IPv4 address (inclusive) in the range for the address pool (format xxx.xxx.xxx.xxx, Default: 0.0.0.0).
- Startport double
- Startport.
- Subnet
Broadcast stringIn Ippool - Enable/disable inclusion of the subnetwork address and broadcast IP address in the NAT64 IP pool. Valid values:
disable
,enable
. - Tcp
Session doubleQuota - Maximum number of concurrent TCP sessions allowed per client (0 - 2097000, default = 0 which means no limit).
- Type string
- IP pool type (overload, one-to-one, fixed port range, or port block allocation). Valid values:
overload
,one-to-one
,fixed-port-range
,port-block-allocation
,cgn-resource-allocation
. - Udp
Session doubleQuota - Maximum number of concurrent UDP sessions allowed per client (0 - 2097000, default = 0 which means no limit).
- Utilization
Alarm doubleClear - Pool utilization alarm clear threshold (40-100).
- Utilization
Alarm doubleRaise - Pool utilization alarm raise threshold (50-100).
- _
scopes List<ObjectFirewall Ippool Dynamic Mapping_Scope> - _Scope. The structure of
_scope
block is documented below.
- Ippool string
- Ippool.
- Add
Nat64Route string - Enable/disable adding NAT64 route. Valid values:
disable
,enable
. - Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Arp
Intf string - Select an interface from available options that will reply to ARP requests. (If blank, any is selected).
- Arp
Reply string - Enable/disable replying to ARP requests when an IP Pool is added to a policy (default = enable). Valid values:
disable
,enable
. - Associated
Interface string - Associated interface name.
- Block
Size float64 - Number of addresses in a block (64 to 4096, default = 128).
- Cgn
Block float64Size - Number of ports in a block(64 to 4096 in unit of 64, default = 128).
- Cgn
Client stringEndip - Final client IPv4 address (inclusive) (format xxx.xxx.xxx.xxx, Default: 0.0.0.0).
- Cgn
Client float64Ipv6shift - Cgn-Client-Ipv6Shift.
- Cgn
Client stringStartip - First client IPv4 address (inclusive) (format xxx.xxx.xxx.xxx, Default: 0.0.0.0).
- Cgn
Fixedalloc string - Enable/disable fixed-allocation mode. Valid values:
disable
,enable
. - Cgn
Overload string - Enable/disable overload mode. Valid values:
disable
,enable
. - Cgn
Port float64End - Ending public port can be allocated.
- Cgn
Port float64Start - Starting public port can be allocated.
- Cgn
Spa string - Enable/disable single port allocation mode. Valid values:
disable
,enable
. - Client
Prefix float64Length - Subnet length of a single deterministic NAT64 client (1 - 128, default = 64).
- Comments string
- Comment.
- Dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- Endip string
- Final IPv4 address (inclusive) in the range for the address pool (format xxx.xxx.xxx.xxx, Default: 0.0.0.0).
- Endport float64
- Endport.
- Exclude
Ips []string - Exclude IPs x.x.x.x.
- Icmp
Session float64Quota - Maximum number of concurrent ICMP sessions allowed per client (0 - 2097000, default = 0 which means no limit).
- Nat64 string
- Enable/disable NAT64. Valid values:
disable
,enable
. - Num
Blocks float64Per User - Number of addresses blocks that can be used by a user (1 to 128, default = 8).
- Object
Firewall stringIppool Dynamic Mapping Id - an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
- Pba
Interim float64Log - Port block allocation interim logging interval (600 - 86400 seconds, default = 0 which disables interim logging).
- Pba
Timeout float64 - Port block allocation timeout (seconds).
- Permit
Any stringHost - Enable/disable full cone NAT. Valid values:
disable
,enable
. - Port
Per float64User - Port-Per-User.
- Privileged
Port stringUse Pba - Enable/disable selection of the external port from the port block allocation for NAT'ing privileged ports (deafult = disable). Valid values:
disable
,enable
. - Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Source
Endip string - Final IPv4 address (inclusive) in the range of the source addresses to be translated (format xxx.xxx.xxx.xxx, Default: 0.0.0.0).
- Source
Prefix6 string - Source IPv6 network to be translated (format = xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx/xxx, default = ::/0).
- Source
Startip string - First IPv4 address (inclusive) in the range of the source addresses to be translated (format xxx.xxx.xxx.xxx, Default: 0.0.0.0).
- Startip string
- First IPv4 address (inclusive) in the range for the address pool (format xxx.xxx.xxx.xxx, Default: 0.0.0.0).
- Startport float64
- Startport.
- Subnet
Broadcast stringIn Ippool - Enable/disable inclusion of the subnetwork address and broadcast IP address in the NAT64 IP pool. Valid values:
disable
,enable
. - Tcp
Session float64Quota - Maximum number of concurrent TCP sessions allowed per client (0 - 2097000, default = 0 which means no limit).
- Type string
- IP pool type (overload, one-to-one, fixed port range, or port block allocation). Valid values:
overload
,one-to-one
,fixed-port-range
,port-block-allocation
,cgn-resource-allocation
. - Udp
Session float64Quota - Maximum number of concurrent UDP sessions allowed per client (0 - 2097000, default = 0 which means no limit).
- Utilization
Alarm float64Clear - Pool utilization alarm clear threshold (40-100).
- Utilization
Alarm float64Raise - Pool utilization alarm raise threshold (50-100).
- _
scopes []ObjectFirewall Ippool Dynamic Mapping_Scope Args - _Scope. The structure of
_scope
block is documented below.
- ippool String
- Ippool.
- _
scopes List<ObjectFirewall Ippool Dynamic Mapping_Scope> - _Scope. The structure of
_scope
block is documented below. - add
Nat64Route String - Enable/disable adding NAT64 route. Valid values:
disable
,enable
. - adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - arp
Intf String - Select an interface from available options that will reply to ARP requests. (If blank, any is selected).
- arp
Reply String - Enable/disable replying to ARP requests when an IP Pool is added to a policy (default = enable). Valid values:
disable
,enable
. - associated
Interface String - Associated interface name.
- block
Size Double - Number of addresses in a block (64 to 4096, default = 128).
- cgn
Block DoubleSize - Number of ports in a block(64 to 4096 in unit of 64, default = 128).
- cgn
Client StringEndip - Final client IPv4 address (inclusive) (format xxx.xxx.xxx.xxx, Default: 0.0.0.0).
- cgn
Client DoubleIpv6shift - Cgn-Client-Ipv6Shift.
- cgn
Client StringStartip - First client IPv4 address (inclusive) (format xxx.xxx.xxx.xxx, Default: 0.0.0.0).
- cgn
Fixedalloc String - Enable/disable fixed-allocation mode. Valid values:
disable
,enable
. - cgn
Overload String - Enable/disable overload mode. Valid values:
disable
,enable
. - cgn
Port DoubleEnd - Ending public port can be allocated.
- cgn
Port DoubleStart - Starting public port can be allocated.
- cgn
Spa String - Enable/disable single port allocation mode. Valid values:
disable
,enable
. - client
Prefix DoubleLength - Subnet length of a single deterministic NAT64 client (1 - 128, default = 64).
- comments String
- Comment.
- dynamic
Sort StringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- endip String
- Final IPv4 address (inclusive) in the range for the address pool (format xxx.xxx.xxx.xxx, Default: 0.0.0.0).
- endport Double
- Endport.
- exclude
Ips List<String> - Exclude IPs x.x.x.x.
- icmp
Session DoubleQuota - Maximum number of concurrent ICMP sessions allowed per client (0 - 2097000, default = 0 which means no limit).
- nat64 String
- Enable/disable NAT64. Valid values:
disable
,enable
. - num
Blocks DoublePer User - Number of addresses blocks that can be used by a user (1 to 128, default = 8).
- object
Firewall StringIppool Dynamic Mapping Id - an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
- pba
Interim DoubleLog - Port block allocation interim logging interval (600 - 86400 seconds, default = 0 which disables interim logging).
- pba
Timeout Double - Port block allocation timeout (seconds).
- permit
Any StringHost - Enable/disable full cone NAT. Valid values:
disable
,enable
. - port
Per DoubleUser - Port-Per-User.
- privileged
Port StringUse Pba - Enable/disable selection of the external port from the port block allocation for NAT'ing privileged ports (deafult = disable). Valid values:
disable
,enable
. - scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - source
Endip String - Final IPv4 address (inclusive) in the range of the source addresses to be translated (format xxx.xxx.xxx.xxx, Default: 0.0.0.0).
- source
Prefix6 String - Source IPv6 network to be translated (format = xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx/xxx, default = ::/0).
- source
Startip String - First IPv4 address (inclusive) in the range of the source addresses to be translated (format xxx.xxx.xxx.xxx, Default: 0.0.0.0).
- startip String
- First IPv4 address (inclusive) in the range for the address pool (format xxx.xxx.xxx.xxx, Default: 0.0.0.0).
- startport Double
- Startport.
- subnet
Broadcast StringIn Ippool - Enable/disable inclusion of the subnetwork address and broadcast IP address in the NAT64 IP pool. Valid values:
disable
,enable
. - tcp
Session DoubleQuota - Maximum number of concurrent TCP sessions allowed per client (0 - 2097000, default = 0 which means no limit).
- type String
- IP pool type (overload, one-to-one, fixed port range, or port block allocation). Valid values:
overload
,one-to-one
,fixed-port-range
,port-block-allocation
,cgn-resource-allocation
. - udp
Session DoubleQuota - Maximum number of concurrent UDP sessions allowed per client (0 - 2097000, default = 0 which means no limit).
- utilization
Alarm DoubleClear - Pool utilization alarm clear threshold (40-100).
- utilization
Alarm DoubleRaise - Pool utilization alarm raise threshold (50-100).
- ippool string
- Ippool.
- _
scopes ObjectFirewall Ippool Dynamic Mapping_Scope[] - _Scope. The structure of
_scope
block is documented below. - add
Nat64Route string - Enable/disable adding NAT64 route. Valid values:
disable
,enable
. - adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - arp
Intf string - Select an interface from available options that will reply to ARP requests. (If blank, any is selected).
- arp
Reply string - Enable/disable replying to ARP requests when an IP Pool is added to a policy (default = enable). Valid values:
disable
,enable
. - associated
Interface string - Associated interface name.
- block
Size number - Number of addresses in a block (64 to 4096, default = 128).
- cgn
Block numberSize - Number of ports in a block(64 to 4096 in unit of 64, default = 128).
- cgn
Client stringEndip - Final client IPv4 address (inclusive) (format xxx.xxx.xxx.xxx, Default: 0.0.0.0).
- cgn
Client numberIpv6shift - Cgn-Client-Ipv6Shift.
- cgn
Client stringStartip - First client IPv4 address (inclusive) (format xxx.xxx.xxx.xxx, Default: 0.0.0.0).
- cgn
Fixedalloc string - Enable/disable fixed-allocation mode. Valid values:
disable
,enable
. - cgn
Overload string - Enable/disable overload mode. Valid values:
disable
,enable
. - cgn
Port numberEnd - Ending public port can be allocated.
- cgn
Port numberStart - Starting public port can be allocated.
- cgn
Spa string - Enable/disable single port allocation mode. Valid values:
disable
,enable
. - client
Prefix numberLength - Subnet length of a single deterministic NAT64 client (1 - 128, default = 64).
- comments string
- Comment.
- dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- endip string
- Final IPv4 address (inclusive) in the range for the address pool (format xxx.xxx.xxx.xxx, Default: 0.0.0.0).
- endport number
- Endport.
- exclude
Ips string[] - Exclude IPs x.x.x.x.
- icmp
Session numberQuota - Maximum number of concurrent ICMP sessions allowed per client (0 - 2097000, default = 0 which means no limit).
- nat64 string
- Enable/disable NAT64. Valid values:
disable
,enable
. - num
Blocks numberPer User - Number of addresses blocks that can be used by a user (1 to 128, default = 8).
- object
Firewall stringIppool Dynamic Mapping Id - an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
- pba
Interim numberLog - Port block allocation interim logging interval (600 - 86400 seconds, default = 0 which disables interim logging).
- pba
Timeout number - Port block allocation timeout (seconds).
- permit
Any stringHost - Enable/disable full cone NAT. Valid values:
disable
,enable
. - port
Per numberUser - Port-Per-User.
- privileged
Port stringUse Pba - Enable/disable selection of the external port from the port block allocation for NAT'ing privileged ports (deafult = disable). Valid values:
disable
,enable
. - scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - source
Endip string - Final IPv4 address (inclusive) in the range of the source addresses to be translated (format xxx.xxx.xxx.xxx, Default: 0.0.0.0).
- source
Prefix6 string - Source IPv6 network to be translated (format = xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx/xxx, default = ::/0).
- source
Startip string - First IPv4 address (inclusive) in the range of the source addresses to be translated (format xxx.xxx.xxx.xxx, Default: 0.0.0.0).
- startip string
- First IPv4 address (inclusive) in the range for the address pool (format xxx.xxx.xxx.xxx, Default: 0.0.0.0).
- startport number
- Startport.
- subnet
Broadcast stringIn Ippool - Enable/disable inclusion of the subnetwork address and broadcast IP address in the NAT64 IP pool. Valid values:
disable
,enable
. - tcp
Session numberQuota - Maximum number of concurrent TCP sessions allowed per client (0 - 2097000, default = 0 which means no limit).
- type string
- IP pool type (overload, one-to-one, fixed port range, or port block allocation). Valid values:
overload
,one-to-one
,fixed-port-range
,port-block-allocation
,cgn-resource-allocation
. - udp
Session numberQuota - Maximum number of concurrent UDP sessions allowed per client (0 - 2097000, default = 0 which means no limit).
- utilization
Alarm numberClear - Pool utilization alarm clear threshold (40-100).
- utilization
Alarm numberRaise - Pool utilization alarm raise threshold (50-100).
- ippool str
- Ippool.
- _
scopes Sequence[ObjectFirewall Ippool Dynamic Mapping_Scope Args] - _Scope. The structure of
_scope
block is documented below. - add_
nat64_ strroute - Enable/disable adding NAT64 route. Valid values:
disable
,enable
. - adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - arp_
intf str - Select an interface from available options that will reply to ARP requests. (If blank, any is selected).
- arp_
reply str - Enable/disable replying to ARP requests when an IP Pool is added to a policy (default = enable). Valid values:
disable
,enable
. - associated_
interface str - Associated interface name.
- block_
size float - Number of addresses in a block (64 to 4096, default = 128).
- cgn_
block_ floatsize - Number of ports in a block(64 to 4096 in unit of 64, default = 128).
- cgn_
client_ strendip - Final client IPv4 address (inclusive) (format xxx.xxx.xxx.xxx, Default: 0.0.0.0).
- cgn_
client_ floatipv6shift - Cgn-Client-Ipv6Shift.
- cgn_
client_ strstartip - First client IPv4 address (inclusive) (format xxx.xxx.xxx.xxx, Default: 0.0.0.0).
- cgn_
fixedalloc str - Enable/disable fixed-allocation mode. Valid values:
disable
,enable
. - cgn_
overload str - Enable/disable overload mode. Valid values:
disable
,enable
. - cgn_
port_ floatend - Ending public port can be allocated.
- cgn_
port_ floatstart - Starting public port can be allocated.
- cgn_
spa str - Enable/disable single port allocation mode. Valid values:
disable
,enable
. - client_
prefix_ floatlength - Subnet length of a single deterministic NAT64 client (1 - 128, default = 64).
- comments str
- Comment.
- dynamic_
sort_ strsubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- endip str
- Final IPv4 address (inclusive) in the range for the address pool (format xxx.xxx.xxx.xxx, Default: 0.0.0.0).
- endport float
- Endport.
- exclude_
ips Sequence[str] - Exclude IPs x.x.x.x.
- icmp_
session_ floatquota - Maximum number of concurrent ICMP sessions allowed per client (0 - 2097000, default = 0 which means no limit).
- nat64 str
- Enable/disable NAT64. Valid values:
disable
,enable
. - num_
blocks_ floatper_ user - Number of addresses blocks that can be used by a user (1 to 128, default = 8).
- object_
firewall_ strippool_ dynamic_ mapping_ id - an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
- pba_
interim_ floatlog - Port block allocation interim logging interval (600 - 86400 seconds, default = 0 which disables interim logging).
- pba_
timeout float - Port block allocation timeout (seconds).
- permit_
any_ strhost - Enable/disable full cone NAT. Valid values:
disable
,enable
. - port_
per_ floatuser - Port-Per-User.
- privileged_
port_ struse_ pba - Enable/disable selection of the external port from the port block allocation for NAT'ing privileged ports (deafult = disable). Valid values:
disable
,enable
. - scopetype str
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - source_
endip str - Final IPv4 address (inclusive) in the range of the source addresses to be translated (format xxx.xxx.xxx.xxx, Default: 0.0.0.0).
- source_
prefix6 str - Source IPv6 network to be translated (format = xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx/xxx, default = ::/0).
- source_
startip str - First IPv4 address (inclusive) in the range of the source addresses to be translated (format xxx.xxx.xxx.xxx, Default: 0.0.0.0).
- startip str
- First IPv4 address (inclusive) in the range for the address pool (format xxx.xxx.xxx.xxx, Default: 0.0.0.0).
- startport float
- Startport.
- subnet_
broadcast_ strin_ ippool - Enable/disable inclusion of the subnetwork address and broadcast IP address in the NAT64 IP pool. Valid values:
disable
,enable
. - tcp_
session_ floatquota - Maximum number of concurrent TCP sessions allowed per client (0 - 2097000, default = 0 which means no limit).
- type str
- IP pool type (overload, one-to-one, fixed port range, or port block allocation). Valid values:
overload
,one-to-one
,fixed-port-range
,port-block-allocation
,cgn-resource-allocation
. - udp_
session_ floatquota - Maximum number of concurrent UDP sessions allowed per client (0 - 2097000, default = 0 which means no limit).
- utilization_
alarm_ floatclear - Pool utilization alarm clear threshold (40-100).
- utilization_
alarm_ floatraise - Pool utilization alarm raise threshold (50-100).
- ippool String
- Ippool.
- _
scopes List<Property Map> - _Scope. The structure of
_scope
block is documented below. - add
Nat64Route String - Enable/disable adding NAT64 route. Valid values:
disable
,enable
. - adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - arp
Intf String - Select an interface from available options that will reply to ARP requests. (If blank, any is selected).
- arp
Reply String - Enable/disable replying to ARP requests when an IP Pool is added to a policy (default = enable). Valid values:
disable
,enable
. - associated
Interface String - Associated interface name.
- block
Size Number - Number of addresses in a block (64 to 4096, default = 128).
- cgn
Block NumberSize - Number of ports in a block(64 to 4096 in unit of 64, default = 128).
- cgn
Client StringEndip - Final client IPv4 address (inclusive) (format xxx.xxx.xxx.xxx, Default: 0.0.0.0).
- cgn
Client NumberIpv6shift - Cgn-Client-Ipv6Shift.
- cgn
Client StringStartip - First client IPv4 address (inclusive) (format xxx.xxx.xxx.xxx, Default: 0.0.0.0).
- cgn
Fixedalloc String - Enable/disable fixed-allocation mode. Valid values:
disable
,enable
. - cgn
Overload String - Enable/disable overload mode. Valid values:
disable
,enable
. - cgn
Port NumberEnd - Ending public port can be allocated.
- cgn
Port NumberStart - Starting public port can be allocated.
- cgn
Spa String - Enable/disable single port allocation mode. Valid values:
disable
,enable
. - client
Prefix NumberLength - Subnet length of a single deterministic NAT64 client (1 - 128, default = 64).
- comments String
- Comment.
- dynamic
Sort StringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- endip String
- Final IPv4 address (inclusive) in the range for the address pool (format xxx.xxx.xxx.xxx, Default: 0.0.0.0).
- endport Number
- Endport.
- exclude
Ips List<String> - Exclude IPs x.x.x.x.
- icmp
Session NumberQuota - Maximum number of concurrent ICMP sessions allowed per client (0 - 2097000, default = 0 which means no limit).
- nat64 String
- Enable/disable NAT64. Valid values:
disable
,enable
. - num
Blocks NumberPer User - Number of addresses blocks that can be used by a user (1 to 128, default = 8).
- object
Firewall StringIppool Dynamic Mapping Id - an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
- pba
Interim NumberLog - Port block allocation interim logging interval (600 - 86400 seconds, default = 0 which disables interim logging).
- pba
Timeout Number - Port block allocation timeout (seconds).
- permit
Any StringHost - Enable/disable full cone NAT. Valid values:
disable
,enable
. - port
Per NumberUser - Port-Per-User.
- privileged
Port StringUse Pba - Enable/disable selection of the external port from the port block allocation for NAT'ing privileged ports (deafult = disable). Valid values:
disable
,enable
. - scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - source
Endip String - Final IPv4 address (inclusive) in the range of the source addresses to be translated (format xxx.xxx.xxx.xxx, Default: 0.0.0.0).
- source
Prefix6 String - Source IPv6 network to be translated (format = xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx/xxx, default = ::/0).
- source
Startip String - First IPv4 address (inclusive) in the range of the source addresses to be translated (format xxx.xxx.xxx.xxx, Default: 0.0.0.0).
- startip String
- First IPv4 address (inclusive) in the range for the address pool (format xxx.xxx.xxx.xxx, Default: 0.0.0.0).
- startport Number
- Startport.
- subnet
Broadcast StringIn Ippool - Enable/disable inclusion of the subnetwork address and broadcast IP address in the NAT64 IP pool. Valid values:
disable
,enable
. - tcp
Session NumberQuota - Maximum number of concurrent TCP sessions allowed per client (0 - 2097000, default = 0 which means no limit).
- type String
- IP pool type (overload, one-to-one, fixed port range, or port block allocation). Valid values:
overload
,one-to-one
,fixed-port-range
,port-block-allocation
,cgn-resource-allocation
. - udp
Session NumberQuota - Maximum number of concurrent UDP sessions allowed per client (0 - 2097000, default = 0 which means no limit).
- utilization
Alarm NumberClear - Pool utilization alarm clear threshold (40-100).
- utilization
Alarm NumberRaise - Pool utilization alarm raise threshold (50-100).
Outputs
All input properties are implicitly available as output properties. Additionally, the ObjectFirewallIppoolDynamicMapping 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 ObjectFirewallIppoolDynamicMapping Resource
Get an existing ObjectFirewallIppoolDynamicMapping 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?: ObjectFirewallIppoolDynamicMappingState, opts?: CustomResourceOptions): ObjectFirewallIppoolDynamicMapping
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
_scopes: Optional[Sequence[ObjectFirewallIppoolDynamicMapping_ScopeArgs]] = None,
add_nat64_route: Optional[str] = None,
adom: Optional[str] = None,
arp_intf: Optional[str] = None,
arp_reply: Optional[str] = None,
associated_interface: Optional[str] = None,
block_size: Optional[float] = None,
cgn_block_size: Optional[float] = None,
cgn_client_endip: Optional[str] = None,
cgn_client_ipv6shift: Optional[float] = None,
cgn_client_startip: Optional[str] = None,
cgn_fixedalloc: Optional[str] = None,
cgn_overload: Optional[str] = None,
cgn_port_end: Optional[float] = None,
cgn_port_start: Optional[float] = None,
cgn_spa: Optional[str] = None,
client_prefix_length: Optional[float] = None,
comments: Optional[str] = None,
dynamic_sort_subtable: Optional[str] = None,
endip: Optional[str] = None,
endport: Optional[float] = None,
exclude_ips: Optional[Sequence[str]] = None,
icmp_session_quota: Optional[float] = None,
ippool: Optional[str] = None,
nat64: Optional[str] = None,
num_blocks_per_user: Optional[float] = None,
object_firewall_ippool_dynamic_mapping_id: Optional[str] = None,
pba_interim_log: Optional[float] = None,
pba_timeout: Optional[float] = None,
permit_any_host: Optional[str] = None,
port_per_user: Optional[float] = None,
privileged_port_use_pba: Optional[str] = None,
scopetype: Optional[str] = None,
source_endip: Optional[str] = None,
source_prefix6: Optional[str] = None,
source_startip: Optional[str] = None,
startip: Optional[str] = None,
startport: Optional[float] = None,
subnet_broadcast_in_ippool: Optional[str] = None,
tcp_session_quota: Optional[float] = None,
type: Optional[str] = None,
udp_session_quota: Optional[float] = None,
utilization_alarm_clear: Optional[float] = None,
utilization_alarm_raise: Optional[float] = None) -> ObjectFirewallIppoolDynamicMapping
func GetObjectFirewallIppoolDynamicMapping(ctx *Context, name string, id IDInput, state *ObjectFirewallIppoolDynamicMappingState, opts ...ResourceOption) (*ObjectFirewallIppoolDynamicMapping, error)
public static ObjectFirewallIppoolDynamicMapping Get(string name, Input<string> id, ObjectFirewallIppoolDynamicMappingState? state, CustomResourceOptions? opts = null)
public static ObjectFirewallIppoolDynamicMapping get(String name, Output<String> id, ObjectFirewallIppoolDynamicMappingState state, CustomResourceOptions options)
resources: _: type: fortimanager:ObjectFirewallIppoolDynamicMapping get: id: ${id}
- name
- The unique name of the resulting resource.
- id
- 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
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- 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
- The unique name of the resulting resource.
- id
- 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
- The unique name of the resulting resource.
- id
- 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.
- Add
Nat64Route string - Enable/disable adding NAT64 route. Valid values:
disable
,enable
. - Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Arp
Intf string - Select an interface from available options that will reply to ARP requests. (If blank, any is selected).
- Arp
Reply string - Enable/disable replying to ARP requests when an IP Pool is added to a policy (default = enable). Valid values:
disable
,enable
. - Associated
Interface string - Associated interface name.
- Block
Size double - Number of addresses in a block (64 to 4096, default = 128).
- Cgn
Block doubleSize - Number of ports in a block(64 to 4096 in unit of 64, default = 128).
- Cgn
Client stringEndip - Final client IPv4 address (inclusive) (format xxx.xxx.xxx.xxx, Default: 0.0.0.0).
- Cgn
Client doubleIpv6shift - Cgn-Client-Ipv6Shift.
- Cgn
Client stringStartip - First client IPv4 address (inclusive) (format xxx.xxx.xxx.xxx, Default: 0.0.0.0).
- Cgn
Fixedalloc string - Enable/disable fixed-allocation mode. Valid values:
disable
,enable
. - Cgn
Overload string - Enable/disable overload mode. Valid values:
disable
,enable
. - Cgn
Port doubleEnd - Ending public port can be allocated.
- Cgn
Port doubleStart - Starting public port can be allocated.
- Cgn
Spa string - Enable/disable single port allocation mode. Valid values:
disable
,enable
. - Client
Prefix doubleLength - Subnet length of a single deterministic NAT64 client (1 - 128, default = 64).
- Comments string
- Comment.
- Dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- Endip string
- Final IPv4 address (inclusive) in the range for the address pool (format xxx.xxx.xxx.xxx, Default: 0.0.0.0).
- Endport double
- Endport.
- Exclude
Ips List<string> - Exclude IPs x.x.x.x.
- Icmp
Session doubleQuota - Maximum number of concurrent ICMP sessions allowed per client (0 - 2097000, default = 0 which means no limit).
- Ippool string
- Ippool.
- Nat64 string
- Enable/disable NAT64. Valid values:
disable
,enable
. - Num
Blocks doublePer User - Number of addresses blocks that can be used by a user (1 to 128, default = 8).
- Object
Firewall stringIppool Dynamic Mapping Id - an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
- Pba
Interim doubleLog - Port block allocation interim logging interval (600 - 86400 seconds, default = 0 which disables interim logging).
- Pba
Timeout double - Port block allocation timeout (seconds).
- Permit
Any stringHost - Enable/disable full cone NAT. Valid values:
disable
,enable
. - Port
Per doubleUser - Port-Per-User.
- Privileged
Port stringUse Pba - Enable/disable selection of the external port from the port block allocation for NAT'ing privileged ports (deafult = disable). Valid values:
disable
,enable
. - Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Source
Endip string - Final IPv4 address (inclusive) in the range of the source addresses to be translated (format xxx.xxx.xxx.xxx, Default: 0.0.0.0).
- Source
Prefix6 string - Source IPv6 network to be translated (format = xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx/xxx, default = ::/0).
- Source
Startip string - First IPv4 address (inclusive) in the range of the source addresses to be translated (format xxx.xxx.xxx.xxx, Default: 0.0.0.0).
- Startip string
- First IPv4 address (inclusive) in the range for the address pool (format xxx.xxx.xxx.xxx, Default: 0.0.0.0).
- Startport double
- Startport.
- Subnet
Broadcast stringIn Ippool - Enable/disable inclusion of the subnetwork address and broadcast IP address in the NAT64 IP pool. Valid values:
disable
,enable
. - Tcp
Session doubleQuota - Maximum number of concurrent TCP sessions allowed per client (0 - 2097000, default = 0 which means no limit).
- Type string
- IP pool type (overload, one-to-one, fixed port range, or port block allocation). Valid values:
overload
,one-to-one
,fixed-port-range
,port-block-allocation
,cgn-resource-allocation
. - Udp
Session doubleQuota - Maximum number of concurrent UDP sessions allowed per client (0 - 2097000, default = 0 which means no limit).
- Utilization
Alarm doubleClear - Pool utilization alarm clear threshold (40-100).
- Utilization
Alarm doubleRaise - Pool utilization alarm raise threshold (50-100).
- _
scopes List<ObjectFirewall Ippool Dynamic Mapping_Scope> - _Scope. The structure of
_scope
block is documented below.
- Add
Nat64Route string - Enable/disable adding NAT64 route. Valid values:
disable
,enable
. - Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Arp
Intf string - Select an interface from available options that will reply to ARP requests. (If blank, any is selected).
- Arp
Reply string - Enable/disable replying to ARP requests when an IP Pool is added to a policy (default = enable). Valid values:
disable
,enable
. - Associated
Interface string - Associated interface name.
- Block
Size float64 - Number of addresses in a block (64 to 4096, default = 128).
- Cgn
Block float64Size - Number of ports in a block(64 to 4096 in unit of 64, default = 128).
- Cgn
Client stringEndip - Final client IPv4 address (inclusive) (format xxx.xxx.xxx.xxx, Default: 0.0.0.0).
- Cgn
Client float64Ipv6shift - Cgn-Client-Ipv6Shift.
- Cgn
Client stringStartip - First client IPv4 address (inclusive) (format xxx.xxx.xxx.xxx, Default: 0.0.0.0).
- Cgn
Fixedalloc string - Enable/disable fixed-allocation mode. Valid values:
disable
,enable
. - Cgn
Overload string - Enable/disable overload mode. Valid values:
disable
,enable
. - Cgn
Port float64End - Ending public port can be allocated.
- Cgn
Port float64Start - Starting public port can be allocated.
- Cgn
Spa string - Enable/disable single port allocation mode. Valid values:
disable
,enable
. - Client
Prefix float64Length - Subnet length of a single deterministic NAT64 client (1 - 128, default = 64).
- Comments string
- Comment.
- Dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- Endip string
- Final IPv4 address (inclusive) in the range for the address pool (format xxx.xxx.xxx.xxx, Default: 0.0.0.0).
- Endport float64
- Endport.
- Exclude
Ips []string - Exclude IPs x.x.x.x.
- Icmp
Session float64Quota - Maximum number of concurrent ICMP sessions allowed per client (0 - 2097000, default = 0 which means no limit).
- Ippool string
- Ippool.
- Nat64 string
- Enable/disable NAT64. Valid values:
disable
,enable
. - Num
Blocks float64Per User - Number of addresses blocks that can be used by a user (1 to 128, default = 8).
- Object
Firewall stringIppool Dynamic Mapping Id - an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
- Pba
Interim float64Log - Port block allocation interim logging interval (600 - 86400 seconds, default = 0 which disables interim logging).
- Pba
Timeout float64 - Port block allocation timeout (seconds).
- Permit
Any stringHost - Enable/disable full cone NAT. Valid values:
disable
,enable
. - Port
Per float64User - Port-Per-User.
- Privileged
Port stringUse Pba - Enable/disable selection of the external port from the port block allocation for NAT'ing privileged ports (deafult = disable). Valid values:
disable
,enable
. - Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Source
Endip string - Final IPv4 address (inclusive) in the range of the source addresses to be translated (format xxx.xxx.xxx.xxx, Default: 0.0.0.0).
- Source
Prefix6 string - Source IPv6 network to be translated (format = xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx/xxx, default = ::/0).
- Source
Startip string - First IPv4 address (inclusive) in the range of the source addresses to be translated (format xxx.xxx.xxx.xxx, Default: 0.0.0.0).
- Startip string
- First IPv4 address (inclusive) in the range for the address pool (format xxx.xxx.xxx.xxx, Default: 0.0.0.0).
- Startport float64
- Startport.
- Subnet
Broadcast stringIn Ippool - Enable/disable inclusion of the subnetwork address and broadcast IP address in the NAT64 IP pool. Valid values:
disable
,enable
. - Tcp
Session float64Quota - Maximum number of concurrent TCP sessions allowed per client (0 - 2097000, default = 0 which means no limit).
- Type string
- IP pool type (overload, one-to-one, fixed port range, or port block allocation). Valid values:
overload
,one-to-one
,fixed-port-range
,port-block-allocation
,cgn-resource-allocation
. - Udp
Session float64Quota - Maximum number of concurrent UDP sessions allowed per client (0 - 2097000, default = 0 which means no limit).
- Utilization
Alarm float64Clear - Pool utilization alarm clear threshold (40-100).
- Utilization
Alarm float64Raise - Pool utilization alarm raise threshold (50-100).
- _
scopes []ObjectFirewall Ippool Dynamic Mapping_Scope Args - _Scope. The structure of
_scope
block is documented below.
- _
scopes List<ObjectFirewall Ippool Dynamic Mapping_Scope> - _Scope. The structure of
_scope
block is documented below. - add
Nat64Route String - Enable/disable adding NAT64 route. Valid values:
disable
,enable
. - adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - arp
Intf String - Select an interface from available options that will reply to ARP requests. (If blank, any is selected).
- arp
Reply String - Enable/disable replying to ARP requests when an IP Pool is added to a policy (default = enable). Valid values:
disable
,enable
. - associated
Interface String - Associated interface name.
- block
Size Double - Number of addresses in a block (64 to 4096, default = 128).
- cgn
Block DoubleSize - Number of ports in a block(64 to 4096 in unit of 64, default = 128).
- cgn
Client StringEndip - Final client IPv4 address (inclusive) (format xxx.xxx.xxx.xxx, Default: 0.0.0.0).
- cgn
Client DoubleIpv6shift - Cgn-Client-Ipv6Shift.
- cgn
Client StringStartip - First client IPv4 address (inclusive) (format xxx.xxx.xxx.xxx, Default: 0.0.0.0).
- cgn
Fixedalloc String - Enable/disable fixed-allocation mode. Valid values:
disable
,enable
. - cgn
Overload String - Enable/disable overload mode. Valid values:
disable
,enable
. - cgn
Port DoubleEnd - Ending public port can be allocated.
- cgn
Port DoubleStart - Starting public port can be allocated.
- cgn
Spa String - Enable/disable single port allocation mode. Valid values:
disable
,enable
. - client
Prefix DoubleLength - Subnet length of a single deterministic NAT64 client (1 - 128, default = 64).
- comments String
- Comment.
- dynamic
Sort StringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- endip String
- Final IPv4 address (inclusive) in the range for the address pool (format xxx.xxx.xxx.xxx, Default: 0.0.0.0).
- endport Double
- Endport.
- exclude
Ips List<String> - Exclude IPs x.x.x.x.
- icmp
Session DoubleQuota - Maximum number of concurrent ICMP sessions allowed per client (0 - 2097000, default = 0 which means no limit).
- ippool String
- Ippool.
- nat64 String
- Enable/disable NAT64. Valid values:
disable
,enable
. - num
Blocks DoublePer User - Number of addresses blocks that can be used by a user (1 to 128, default = 8).
- object
Firewall StringIppool Dynamic Mapping Id - an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
- pba
Interim DoubleLog - Port block allocation interim logging interval (600 - 86400 seconds, default = 0 which disables interim logging).
- pba
Timeout Double - Port block allocation timeout (seconds).
- permit
Any StringHost - Enable/disable full cone NAT. Valid values:
disable
,enable
. - port
Per DoubleUser - Port-Per-User.
- privileged
Port StringUse Pba - Enable/disable selection of the external port from the port block allocation for NAT'ing privileged ports (deafult = disable). Valid values:
disable
,enable
. - scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - source
Endip String - Final IPv4 address (inclusive) in the range of the source addresses to be translated (format xxx.xxx.xxx.xxx, Default: 0.0.0.0).
- source
Prefix6 String - Source IPv6 network to be translated (format = xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx/xxx, default = ::/0).
- source
Startip String - First IPv4 address (inclusive) in the range of the source addresses to be translated (format xxx.xxx.xxx.xxx, Default: 0.0.0.0).
- startip String
- First IPv4 address (inclusive) in the range for the address pool (format xxx.xxx.xxx.xxx, Default: 0.0.0.0).
- startport Double
- Startport.
- subnet
Broadcast StringIn Ippool - Enable/disable inclusion of the subnetwork address and broadcast IP address in the NAT64 IP pool. Valid values:
disable
,enable
. - tcp
Session DoubleQuota - Maximum number of concurrent TCP sessions allowed per client (0 - 2097000, default = 0 which means no limit).
- type String
- IP pool type (overload, one-to-one, fixed port range, or port block allocation). Valid values:
overload
,one-to-one
,fixed-port-range
,port-block-allocation
,cgn-resource-allocation
. - udp
Session DoubleQuota - Maximum number of concurrent UDP sessions allowed per client (0 - 2097000, default = 0 which means no limit).
- utilization
Alarm DoubleClear - Pool utilization alarm clear threshold (40-100).
- utilization
Alarm DoubleRaise - Pool utilization alarm raise threshold (50-100).
- _
scopes ObjectFirewall Ippool Dynamic Mapping_Scope[] - _Scope. The structure of
_scope
block is documented below. - add
Nat64Route string - Enable/disable adding NAT64 route. Valid values:
disable
,enable
. - adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - arp
Intf string - Select an interface from available options that will reply to ARP requests. (If blank, any is selected).
- arp
Reply string - Enable/disable replying to ARP requests when an IP Pool is added to a policy (default = enable). Valid values:
disable
,enable
. - associated
Interface string - Associated interface name.
- block
Size number - Number of addresses in a block (64 to 4096, default = 128).
- cgn
Block numberSize - Number of ports in a block(64 to 4096 in unit of 64, default = 128).
- cgn
Client stringEndip - Final client IPv4 address (inclusive) (format xxx.xxx.xxx.xxx, Default: 0.0.0.0).
- cgn
Client numberIpv6shift - Cgn-Client-Ipv6Shift.
- cgn
Client stringStartip - First client IPv4 address (inclusive) (format xxx.xxx.xxx.xxx, Default: 0.0.0.0).
- cgn
Fixedalloc string - Enable/disable fixed-allocation mode. Valid values:
disable
,enable
. - cgn
Overload string - Enable/disable overload mode. Valid values:
disable
,enable
. - cgn
Port numberEnd - Ending public port can be allocated.
- cgn
Port numberStart - Starting public port can be allocated.
- cgn
Spa string - Enable/disable single port allocation mode. Valid values:
disable
,enable
. - client
Prefix numberLength - Subnet length of a single deterministic NAT64 client (1 - 128, default = 64).
- comments string
- Comment.
- dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- endip string
- Final IPv4 address (inclusive) in the range for the address pool (format xxx.xxx.xxx.xxx, Default: 0.0.0.0).
- endport number
- Endport.
- exclude
Ips string[] - Exclude IPs x.x.x.x.
- icmp
Session numberQuota - Maximum number of concurrent ICMP sessions allowed per client (0 - 2097000, default = 0 which means no limit).
- ippool string
- Ippool.
- nat64 string
- Enable/disable NAT64. Valid values:
disable
,enable
. - num
Blocks numberPer User - Number of addresses blocks that can be used by a user (1 to 128, default = 8).
- object
Firewall stringIppool Dynamic Mapping Id - an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
- pba
Interim numberLog - Port block allocation interim logging interval (600 - 86400 seconds, default = 0 which disables interim logging).
- pba
Timeout number - Port block allocation timeout (seconds).
- permit
Any stringHost - Enable/disable full cone NAT. Valid values:
disable
,enable
. - port
Per numberUser - Port-Per-User.
- privileged
Port stringUse Pba - Enable/disable selection of the external port from the port block allocation for NAT'ing privileged ports (deafult = disable). Valid values:
disable
,enable
. - scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - source
Endip string - Final IPv4 address (inclusive) in the range of the source addresses to be translated (format xxx.xxx.xxx.xxx, Default: 0.0.0.0).
- source
Prefix6 string - Source IPv6 network to be translated (format = xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx/xxx, default = ::/0).
- source
Startip string - First IPv4 address (inclusive) in the range of the source addresses to be translated (format xxx.xxx.xxx.xxx, Default: 0.0.0.0).
- startip string
- First IPv4 address (inclusive) in the range for the address pool (format xxx.xxx.xxx.xxx, Default: 0.0.0.0).
- startport number
- Startport.
- subnet
Broadcast stringIn Ippool - Enable/disable inclusion of the subnetwork address and broadcast IP address in the NAT64 IP pool. Valid values:
disable
,enable
. - tcp
Session numberQuota - Maximum number of concurrent TCP sessions allowed per client (0 - 2097000, default = 0 which means no limit).
- type string
- IP pool type (overload, one-to-one, fixed port range, or port block allocation). Valid values:
overload
,one-to-one
,fixed-port-range
,port-block-allocation
,cgn-resource-allocation
. - udp
Session numberQuota - Maximum number of concurrent UDP sessions allowed per client (0 - 2097000, default = 0 which means no limit).
- utilization
Alarm numberClear - Pool utilization alarm clear threshold (40-100).
- utilization
Alarm numberRaise - Pool utilization alarm raise threshold (50-100).
- _
scopes Sequence[ObjectFirewall Ippool Dynamic Mapping_Scope Args] - _Scope. The structure of
_scope
block is documented below. - add_
nat64_ strroute - Enable/disable adding NAT64 route. Valid values:
disable
,enable
. - adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - arp_
intf str - Select an interface from available options that will reply to ARP requests. (If blank, any is selected).
- arp_
reply str - Enable/disable replying to ARP requests when an IP Pool is added to a policy (default = enable). Valid values:
disable
,enable
. - associated_
interface str - Associated interface name.
- block_
size float - Number of addresses in a block (64 to 4096, default = 128).
- cgn_
block_ floatsize - Number of ports in a block(64 to 4096 in unit of 64, default = 128).
- cgn_
client_ strendip - Final client IPv4 address (inclusive) (format xxx.xxx.xxx.xxx, Default: 0.0.0.0).
- cgn_
client_ floatipv6shift - Cgn-Client-Ipv6Shift.
- cgn_
client_ strstartip - First client IPv4 address (inclusive) (format xxx.xxx.xxx.xxx, Default: 0.0.0.0).
- cgn_
fixedalloc str - Enable/disable fixed-allocation mode. Valid values:
disable
,enable
. - cgn_
overload str - Enable/disable overload mode. Valid values:
disable
,enable
. - cgn_
port_ floatend - Ending public port can be allocated.
- cgn_
port_ floatstart - Starting public port can be allocated.
- cgn_
spa str - Enable/disable single port allocation mode. Valid values:
disable
,enable
. - client_
prefix_ floatlength - Subnet length of a single deterministic NAT64 client (1 - 128, default = 64).
- comments str
- Comment.
- dynamic_
sort_ strsubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- endip str
- Final IPv4 address (inclusive) in the range for the address pool (format xxx.xxx.xxx.xxx, Default: 0.0.0.0).
- endport float
- Endport.
- exclude_
ips Sequence[str] - Exclude IPs x.x.x.x.
- icmp_
session_ floatquota - Maximum number of concurrent ICMP sessions allowed per client (0 - 2097000, default = 0 which means no limit).
- ippool str
- Ippool.
- nat64 str
- Enable/disable NAT64. Valid values:
disable
,enable
. - num_
blocks_ floatper_ user - Number of addresses blocks that can be used by a user (1 to 128, default = 8).
- object_
firewall_ strippool_ dynamic_ mapping_ id - an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
- pba_
interim_ floatlog - Port block allocation interim logging interval (600 - 86400 seconds, default = 0 which disables interim logging).
- pba_
timeout float - Port block allocation timeout (seconds).
- permit_
any_ strhost - Enable/disable full cone NAT. Valid values:
disable
,enable
. - port_
per_ floatuser - Port-Per-User.
- privileged_
port_ struse_ pba - Enable/disable selection of the external port from the port block allocation for NAT'ing privileged ports (deafult = disable). Valid values:
disable
,enable
. - scopetype str
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - source_
endip str - Final IPv4 address (inclusive) in the range of the source addresses to be translated (format xxx.xxx.xxx.xxx, Default: 0.0.0.0).
- source_
prefix6 str - Source IPv6 network to be translated (format = xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx/xxx, default = ::/0).
- source_
startip str - First IPv4 address (inclusive) in the range of the source addresses to be translated (format xxx.xxx.xxx.xxx, Default: 0.0.0.0).
- startip str
- First IPv4 address (inclusive) in the range for the address pool (format xxx.xxx.xxx.xxx, Default: 0.0.0.0).
- startport float
- Startport.
- subnet_
broadcast_ strin_ ippool - Enable/disable inclusion of the subnetwork address and broadcast IP address in the NAT64 IP pool. Valid values:
disable
,enable
. - tcp_
session_ floatquota - Maximum number of concurrent TCP sessions allowed per client (0 - 2097000, default = 0 which means no limit).
- type str
- IP pool type (overload, one-to-one, fixed port range, or port block allocation). Valid values:
overload
,one-to-one
,fixed-port-range
,port-block-allocation
,cgn-resource-allocation
. - udp_
session_ floatquota - Maximum number of concurrent UDP sessions allowed per client (0 - 2097000, default = 0 which means no limit).
- utilization_
alarm_ floatclear - Pool utilization alarm clear threshold (40-100).
- utilization_
alarm_ floatraise - Pool utilization alarm raise threshold (50-100).
- _
scopes List<Property Map> - _Scope. The structure of
_scope
block is documented below. - add
Nat64Route String - Enable/disable adding NAT64 route. Valid values:
disable
,enable
. - adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - arp
Intf String - Select an interface from available options that will reply to ARP requests. (If blank, any is selected).
- arp
Reply String - Enable/disable replying to ARP requests when an IP Pool is added to a policy (default = enable). Valid values:
disable
,enable
. - associated
Interface String - Associated interface name.
- block
Size Number - Number of addresses in a block (64 to 4096, default = 128).
- cgn
Block NumberSize - Number of ports in a block(64 to 4096 in unit of 64, default = 128).
- cgn
Client StringEndip - Final client IPv4 address (inclusive) (format xxx.xxx.xxx.xxx, Default: 0.0.0.0).
- cgn
Client NumberIpv6shift - Cgn-Client-Ipv6Shift.
- cgn
Client StringStartip - First client IPv4 address (inclusive) (format xxx.xxx.xxx.xxx, Default: 0.0.0.0).
- cgn
Fixedalloc String - Enable/disable fixed-allocation mode. Valid values:
disable
,enable
. - cgn
Overload String - Enable/disable overload mode. Valid values:
disable
,enable
. - cgn
Port NumberEnd - Ending public port can be allocated.
- cgn
Port NumberStart - Starting public port can be allocated.
- cgn
Spa String - Enable/disable single port allocation mode. Valid values:
disable
,enable
. - client
Prefix NumberLength - Subnet length of a single deterministic NAT64 client (1 - 128, default = 64).
- comments String
- Comment.
- dynamic
Sort StringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- endip String
- Final IPv4 address (inclusive) in the range for the address pool (format xxx.xxx.xxx.xxx, Default: 0.0.0.0).
- endport Number
- Endport.
- exclude
Ips List<String> - Exclude IPs x.x.x.x.
- icmp
Session NumberQuota - Maximum number of concurrent ICMP sessions allowed per client (0 - 2097000, default = 0 which means no limit).
- ippool String
- Ippool.
- nat64 String
- Enable/disable NAT64. Valid values:
disable
,enable
. - num
Blocks NumberPer User - Number of addresses blocks that can be used by a user (1 to 128, default = 8).
- object
Firewall StringIppool Dynamic Mapping Id - an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
- pba
Interim NumberLog - Port block allocation interim logging interval (600 - 86400 seconds, default = 0 which disables interim logging).
- pba
Timeout Number - Port block allocation timeout (seconds).
- permit
Any StringHost - Enable/disable full cone NAT. Valid values:
disable
,enable
. - port
Per NumberUser - Port-Per-User.
- privileged
Port StringUse Pba - Enable/disable selection of the external port from the port block allocation for NAT'ing privileged ports (deafult = disable). Valid values:
disable
,enable
. - scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - source
Endip String - Final IPv4 address (inclusive) in the range of the source addresses to be translated (format xxx.xxx.xxx.xxx, Default: 0.0.0.0).
- source
Prefix6 String - Source IPv6 network to be translated (format = xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx/xxx, default = ::/0).
- source
Startip String - First IPv4 address (inclusive) in the range of the source addresses to be translated (format xxx.xxx.xxx.xxx, Default: 0.0.0.0).
- startip String
- First IPv4 address (inclusive) in the range for the address pool (format xxx.xxx.xxx.xxx, Default: 0.0.0.0).
- startport Number
- Startport.
- subnet
Broadcast StringIn Ippool - Enable/disable inclusion of the subnetwork address and broadcast IP address in the NAT64 IP pool. Valid values:
disable
,enable
. - tcp
Session NumberQuota - Maximum number of concurrent TCP sessions allowed per client (0 - 2097000, default = 0 which means no limit).
- type String
- IP pool type (overload, one-to-one, fixed port range, or port block allocation). Valid values:
overload
,one-to-one
,fixed-port-range
,port-block-allocation
,cgn-resource-allocation
. - udp
Session NumberQuota - Maximum number of concurrent UDP sessions allowed per client (0 - 2097000, default = 0 which means no limit).
- utilization
Alarm NumberClear - Pool utilization alarm clear threshold (40-100).
- utilization
Alarm NumberRaise - Pool utilization alarm raise threshold (50-100).
Supporting Types
ObjectFirewallIppoolDynamicMapping_Scope, ObjectFirewallIppoolDynamicMapping_ScopeArgs
Import
ObjectFirewall IppoolDynamicMapping can be imported using any of these accepted formats:
Set import_options = [“ippool=YOUR_VALUE”] in the provider section.
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/objectFirewallIppoolDynamicMapping:ObjectFirewallIppoolDynamicMapping labelname {{_scope.name}}.{{_scope.vdom}}
$ unset “FORTIMANAGER_IMPORT_TABLE”
-> Hint: The scopetype and adom for import will directly inherit the scopetype and adom configuration of the provider.
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- fortimanager fortinetdev/terraform-provider-fortimanager
- License
- Notes
- This Pulumi package is based on the
fortimanager
Terraform Provider.