fortimanager.ObjectFirewallIppool
Explore with Pulumi AI
Configure IPv4 IP pools.
The following variables have sub resource. Avoid using them together, otherwise conflicts and overwrites may occur.
dynamic_mapping
:fortimanager.ObjectFirewallIppoolDynamicMapping
grp
:fortimanager.ObjectFirewallIppoolGrp
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as fortimanager from "@pulumi/fortimanager";
const trname = new fortimanager.ObjectFirewallIppool("trname", {
comments: "terraform-comment",
endip: "222.222.222.254",
startip: "222.222.222.0",
type: "overload",
});
import pulumi
import pulumi_fortimanager as fortimanager
trname = fortimanager.ObjectFirewallIppool("trname",
comments="terraform-comment",
endip="222.222.222.254",
startip="222.222.222.0",
type="overload")
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/fortimanager/fortimanager"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := fortimanager.NewObjectFirewallIppool(ctx, "trname", &fortimanager.ObjectFirewallIppoolArgs{
Comments: pulumi.String("terraform-comment"),
Endip: pulumi.String("222.222.222.254"),
Startip: pulumi.String("222.222.222.0"),
Type: pulumi.String("overload"),
})
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Fortimanager = Pulumi.Fortimanager;
return await Deployment.RunAsync(() =>
{
var trname = new Fortimanager.ObjectFirewallIppool("trname", new()
{
Comments = "terraform-comment",
Endip = "222.222.222.254",
Startip = "222.222.222.0",
Type = "overload",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.fortimanager.ObjectFirewallIppool;
import com.pulumi.fortimanager.ObjectFirewallIppoolArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var trname = new ObjectFirewallIppool("trname", ObjectFirewallIppoolArgs.builder()
.comments("terraform-comment")
.endip("222.222.222.254")
.startip("222.222.222.0")
.type("overload")
.build());
}
}
resources:
trname:
type: fortimanager:ObjectFirewallIppool
properties:
comments: terraform-comment
endip: 222.222.222.254
startip: 222.222.222.0
type: overload
Create ObjectFirewallIppool Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ObjectFirewallIppool(name: string, args?: ObjectFirewallIppoolArgs, opts?: CustomResourceOptions);
@overload
def ObjectFirewallIppool(resource_name: str,
args: Optional[ObjectFirewallIppoolArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def ObjectFirewallIppool(resource_name: str,
opts: Optional[ResourceOptions] = 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_mappings: Optional[Sequence[ObjectFirewallIppoolDynamicMappingArgs]] = 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,
name: Optional[str] = None,
nat64: Optional[str] = None,
num_blocks_per_user: Optional[float] = None,
object_firewall_ippool_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)
func NewObjectFirewallIppool(ctx *Context, name string, args *ObjectFirewallIppoolArgs, opts ...ResourceOption) (*ObjectFirewallIppool, error)
public ObjectFirewallIppool(string name, ObjectFirewallIppoolArgs? args = null, CustomResourceOptions? opts = null)
public ObjectFirewallIppool(String name, ObjectFirewallIppoolArgs args)
public ObjectFirewallIppool(String name, ObjectFirewallIppoolArgs args, CustomResourceOptions options)
type: fortimanager:ObjectFirewallIppool
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 ObjectFirewallIppoolArgs
- 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 ObjectFirewallIppoolArgs
- 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 ObjectFirewallIppoolArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectFirewallIppoolArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ObjectFirewallIppoolArgs
- 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 objectFirewallIppoolResource = new Fortimanager.ObjectFirewallIppool("objectFirewallIppoolResource", new()
{
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",
DynamicMappings = new[]
{
new Fortimanager.Inputs.ObjectFirewallIppoolDynamicMappingArgs
{
_scopes = new[]
{
new Fortimanager.Inputs.ObjectFirewallIppoolDynamicMapping_ScopeArgs
{
Name = "string",
Vdom = "string",
},
},
AddNat64Route = "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",
Endip = "string",
Endport = 0,
ExcludeIps = new[]
{
"string",
},
IcmpSessionQuota = 0,
Nat64 = "string",
NumBlocksPerUser = 0,
PbaInterimLog = 0,
PbaTimeout = 0,
PermitAnyHost = "string",
PortPerUser = 0,
PrivilegedPortUsePba = "string",
SourceEndip = "string",
SourcePrefix6 = "string",
SourceStartip = "string",
Startip = "string",
Startport = 0,
SubnetBroadcastInIppool = "string",
TcpSessionQuota = 0,
Type = "string",
UdpSessionQuota = 0,
UtilizationAlarmClear = 0,
UtilizationAlarmRaise = 0,
},
},
DynamicSortSubtable = "string",
Endip = "string",
Endport = 0,
ExcludeIps = new[]
{
"string",
},
IcmpSessionQuota = 0,
Name = "string",
Nat64 = "string",
NumBlocksPerUser = 0,
ObjectFirewallIppoolId = "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,
});
example, err := fortimanager.NewObjectFirewallIppool(ctx, "objectFirewallIppoolResource", &fortimanager.ObjectFirewallIppoolArgs{
AddNat64Route: pulumi.String("string"),
Adom: pulumi.String("string"),
ArpIntf: pulumi.String("string"),
ArpReply: 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"),
ClientPrefixLength: pulumi.Float64(0),
Comments: pulumi.String("string"),
DynamicMappings: .ObjectFirewallIppoolDynamicMappingTypeArray{
&.ObjectFirewallIppoolDynamicMappingTypeArgs{
_scopes: .ObjectFirewallIppoolDynamicMapping_ScopeArray{
&.ObjectFirewallIppoolDynamicMapping_ScopeArgs{
Name: pulumi.String("string"),
Vdom: pulumi.String("string"),
},
},
AddNat64Route: pulumi.String("string"),
ArpIntf: pulumi.String("string"),
ArpReply: 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"),
ClientPrefixLength: pulumi.Float64(0),
Comments: pulumi.String("string"),
Endip: pulumi.String("string"),
Endport: pulumi.Float64(0),
ExcludeIps: pulumi.StringArray{
pulumi.String("string"),
},
IcmpSessionQuota: pulumi.Float64(0),
Nat64: pulumi.String("string"),
NumBlocksPerUser: pulumi.Float64(0),
PbaInterimLog: pulumi.Float64(0),
PbaTimeout: pulumi.Float64(0),
PermitAnyHost: pulumi.String("string"),
PortPerUser: pulumi.Float64(0),
PrivilegedPortUsePba: 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),
UtilizationAlarmClear: pulumi.Float64(0),
UtilizationAlarmRaise: pulumi.Float64(0),
},
},
DynamicSortSubtable: pulumi.String("string"),
Endip: pulumi.String("string"),
Endport: pulumi.Float64(0),
ExcludeIps: pulumi.StringArray{
pulumi.String("string"),
},
IcmpSessionQuota: pulumi.Float64(0),
Name: pulumi.String("string"),
Nat64: pulumi.String("string"),
NumBlocksPerUser: pulumi.Float64(0),
ObjectFirewallIppoolId: 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),
UtilizationAlarmClear: pulumi.Float64(0),
UtilizationAlarmRaise: pulumi.Float64(0),
})
var objectFirewallIppoolResource = new ObjectFirewallIppool("objectFirewallIppoolResource", ObjectFirewallIppoolArgs.builder()
.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")
.dynamicMappings(ObjectFirewallIppoolDynamicMappingArgs.builder()
._scopes(ObjectFirewallIppoolDynamicMapping_ScopeArgs.builder()
.name("string")
.vdom("string")
.build())
.addNat64Route("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")
.endip("string")
.endport(0)
.excludeIps("string")
.icmpSessionQuota(0)
.nat64("string")
.numBlocksPerUser(0)
.pbaInterimLog(0)
.pbaTimeout(0)
.permitAnyHost("string")
.portPerUser(0)
.privilegedPortUsePba("string")
.sourceEndip("string")
.sourcePrefix6("string")
.sourceStartip("string")
.startip("string")
.startport(0)
.subnetBroadcastInIppool("string")
.tcpSessionQuota(0)
.type("string")
.udpSessionQuota(0)
.utilizationAlarmClear(0)
.utilizationAlarmRaise(0)
.build())
.dynamicSortSubtable("string")
.endip("string")
.endport(0)
.excludeIps("string")
.icmpSessionQuota(0)
.name("string")
.nat64("string")
.numBlocksPerUser(0)
.objectFirewallIppoolId("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)
.build());
object_firewall_ippool_resource = fortimanager.ObjectFirewallIppool("objectFirewallIppoolResource",
add_nat64_route="string",
adom="string",
arp_intf="string",
arp_reply="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",
client_prefix_length=0,
comments="string",
dynamic_mappings=[{
"_scopes": [{
"name": "string",
"vdom": "string",
}],
"add_nat64_route": "string",
"arp_intf": "string",
"arp_reply": "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",
"client_prefix_length": 0,
"comments": "string",
"endip": "string",
"endport": 0,
"exclude_ips": ["string"],
"icmp_session_quota": 0,
"nat64": "string",
"num_blocks_per_user": 0,
"pba_interim_log": 0,
"pba_timeout": 0,
"permit_any_host": "string",
"port_per_user": 0,
"privileged_port_use_pba": "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,
"utilization_alarm_clear": 0,
"utilization_alarm_raise": 0,
}],
dynamic_sort_subtable="string",
endip="string",
endport=0,
exclude_ips=["string"],
icmp_session_quota=0,
name="string",
nat64="string",
num_blocks_per_user=0,
object_firewall_ippool_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,
utilization_alarm_clear=0,
utilization_alarm_raise=0)
const objectFirewallIppoolResource = new fortimanager.ObjectFirewallIppool("objectFirewallIppoolResource", {
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",
dynamicMappings: [{
_scopes: [{
name: "string",
vdom: "string",
}],
addNat64Route: "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",
endip: "string",
endport: 0,
excludeIps: ["string"],
icmpSessionQuota: 0,
nat64: "string",
numBlocksPerUser: 0,
pbaInterimLog: 0,
pbaTimeout: 0,
permitAnyHost: "string",
portPerUser: 0,
privilegedPortUsePba: "string",
sourceEndip: "string",
sourcePrefix6: "string",
sourceStartip: "string",
startip: "string",
startport: 0,
subnetBroadcastInIppool: "string",
tcpSessionQuota: 0,
type: "string",
udpSessionQuota: 0,
utilizationAlarmClear: 0,
utilizationAlarmRaise: 0,
}],
dynamicSortSubtable: "string",
endip: "string",
endport: 0,
excludeIps: ["string"],
icmpSessionQuota: 0,
name: "string",
nat64: "string",
numBlocksPerUser: 0,
objectFirewallIppoolId: "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,
});
type: fortimanager:ObjectFirewallIppool
properties:
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
dynamicMappings:
- _scopes:
- name: string
vdom: string
addNat64Route: 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
endip: string
endport: 0
excludeIps:
- string
icmpSessionQuota: 0
nat64: string
numBlocksPerUser: 0
pbaInterimLog: 0
pbaTimeout: 0
permitAnyHost: string
portPerUser: 0
privilegedPortUsePba: string
sourceEndip: string
sourcePrefix6: string
sourceStartip: string
startip: string
startport: 0
subnetBroadcastInIppool: string
tcpSessionQuota: 0
type: string
udpSessionQuota: 0
utilizationAlarmClear: 0
utilizationAlarmRaise: 0
dynamicSortSubtable: string
endip: string
endport: 0
excludeIps:
- string
icmpSessionQuota: 0
name: string
nat64: string
numBlocksPerUser: 0
objectFirewallIppoolId: 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
ObjectFirewallIppool 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 ObjectFirewallIppool resource accepts the following input properties:
- 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 - IPv6 shift for fixed-allocation.(default 0)
- 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
Mappings List<ObjectFirewall Ippool Dynamic Mapping> - Dynamic_Mapping. The structure of
dynamic_mapping
block is documented below. - 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
- Final port number (inclusive) in the range for the address pool (Default: 65533).
- 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).
- Name string
- IP pool name.
- 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 Id - an identifier for the resource with format {{name}}.
- 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 - Number of port for each user (32 to 60416, default = 0, auto).
- 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
- First port number (inclusive) in the range for the address pool (Default: 5117).
- 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).
- 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 - IPv6 shift for fixed-allocation.(default 0)
- 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
Mappings []ObjectFirewall Ippool Dynamic Mapping Type Args - Dynamic_Mapping. The structure of
dynamic_mapping
block is documented below. - 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
- Final port number (inclusive) in the range for the address pool (Default: 65533).
- 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).
- Name string
- IP pool name.
- 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 Id - an identifier for the resource with format {{name}}.
- 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 - Number of port for each user (32 to 60416, default = 0, auto).
- 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
- First port number (inclusive) in the range for the address pool (Default: 5117).
- 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).
- 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 - IPv6 shift for fixed-allocation.(default 0)
- 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
Mappings List<ObjectFirewall Ippool Dynamic Mapping> - Dynamic_Mapping. The structure of
dynamic_mapping
block is documented below. - 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
- Final port number (inclusive) in the range for the address pool (Default: 65533).
- 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).
- name String
- IP pool name.
- 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 Id - an identifier for the resource with format {{name}}.
- 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 - Number of port for each user (32 to 60416, default = 0, auto).
- 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
- First port number (inclusive) in the range for the address pool (Default: 5117).
- 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).
- 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 - IPv6 shift for fixed-allocation.(default 0)
- 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
Mappings ObjectFirewall Ippool Dynamic Mapping[] - Dynamic_Mapping. The structure of
dynamic_mapping
block is documented below. - 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
- Final port number (inclusive) in the range for the address pool (Default: 65533).
- 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).
- name string
- IP pool name.
- 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 Id - an identifier for the resource with format {{name}}.
- 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 - Number of port for each user (32 to 60416, default = 0, auto).
- 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
- First port number (inclusive) in the range for the address pool (Default: 5117).
- 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).
- 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 - IPv6 shift for fixed-allocation.(default 0)
- 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_
mappings Sequence[ObjectFirewall Ippool Dynamic Mapping Args] - Dynamic_Mapping. The structure of
dynamic_mapping
block is documented below. - 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
- Final port number (inclusive) in the range for the address pool (Default: 65533).
- 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).
- name str
- IP pool name.
- 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_ id - an identifier for the resource with format {{name}}.
- 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 - Number of port for each user (32 to 60416, default = 0, auto).
- 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
- First port number (inclusive) in the range for the address pool (Default: 5117).
- 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).
- 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 - IPv6 shift for fixed-allocation.(default 0)
- 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
Mappings List<Property Map> - Dynamic_Mapping. The structure of
dynamic_mapping
block is documented below. - 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
- Final port number (inclusive) in the range for the address pool (Default: 65533).
- 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).
- name String
- IP pool name.
- 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 Id - an identifier for the resource with format {{name}}.
- 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 - Number of port for each user (32 to 60416, default = 0, auto).
- 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
- First port number (inclusive) in the range for the address pool (Default: 5117).
- 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 ObjectFirewallIppool 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 ObjectFirewallIppool Resource
Get an existing ObjectFirewallIppool 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?: ObjectFirewallIppoolState, opts?: CustomResourceOptions): ObjectFirewallIppool
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = 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_mappings: Optional[Sequence[ObjectFirewallIppoolDynamicMappingArgs]] = 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,
name: Optional[str] = None,
nat64: Optional[str] = None,
num_blocks_per_user: Optional[float] = None,
object_firewall_ippool_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) -> ObjectFirewallIppool
func GetObjectFirewallIppool(ctx *Context, name string, id IDInput, state *ObjectFirewallIppoolState, opts ...ResourceOption) (*ObjectFirewallIppool, error)
public static ObjectFirewallIppool Get(string name, Input<string> id, ObjectFirewallIppoolState? state, CustomResourceOptions? opts = null)
public static ObjectFirewallIppool get(String name, Output<String> id, ObjectFirewallIppoolState state, CustomResourceOptions options)
resources: _: type: fortimanager:ObjectFirewallIppool 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 - IPv6 shift for fixed-allocation.(default 0)
- 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
Mappings List<ObjectFirewall Ippool Dynamic Mapping> - Dynamic_Mapping. The structure of
dynamic_mapping
block is documented below. - 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
- Final port number (inclusive) in the range for the address pool (Default: 65533).
- 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).
- Name string
- IP pool name.
- 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 Id - an identifier for the resource with format {{name}}.
- 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 - Number of port for each user (32 to 60416, default = 0, auto).
- 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
- First port number (inclusive) in the range for the address pool (Default: 5117).
- 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).
- 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 - IPv6 shift for fixed-allocation.(default 0)
- 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
Mappings []ObjectFirewall Ippool Dynamic Mapping Type Args - Dynamic_Mapping. The structure of
dynamic_mapping
block is documented below. - 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
- Final port number (inclusive) in the range for the address pool (Default: 65533).
- 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).
- Name string
- IP pool name.
- 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 Id - an identifier for the resource with format {{name}}.
- 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 - Number of port for each user (32 to 60416, default = 0, auto).
- 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
- First port number (inclusive) in the range for the address pool (Default: 5117).
- 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).
- 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 - IPv6 shift for fixed-allocation.(default 0)
- 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
Mappings List<ObjectFirewall Ippool Dynamic Mapping> - Dynamic_Mapping. The structure of
dynamic_mapping
block is documented below. - 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
- Final port number (inclusive) in the range for the address pool (Default: 65533).
- 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).
- name String
- IP pool name.
- 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 Id - an identifier for the resource with format {{name}}.
- 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 - Number of port for each user (32 to 60416, default = 0, auto).
- 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
- First port number (inclusive) in the range for the address pool (Default: 5117).
- 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).
- 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 - IPv6 shift for fixed-allocation.(default 0)
- 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
Mappings ObjectFirewall Ippool Dynamic Mapping[] - Dynamic_Mapping. The structure of
dynamic_mapping
block is documented below. - 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
- Final port number (inclusive) in the range for the address pool (Default: 65533).
- 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).
- name string
- IP pool name.
- 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 Id - an identifier for the resource with format {{name}}.
- 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 - Number of port for each user (32 to 60416, default = 0, auto).
- 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
- First port number (inclusive) in the range for the address pool (Default: 5117).
- 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).
- 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 - IPv6 shift for fixed-allocation.(default 0)
- 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_
mappings Sequence[ObjectFirewall Ippool Dynamic Mapping Args] - Dynamic_Mapping. The structure of
dynamic_mapping
block is documented below. - 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
- Final port number (inclusive) in the range for the address pool (Default: 65533).
- 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).
- name str
- IP pool name.
- 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_ id - an identifier for the resource with format {{name}}.
- 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 - Number of port for each user (32 to 60416, default = 0, auto).
- 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
- First port number (inclusive) in the range for the address pool (Default: 5117).
- 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).
- 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 - IPv6 shift for fixed-allocation.(default 0)
- 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
Mappings List<Property Map> - Dynamic_Mapping. The structure of
dynamic_mapping
block is documented below. - 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
- Final port number (inclusive) in the range for the address pool (Default: 65533).
- 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).
- name String
- IP pool name.
- 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 Id - an identifier for the resource with format {{name}}.
- 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 - Number of port for each user (32 to 60416, default = 0, auto).
- 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
- First port number (inclusive) in the range for the address pool (Default: 5117).
- 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, ObjectFirewallIppoolDynamicMappingArgs
- Add
Nat64Route string - Enable/disable adding NAT64 route. Valid values:
disable
,enable
. - 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.
- 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).
- 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
. - 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
. - 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.
- 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).
- 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
. - 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 - _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
. - 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.
- 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).
- 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
. - 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
. - 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.
- 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).
- 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
. - 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] - _Scope. The structure of
_scope
block is documented below. - add_
nat64_ strroute - Enable/disable adding NAT64 route. Valid values:
disable
,enable
. - 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.
- 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).
- 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
. - 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
. - 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.
- 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).
- 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
. - 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).
ObjectFirewallIppoolDynamicMapping_Scope, ObjectFirewallIppoolDynamicMapping_ScopeArgs
Import
ObjectFirewall Ippool can be imported using any of these accepted formats:
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/objectFirewallIppool:ObjectFirewallIppool labelname {{name}}
$ 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.