fortimanager.ObjectFirewallIppool6
Explore with Pulumi AI
Configure IPv6 IP pools.
The following variables have sub resource. Avoid using them together, otherwise conflicts and overwrites may occur.
dynamic_mapping
:fortimanager.ObjectFirewallIppool6DynamicMapping
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as fortimanager from "@pulumi/fortimanager";
const trname = new fortimanager.ObjectFirewallIppool6("trname", {
comments: "terraform-comment",
endip: "2001::101",
startip: "2001::0",
});
import pulumi
import pulumi_fortimanager as fortimanager
trname = fortimanager.ObjectFirewallIppool6("trname",
comments="terraform-comment",
endip="2001::101",
startip="2001::0")
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.NewObjectFirewallIppool6(ctx, "trname", &fortimanager.ObjectFirewallIppool6Args{
Comments: pulumi.String("terraform-comment"),
Endip: pulumi.String("2001::101"),
Startip: pulumi.String("2001::0"),
})
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.ObjectFirewallIppool6("trname", new()
{
Comments = "terraform-comment",
Endip = "2001::101",
Startip = "2001::0",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.fortimanager.ObjectFirewallIppool6;
import com.pulumi.fortimanager.ObjectFirewallIppool6Args;
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 ObjectFirewallIppool6("trname", ObjectFirewallIppool6Args.builder()
.comments("terraform-comment")
.endip("2001::101")
.startip("2001::0")
.build());
}
}
resources:
trname:
type: fortimanager:ObjectFirewallIppool6
properties:
comments: terraform-comment
endip: 2001::101
startip: 2001::0
Create ObjectFirewallIppool6 Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ObjectFirewallIppool6(name: string, args?: ObjectFirewallIppool6Args, opts?: CustomResourceOptions);
@overload
def ObjectFirewallIppool6(resource_name: str,
args: Optional[ObjectFirewallIppool6Args] = None,
opts: Optional[ResourceOptions] = None)
@overload
def ObjectFirewallIppool6(resource_name: str,
opts: Optional[ResourceOptions] = None,
add_nat46_route: Optional[str] = None,
adom: Optional[str] = None,
comments: Optional[str] = None,
dynamic_mappings: Optional[Sequence[ObjectFirewallIppool6DynamicMappingArgs]] = None,
dynamic_sort_subtable: Optional[str] = None,
endip: Optional[str] = None,
external_prefix: Optional[str] = None,
internal_prefix: Optional[str] = None,
name: Optional[str] = None,
nat46: Optional[str] = None,
object_firewall_ippool6_id: Optional[str] = None,
scopetype: Optional[str] = None,
startip: Optional[str] = None,
type: Optional[str] = None)
func NewObjectFirewallIppool6(ctx *Context, name string, args *ObjectFirewallIppool6Args, opts ...ResourceOption) (*ObjectFirewallIppool6, error)
public ObjectFirewallIppool6(string name, ObjectFirewallIppool6Args? args = null, CustomResourceOptions? opts = null)
public ObjectFirewallIppool6(String name, ObjectFirewallIppool6Args args)
public ObjectFirewallIppool6(String name, ObjectFirewallIppool6Args args, CustomResourceOptions options)
type: fortimanager:ObjectFirewallIppool6
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 ObjectFirewallIppool6Args
- 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 ObjectFirewallIppool6Args
- 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 ObjectFirewallIppool6Args
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectFirewallIppool6Args
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ObjectFirewallIppool6Args
- 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 objectFirewallIppool6Resource = new Fortimanager.ObjectFirewallIppool6("objectFirewallIppool6Resource", new()
{
AddNat46Route = "string",
Adom = "string",
Comments = "string",
DynamicMappings = new[]
{
new Fortimanager.Inputs.ObjectFirewallIppool6DynamicMappingArgs
{
_scopes = new[]
{
new Fortimanager.Inputs.ObjectFirewallIppool6DynamicMapping_ScopeArgs
{
Name = "string",
Vdom = "string",
},
},
AddNat46Route = "string",
Comments = "string",
Endip = "string",
ExternalPrefix = "string",
InternalPrefix = "string",
Nat46 = "string",
Startip = "string",
Type = "string",
},
},
DynamicSortSubtable = "string",
Endip = "string",
ExternalPrefix = "string",
InternalPrefix = "string",
Name = "string",
Nat46 = "string",
ObjectFirewallIppool6Id = "string",
Scopetype = "string",
Startip = "string",
Type = "string",
});
example, err := fortimanager.NewObjectFirewallIppool6(ctx, "objectFirewallIppool6Resource", &fortimanager.ObjectFirewallIppool6Args{
AddNat46Route: pulumi.String("string"),
Adom: pulumi.String("string"),
Comments: pulumi.String("string"),
DynamicMappings: .ObjectFirewallIppool6DynamicMappingTypeArray{
&.ObjectFirewallIppool6DynamicMappingTypeArgs{
_scopes: .ObjectFirewallIppool6DynamicMapping_ScopeArray{
&.ObjectFirewallIppool6DynamicMapping_ScopeArgs{
Name: pulumi.String("string"),
Vdom: pulumi.String("string"),
},
},
AddNat46Route: pulumi.String("string"),
Comments: pulumi.String("string"),
Endip: pulumi.String("string"),
ExternalPrefix: pulumi.String("string"),
InternalPrefix: pulumi.String("string"),
Nat46: pulumi.String("string"),
Startip: pulumi.String("string"),
Type: pulumi.String("string"),
},
},
DynamicSortSubtable: pulumi.String("string"),
Endip: pulumi.String("string"),
ExternalPrefix: pulumi.String("string"),
InternalPrefix: pulumi.String("string"),
Name: pulumi.String("string"),
Nat46: pulumi.String("string"),
ObjectFirewallIppool6Id: pulumi.String("string"),
Scopetype: pulumi.String("string"),
Startip: pulumi.String("string"),
Type: pulumi.String("string"),
})
var objectFirewallIppool6Resource = new ObjectFirewallIppool6("objectFirewallIppool6Resource", ObjectFirewallIppool6Args.builder()
.addNat46Route("string")
.adom("string")
.comments("string")
.dynamicMappings(ObjectFirewallIppool6DynamicMappingArgs.builder()
._scopes(ObjectFirewallIppool6DynamicMapping_ScopeArgs.builder()
.name("string")
.vdom("string")
.build())
.addNat46Route("string")
.comments("string")
.endip("string")
.externalPrefix("string")
.internalPrefix("string")
.nat46("string")
.startip("string")
.type("string")
.build())
.dynamicSortSubtable("string")
.endip("string")
.externalPrefix("string")
.internalPrefix("string")
.name("string")
.nat46("string")
.objectFirewallIppool6Id("string")
.scopetype("string")
.startip("string")
.type("string")
.build());
object_firewall_ippool6_resource = fortimanager.ObjectFirewallIppool6("objectFirewallIppool6Resource",
add_nat46_route="string",
adom="string",
comments="string",
dynamic_mappings=[{
"_scopes": [{
"name": "string",
"vdom": "string",
}],
"add_nat46_route": "string",
"comments": "string",
"endip": "string",
"external_prefix": "string",
"internal_prefix": "string",
"nat46": "string",
"startip": "string",
"type": "string",
}],
dynamic_sort_subtable="string",
endip="string",
external_prefix="string",
internal_prefix="string",
name="string",
nat46="string",
object_firewall_ippool6_id="string",
scopetype="string",
startip="string",
type="string")
const objectFirewallIppool6Resource = new fortimanager.ObjectFirewallIppool6("objectFirewallIppool6Resource", {
addNat46Route: "string",
adom: "string",
comments: "string",
dynamicMappings: [{
_scopes: [{
name: "string",
vdom: "string",
}],
addNat46Route: "string",
comments: "string",
endip: "string",
externalPrefix: "string",
internalPrefix: "string",
nat46: "string",
startip: "string",
type: "string",
}],
dynamicSortSubtable: "string",
endip: "string",
externalPrefix: "string",
internalPrefix: "string",
name: "string",
nat46: "string",
objectFirewallIppool6Id: "string",
scopetype: "string",
startip: "string",
type: "string",
});
type: fortimanager:ObjectFirewallIppool6
properties:
addNat46Route: string
adom: string
comments: string
dynamicMappings:
- _scopes:
- name: string
vdom: string
addNat46Route: string
comments: string
endip: string
externalPrefix: string
internalPrefix: string
nat46: string
startip: string
type: string
dynamicSortSubtable: string
endip: string
externalPrefix: string
internalPrefix: string
name: string
nat46: string
objectFirewallIppool6Id: string
scopetype: string
startip: string
type: string
ObjectFirewallIppool6 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 ObjectFirewallIppool6 resource accepts the following input properties:
- Add
Nat46Route string - Enable/disable adding NAT46 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. - Comments string
- Comment.
- Dynamic
Mappings List<ObjectFirewall Ippool6Dynamic 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 IPv6 address (inclusive) in the range for the address pool (format xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx, Default: ::).
- External
Prefix string - Support meta variable External NPTv6 prefix length (32 - 64).
- Internal
Prefix string - Support meta variable Internal NPTv6 prefix length (32 - 64).
- Name string
- IPv6 IP pool name.
- Nat46 string
- Enable/disable NAT46. Valid values:
disable
,enable
. - Object
Firewall stringIppool6Id - an identifier for the resource with format {{name}}.
- 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
. - Startip string
- First IPv6 address (inclusive) in the range for the address pool (format xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx, Default: ::).
- Type string
- Configure IPv6 pool type (overload or NPTv6). Valid values:
overload
,nptv6
.
- Add
Nat46Route string - Enable/disable adding NAT46 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. - Comments string
- Comment.
- Dynamic
Mappings []ObjectFirewall Ippool6Dynamic 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 IPv6 address (inclusive) in the range for the address pool (format xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx, Default: ::).
- External
Prefix string - Support meta variable External NPTv6 prefix length (32 - 64).
- Internal
Prefix string - Support meta variable Internal NPTv6 prefix length (32 - 64).
- Name string
- IPv6 IP pool name.
- Nat46 string
- Enable/disable NAT46. Valid values:
disable
,enable
. - Object
Firewall stringIppool6Id - an identifier for the resource with format {{name}}.
- 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
. - Startip string
- First IPv6 address (inclusive) in the range for the address pool (format xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx, Default: ::).
- Type string
- Configure IPv6 pool type (overload or NPTv6). Valid values:
overload
,nptv6
.
- add
Nat46Route String - Enable/disable adding NAT46 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. - comments String
- Comment.
- dynamic
Mappings List<ObjectFirewall Ippool6Dynamic 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 IPv6 address (inclusive) in the range for the address pool (format xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx, Default: ::).
- external
Prefix String - Support meta variable External NPTv6 prefix length (32 - 64).
- internal
Prefix String - Support meta variable Internal NPTv6 prefix length (32 - 64).
- name String
- IPv6 IP pool name.
- nat46 String
- Enable/disable NAT46. Valid values:
disable
,enable
. - object
Firewall StringIppool6Id - an identifier for the resource with format {{name}}.
- 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
. - startip String
- First IPv6 address (inclusive) in the range for the address pool (format xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx, Default: ::).
- type String
- Configure IPv6 pool type (overload or NPTv6). Valid values:
overload
,nptv6
.
- add
Nat46Route string - Enable/disable adding NAT46 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. - comments string
- Comment.
- dynamic
Mappings ObjectFirewall Ippool6Dynamic 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 IPv6 address (inclusive) in the range for the address pool (format xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx, Default: ::).
- external
Prefix string - Support meta variable External NPTv6 prefix length (32 - 64).
- internal
Prefix string - Support meta variable Internal NPTv6 prefix length (32 - 64).
- name string
- IPv6 IP pool name.
- nat46 string
- Enable/disable NAT46. Valid values:
disable
,enable
. - object
Firewall stringIppool6Id - an identifier for the resource with format {{name}}.
- 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
. - startip string
- First IPv6 address (inclusive) in the range for the address pool (format xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx, Default: ::).
- type string
- Configure IPv6 pool type (overload or NPTv6). Valid values:
overload
,nptv6
.
- add_
nat46_ strroute - Enable/disable adding NAT46 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. - comments str
- Comment.
- dynamic_
mappings Sequence[ObjectFirewall Ippool6Dynamic 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 IPv6 address (inclusive) in the range for the address pool (format xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx, Default: ::).
- external_
prefix str - Support meta variable External NPTv6 prefix length (32 - 64).
- internal_
prefix str - Support meta variable Internal NPTv6 prefix length (32 - 64).
- name str
- IPv6 IP pool name.
- nat46 str
- Enable/disable NAT46. Valid values:
disable
,enable
. - object_
firewall_ strippool6_ id - an identifier for the resource with format {{name}}.
- 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
. - startip str
- First IPv6 address (inclusive) in the range for the address pool (format xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx, Default: ::).
- type str
- Configure IPv6 pool type (overload or NPTv6). Valid values:
overload
,nptv6
.
- add
Nat46Route String - Enable/disable adding NAT46 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. - 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 IPv6 address (inclusive) in the range for the address pool (format xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx, Default: ::).
- external
Prefix String - Support meta variable External NPTv6 prefix length (32 - 64).
- internal
Prefix String - Support meta variable Internal NPTv6 prefix length (32 - 64).
- name String
- IPv6 IP pool name.
- nat46 String
- Enable/disable NAT46. Valid values:
disable
,enable
. - object
Firewall StringIppool6Id - an identifier for the resource with format {{name}}.
- 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
. - startip String
- First IPv6 address (inclusive) in the range for the address pool (format xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx, Default: ::).
- type String
- Configure IPv6 pool type (overload or NPTv6). Valid values:
overload
,nptv6
.
Outputs
All input properties are implicitly available as output properties. Additionally, the ObjectFirewallIppool6 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 ObjectFirewallIppool6 Resource
Get an existing ObjectFirewallIppool6 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?: ObjectFirewallIppool6State, opts?: CustomResourceOptions): ObjectFirewallIppool6
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
add_nat46_route: Optional[str] = None,
adom: Optional[str] = None,
comments: Optional[str] = None,
dynamic_mappings: Optional[Sequence[ObjectFirewallIppool6DynamicMappingArgs]] = None,
dynamic_sort_subtable: Optional[str] = None,
endip: Optional[str] = None,
external_prefix: Optional[str] = None,
internal_prefix: Optional[str] = None,
name: Optional[str] = None,
nat46: Optional[str] = None,
object_firewall_ippool6_id: Optional[str] = None,
scopetype: Optional[str] = None,
startip: Optional[str] = None,
type: Optional[str] = None) -> ObjectFirewallIppool6
func GetObjectFirewallIppool6(ctx *Context, name string, id IDInput, state *ObjectFirewallIppool6State, opts ...ResourceOption) (*ObjectFirewallIppool6, error)
public static ObjectFirewallIppool6 Get(string name, Input<string> id, ObjectFirewallIppool6State? state, CustomResourceOptions? opts = null)
public static ObjectFirewallIppool6 get(String name, Output<String> id, ObjectFirewallIppool6State state, CustomResourceOptions options)
resources: _: type: fortimanager:ObjectFirewallIppool6 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
Nat46Route string - Enable/disable adding NAT46 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. - Comments string
- Comment.
- Dynamic
Mappings List<ObjectFirewall Ippool6Dynamic 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 IPv6 address (inclusive) in the range for the address pool (format xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx, Default: ::).
- External
Prefix string - Support meta variable External NPTv6 prefix length (32 - 64).
- Internal
Prefix string - Support meta variable Internal NPTv6 prefix length (32 - 64).
- Name string
- IPv6 IP pool name.
- Nat46 string
- Enable/disable NAT46. Valid values:
disable
,enable
. - Object
Firewall stringIppool6Id - an identifier for the resource with format {{name}}.
- 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
. - Startip string
- First IPv6 address (inclusive) in the range for the address pool (format xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx, Default: ::).
- Type string
- Configure IPv6 pool type (overload or NPTv6). Valid values:
overload
,nptv6
.
- Add
Nat46Route string - Enable/disable adding NAT46 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. - Comments string
- Comment.
- Dynamic
Mappings []ObjectFirewall Ippool6Dynamic 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 IPv6 address (inclusive) in the range for the address pool (format xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx, Default: ::).
- External
Prefix string - Support meta variable External NPTv6 prefix length (32 - 64).
- Internal
Prefix string - Support meta variable Internal NPTv6 prefix length (32 - 64).
- Name string
- IPv6 IP pool name.
- Nat46 string
- Enable/disable NAT46. Valid values:
disable
,enable
. - Object
Firewall stringIppool6Id - an identifier for the resource with format {{name}}.
- 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
. - Startip string
- First IPv6 address (inclusive) in the range for the address pool (format xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx, Default: ::).
- Type string
- Configure IPv6 pool type (overload or NPTv6). Valid values:
overload
,nptv6
.
- add
Nat46Route String - Enable/disable adding NAT46 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. - comments String
- Comment.
- dynamic
Mappings List<ObjectFirewall Ippool6Dynamic 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 IPv6 address (inclusive) in the range for the address pool (format xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx, Default: ::).
- external
Prefix String - Support meta variable External NPTv6 prefix length (32 - 64).
- internal
Prefix String - Support meta variable Internal NPTv6 prefix length (32 - 64).
- name String
- IPv6 IP pool name.
- nat46 String
- Enable/disable NAT46. Valid values:
disable
,enable
. - object
Firewall StringIppool6Id - an identifier for the resource with format {{name}}.
- 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
. - startip String
- First IPv6 address (inclusive) in the range for the address pool (format xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx, Default: ::).
- type String
- Configure IPv6 pool type (overload or NPTv6). Valid values:
overload
,nptv6
.
- add
Nat46Route string - Enable/disable adding NAT46 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. - comments string
- Comment.
- dynamic
Mappings ObjectFirewall Ippool6Dynamic 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 IPv6 address (inclusive) in the range for the address pool (format xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx, Default: ::).
- external
Prefix string - Support meta variable External NPTv6 prefix length (32 - 64).
- internal
Prefix string - Support meta variable Internal NPTv6 prefix length (32 - 64).
- name string
- IPv6 IP pool name.
- nat46 string
- Enable/disable NAT46. Valid values:
disable
,enable
. - object
Firewall stringIppool6Id - an identifier for the resource with format {{name}}.
- 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
. - startip string
- First IPv6 address (inclusive) in the range for the address pool (format xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx, Default: ::).
- type string
- Configure IPv6 pool type (overload or NPTv6). Valid values:
overload
,nptv6
.
- add_
nat46_ strroute - Enable/disable adding NAT46 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. - comments str
- Comment.
- dynamic_
mappings Sequence[ObjectFirewall Ippool6Dynamic 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 IPv6 address (inclusive) in the range for the address pool (format xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx, Default: ::).
- external_
prefix str - Support meta variable External NPTv6 prefix length (32 - 64).
- internal_
prefix str - Support meta variable Internal NPTv6 prefix length (32 - 64).
- name str
- IPv6 IP pool name.
- nat46 str
- Enable/disable NAT46. Valid values:
disable
,enable
. - object_
firewall_ strippool6_ id - an identifier for the resource with format {{name}}.
- 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
. - startip str
- First IPv6 address (inclusive) in the range for the address pool (format xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx, Default: ::).
- type str
- Configure IPv6 pool type (overload or NPTv6). Valid values:
overload
,nptv6
.
- add
Nat46Route String - Enable/disable adding NAT46 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. - 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 IPv6 address (inclusive) in the range for the address pool (format xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx, Default: ::).
- external
Prefix String - Support meta variable External NPTv6 prefix length (32 - 64).
- internal
Prefix String - Support meta variable Internal NPTv6 prefix length (32 - 64).
- name String
- IPv6 IP pool name.
- nat46 String
- Enable/disable NAT46. Valid values:
disable
,enable
. - object
Firewall StringIppool6Id - an identifier for the resource with format {{name}}.
- 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
. - startip String
- First IPv6 address (inclusive) in the range for the address pool (format xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx, Default: ::).
- type String
- Configure IPv6 pool type (overload or NPTv6). Valid values:
overload
,nptv6
.
Supporting Types
ObjectFirewallIppool6DynamicMapping, ObjectFirewallIppool6DynamicMappingArgs
- Add
Nat46Route string - Enable/disable adding NAT46 route. Valid values:
disable
,enable
. - Comments string
- Comment.
- Endip string
- Final IPv6 address (inclusive) in the range for the address pool (format xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx, Default: ::).
- External
Prefix string - Support meta variable External NPTv6 prefix length (32 - 64).
- Internal
Prefix string - Support meta variable Internal NPTv6 prefix length (32 - 64).
- Nat46 string
- Enable/disable NAT46. Valid values:
disable
,enable
. - Startip string
- First IPv6 address (inclusive) in the range for the address pool (format xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx, Default: ::).
- Type string
- Configure IPv6 pool type (overload or NPTv6). Valid values:
overload
,nptv6
. - _
scopes List<ObjectFirewall Ippool6Dynamic Mapping_Scope> - _Scope. The structure of
_scope
block is documented below.
- Add
Nat46Route string - Enable/disable adding NAT46 route. Valid values:
disable
,enable
. - Comments string
- Comment.
- Endip string
- Final IPv6 address (inclusive) in the range for the address pool (format xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx, Default: ::).
- External
Prefix string - Support meta variable External NPTv6 prefix length (32 - 64).
- Internal
Prefix string - Support meta variable Internal NPTv6 prefix length (32 - 64).
- Nat46 string
- Enable/disable NAT46. Valid values:
disable
,enable
. - Startip string
- First IPv6 address (inclusive) in the range for the address pool (format xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx, Default: ::).
- Type string
- Configure IPv6 pool type (overload or NPTv6). Valid values:
overload
,nptv6
. - _
scopes []ObjectFirewall Ippool6Dynamic Mapping_Scope - _Scope. The structure of
_scope
block is documented below.
- _
scopes List<ObjectFirewall Ippool6Dynamic Mapping_Scope> - _Scope. The structure of
_scope
block is documented below. - add
Nat46Route String - Enable/disable adding NAT46 route. Valid values:
disable
,enable
. - comments String
- Comment.
- endip String
- Final IPv6 address (inclusive) in the range for the address pool (format xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx, Default: ::).
- external
Prefix String - Support meta variable External NPTv6 prefix length (32 - 64).
- internal
Prefix String - Support meta variable Internal NPTv6 prefix length (32 - 64).
- nat46 String
- Enable/disable NAT46. Valid values:
disable
,enable
. - startip String
- First IPv6 address (inclusive) in the range for the address pool (format xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx, Default: ::).
- type String
- Configure IPv6 pool type (overload or NPTv6). Valid values:
overload
,nptv6
.
- _
scopes ObjectFirewall Ippool6Dynamic Mapping_Scope[] - _Scope. The structure of
_scope
block is documented below. - add
Nat46Route string - Enable/disable adding NAT46 route. Valid values:
disable
,enable
. - comments string
- Comment.
- endip string
- Final IPv6 address (inclusive) in the range for the address pool (format xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx, Default: ::).
- external
Prefix string - Support meta variable External NPTv6 prefix length (32 - 64).
- internal
Prefix string - Support meta variable Internal NPTv6 prefix length (32 - 64).
- nat46 string
- Enable/disable NAT46. Valid values:
disable
,enable
. - startip string
- First IPv6 address (inclusive) in the range for the address pool (format xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx, Default: ::).
- type string
- Configure IPv6 pool type (overload or NPTv6). Valid values:
overload
,nptv6
.
- _
scopes Sequence[ObjectFirewall Ippool6Dynamic Mapping_Scope] - _Scope. The structure of
_scope
block is documented below. - add_
nat46_ strroute - Enable/disable adding NAT46 route. Valid values:
disable
,enable
. - comments str
- Comment.
- endip str
- Final IPv6 address (inclusive) in the range for the address pool (format xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx, Default: ::).
- external_
prefix str - Support meta variable External NPTv6 prefix length (32 - 64).
- internal_
prefix str - Support meta variable Internal NPTv6 prefix length (32 - 64).
- nat46 str
- Enable/disable NAT46. Valid values:
disable
,enable
. - startip str
- First IPv6 address (inclusive) in the range for the address pool (format xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx, Default: ::).
- type str
- Configure IPv6 pool type (overload or NPTv6). Valid values:
overload
,nptv6
.
- _
scopes List<Property Map> - _Scope. The structure of
_scope
block is documented below. - add
Nat46Route String - Enable/disable adding NAT46 route. Valid values:
disable
,enable
. - comments String
- Comment.
- endip String
- Final IPv6 address (inclusive) in the range for the address pool (format xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx, Default: ::).
- external
Prefix String - Support meta variable External NPTv6 prefix length (32 - 64).
- internal
Prefix String - Support meta variable Internal NPTv6 prefix length (32 - 64).
- nat46 String
- Enable/disable NAT46. Valid values:
disable
,enable
. - startip String
- First IPv6 address (inclusive) in the range for the address pool (format xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx, Default: ::).
- type String
- Configure IPv6 pool type (overload or NPTv6). Valid values:
overload
,nptv6
.
ObjectFirewallIppool6DynamicMapping_Scope, ObjectFirewallIppool6DynamicMapping_ScopeArgs
Import
ObjectFirewall Ippool6 can be imported using any of these accepted formats:
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/objectFirewallIppool6:ObjectFirewallIppool6 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.