fortimanager.ObjectFirewallVip46DynamicMapping
Explore with Pulumi AI
Configure IPv4 to IPv6 virtual IPs.
This resource is a sub resource for variable
dynamic_mapping
of resourcefortimanager.ObjectFirewallVip46
. Conflict and overwrite may occur if use both of them.
Create ObjectFirewallVip46DynamicMapping Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ObjectFirewallVip46DynamicMapping(name: string, args: ObjectFirewallVip46DynamicMappingArgs, opts?: CustomResourceOptions);
@overload
def ObjectFirewallVip46DynamicMapping(resource_name: str,
args: ObjectFirewallVip46DynamicMappingInitArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ObjectFirewallVip46DynamicMapping(resource_name: str,
opts: Optional[ResourceOptions] = None,
vip46: Optional[str] = None,
mappedip: Optional[str] = None,
color: Optional[float] = None,
monitor: Optional[str] = None,
comment: Optional[str] = None,
dynamic_sort_subtable: Optional[str] = None,
extip: Optional[str] = None,
extport: Optional[str] = None,
fosid: Optional[float] = None,
object_firewall_vip46_dynamic_mapping_id: Optional[str] = None,
_scopes: Optional[Sequence[ObjectFirewallVip46DynamicMapping_ScopeArgs]] = None,
adom: Optional[str] = None,
arp_reply: Optional[str] = None,
ldb_method: Optional[str] = None,
portforward: Optional[str] = None,
protocol: Optional[str] = None,
scopetype: Optional[str] = None,
server_type: Optional[str] = None,
src_filters: Optional[Sequence[str]] = None,
srcintf_filter: Optional[str] = None,
type: Optional[str] = None,
uuid: Optional[str] = None,
mappedport: Optional[str] = None)
func NewObjectFirewallVip46DynamicMapping(ctx *Context, name string, args ObjectFirewallVip46DynamicMappingArgs, opts ...ResourceOption) (*ObjectFirewallVip46DynamicMapping, error)
public ObjectFirewallVip46DynamicMapping(string name, ObjectFirewallVip46DynamicMappingArgs args, CustomResourceOptions? opts = null)
public ObjectFirewallVip46DynamicMapping(String name, ObjectFirewallVip46DynamicMappingArgs args)
public ObjectFirewallVip46DynamicMapping(String name, ObjectFirewallVip46DynamicMappingArgs args, CustomResourceOptions options)
type: fortimanager:ObjectFirewallVip46DynamicMapping
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 ObjectFirewallVip46DynamicMappingArgs
- 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 ObjectFirewallVip46DynamicMappingInitArgs
- 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 ObjectFirewallVip46DynamicMappingArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectFirewallVip46DynamicMappingArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ObjectFirewallVip46DynamicMappingArgs
- 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 objectFirewallVip46DynamicMappingResource = new Fortimanager.ObjectFirewallVip46DynamicMapping("objectFirewallVip46DynamicMappingResource", new()
{
Vip46 = "string",
Mappedip = "string",
Color = 0,
Monitor = "string",
Comment = "string",
DynamicSortSubtable = "string",
Extip = "string",
Extport = "string",
Fosid = 0,
ObjectFirewallVip46DynamicMappingId = "string",
_scopes = new[]
{
new Fortimanager.Inputs.ObjectFirewallVip46DynamicMapping_ScopeArgs
{
Name = "string",
Vdom = "string",
},
},
Adom = "string",
ArpReply = "string",
LdbMethod = "string",
Portforward = "string",
Protocol = "string",
Scopetype = "string",
ServerType = "string",
SrcFilters = new[]
{
"string",
},
SrcintfFilter = "string",
Type = "string",
Uuid = "string",
Mappedport = "string",
});
example, err := fortimanager.NewObjectFirewallVip46DynamicMapping(ctx, "objectFirewallVip46DynamicMappingResource", &fortimanager.ObjectFirewallVip46DynamicMappingArgs{
Vip46: pulumi.String("string"),
Mappedip: pulumi.String("string"),
Color: pulumi.Float64(0),
Monitor: pulumi.String("string"),
Comment: pulumi.String("string"),
DynamicSortSubtable: pulumi.String("string"),
Extip: pulumi.String("string"),
Extport: pulumi.String("string"),
Fosid: pulumi.Float64(0),
ObjectFirewallVip46DynamicMappingId: pulumi.String("string"),
_scopes: .ObjectFirewallVip46DynamicMapping_ScopeArray{
&.ObjectFirewallVip46DynamicMapping_ScopeArgs{
Name: pulumi.String("string"),
Vdom: pulumi.String("string"),
},
},
Adom: pulumi.String("string"),
ArpReply: pulumi.String("string"),
LdbMethod: pulumi.String("string"),
Portforward: pulumi.String("string"),
Protocol: pulumi.String("string"),
Scopetype: pulumi.String("string"),
ServerType: pulumi.String("string"),
SrcFilters: pulumi.StringArray{
pulumi.String("string"),
},
SrcintfFilter: pulumi.String("string"),
Type: pulumi.String("string"),
Uuid: pulumi.String("string"),
Mappedport: pulumi.String("string"),
})
var objectFirewallVip46DynamicMappingResource = new ObjectFirewallVip46DynamicMapping("objectFirewallVip46DynamicMappingResource", ObjectFirewallVip46DynamicMappingArgs.builder()
.vip46("string")
.mappedip("string")
.color(0)
.monitor("string")
.comment("string")
.dynamicSortSubtable("string")
.extip("string")
.extport("string")
.fosid(0)
.objectFirewallVip46DynamicMappingId("string")
._scopes(ObjectFirewallVip46DynamicMapping_ScopeArgs.builder()
.name("string")
.vdom("string")
.build())
.adom("string")
.arpReply("string")
.ldbMethod("string")
.portforward("string")
.protocol("string")
.scopetype("string")
.serverType("string")
.srcFilters("string")
.srcintfFilter("string")
.type("string")
.uuid("string")
.mappedport("string")
.build());
object_firewall_vip46_dynamic_mapping_resource = fortimanager.ObjectFirewallVip46DynamicMapping("objectFirewallVip46DynamicMappingResource",
vip46="string",
mappedip="string",
color=0,
monitor="string",
comment="string",
dynamic_sort_subtable="string",
extip="string",
extport="string",
fosid=0,
object_firewall_vip46_dynamic_mapping_id="string",
_scopes=[{
"name": "string",
"vdom": "string",
}],
adom="string",
arp_reply="string",
ldb_method="string",
portforward="string",
protocol="string",
scopetype="string",
server_type="string",
src_filters=["string"],
srcintf_filter="string",
type="string",
uuid="string",
mappedport="string")
const objectFirewallVip46DynamicMappingResource = new fortimanager.ObjectFirewallVip46DynamicMapping("objectFirewallVip46DynamicMappingResource", {
vip46: "string",
mappedip: "string",
color: 0,
monitor: "string",
comment: "string",
dynamicSortSubtable: "string",
extip: "string",
extport: "string",
fosid: 0,
objectFirewallVip46DynamicMappingId: "string",
_scopes: [{
name: "string",
vdom: "string",
}],
adom: "string",
arpReply: "string",
ldbMethod: "string",
portforward: "string",
protocol: "string",
scopetype: "string",
serverType: "string",
srcFilters: ["string"],
srcintfFilter: "string",
type: "string",
uuid: "string",
mappedport: "string",
});
type: fortimanager:ObjectFirewallVip46DynamicMapping
properties:
_scopes:
- name: string
vdom: string
adom: string
arpReply: string
color: 0
comment: string
dynamicSortSubtable: string
extip: string
extport: string
fosid: 0
ldbMethod: string
mappedip: string
mappedport: string
monitor: string
objectFirewallVip46DynamicMappingId: string
portforward: string
protocol: string
scopetype: string
serverType: string
srcFilters:
- string
srcintfFilter: string
type: string
uuid: string
vip46: string
ObjectFirewallVip46DynamicMapping 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 ObjectFirewallVip46DynamicMapping resource accepts the following input properties:
- Vip46 string
- Vip46.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Arp
Reply string - Enable ARP reply. Valid values:
disable
,enable
. - Color double
- Color of icon on the GUI.
- Comment string
- Comment.
- Dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- Extip string
- Start-external-IP [-end-external-IP].
- Extport string
- External service port.
- Fosid double
- Custom defined id.
- Ldb
Method string - Load balance method. Valid values:
static
,round-robin
,weighted
,least-session
,least-rtt
,first-alive
. - Mappedip string
- Start-mapped-IP [-end mapped-IP].
- Mappedport string
- Mapped service port.
- Monitor string
- Health monitors.
- Object
Firewall stringVip46Dynamic Mapping Id - an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
- Portforward string
- Enable port forwarding. Valid values:
disable
,enable
. - Protocol string
- Mapped port protocol. Valid values:
tcp
,udp
. - 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
. - Server
Type string - Server type. Valid values:
http
,tcp
,udp
,ip
. - Src
Filters List<string> - Source IP filter (x.x.x.x/x).
- Srcintf
Filter string - Interfaces to which the VIP46 applies. Separate the names with spaces.
- Type string
- VIP type: static NAT or server load balance. Valid values:
static-nat
,server-load-balance
. - Uuid string
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- _
scopes List<ObjectFirewall Vip46Dynamic Mapping_Scope> - _Scope. The structure of
_scope
block is documented below.
- Vip46 string
- Vip46.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Arp
Reply string - Enable ARP reply. Valid values:
disable
,enable
. - Color float64
- Color of icon on the GUI.
- Comment string
- Comment.
- Dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- Extip string
- Start-external-IP [-end-external-IP].
- Extport string
- External service port.
- Fosid float64
- Custom defined id.
- Ldb
Method string - Load balance method. Valid values:
static
,round-robin
,weighted
,least-session
,least-rtt
,first-alive
. - Mappedip string
- Start-mapped-IP [-end mapped-IP].
- Mappedport string
- Mapped service port.
- Monitor string
- Health monitors.
- Object
Firewall stringVip46Dynamic Mapping Id - an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
- Portforward string
- Enable port forwarding. Valid values:
disable
,enable
. - Protocol string
- Mapped port protocol. Valid values:
tcp
,udp
. - 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
. - Server
Type string - Server type. Valid values:
http
,tcp
,udp
,ip
. - Src
Filters []string - Source IP filter (x.x.x.x/x).
- Srcintf
Filter string - Interfaces to which the VIP46 applies. Separate the names with spaces.
- Type string
- VIP type: static NAT or server load balance. Valid values:
static-nat
,server-load-balance
. - Uuid string
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- _
scopes []ObjectFirewall Vip46Dynamic Mapping_Scope Args - _Scope. The structure of
_scope
block is documented below.
- vip46 String
- Vip46.
- _
scopes List<ObjectFirewall Vip46Dynamic Mapping_Scope> - _Scope. The structure of
_scope
block is documented below. - adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - arp
Reply String - Enable ARP reply. Valid values:
disable
,enable
. - color Double
- Color of icon on the GUI.
- comment String
- Comment.
- dynamic
Sort StringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- extip String
- Start-external-IP [-end-external-IP].
- extport String
- External service port.
- fosid Double
- Custom defined id.
- ldb
Method String - Load balance method. Valid values:
static
,round-robin
,weighted
,least-session
,least-rtt
,first-alive
. - mappedip String
- Start-mapped-IP [-end mapped-IP].
- mappedport String
- Mapped service port.
- monitor String
- Health monitors.
- object
Firewall StringVip46Dynamic Mapping Id - an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
- portforward String
- Enable port forwarding. Valid values:
disable
,enable
. - protocol String
- Mapped port protocol. Valid values:
tcp
,udp
. - 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
. - server
Type String - Server type. Valid values:
http
,tcp
,udp
,ip
. - src
Filters List<String> - Source IP filter (x.x.x.x/x).
- srcintf
Filter String - Interfaces to which the VIP46 applies. Separate the names with spaces.
- type String
- VIP type: static NAT or server load balance. Valid values:
static-nat
,server-load-balance
. - uuid String
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- vip46 string
- Vip46.
- _
scopes ObjectFirewall Vip46Dynamic Mapping_Scope[] - _Scope. The structure of
_scope
block is documented below. - adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - arp
Reply string - Enable ARP reply. Valid values:
disable
,enable
. - color number
- Color of icon on the GUI.
- comment string
- Comment.
- dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- extip string
- Start-external-IP [-end-external-IP].
- extport string
- External service port.
- fosid number
- Custom defined id.
- ldb
Method string - Load balance method. Valid values:
static
,round-robin
,weighted
,least-session
,least-rtt
,first-alive
. - mappedip string
- Start-mapped-IP [-end mapped-IP].
- mappedport string
- Mapped service port.
- monitor string
- Health monitors.
- object
Firewall stringVip46Dynamic Mapping Id - an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
- portforward string
- Enable port forwarding. Valid values:
disable
,enable
. - protocol string
- Mapped port protocol. Valid values:
tcp
,udp
. - 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
. - server
Type string - Server type. Valid values:
http
,tcp
,udp
,ip
. - src
Filters string[] - Source IP filter (x.x.x.x/x).
- srcintf
Filter string - Interfaces to which the VIP46 applies. Separate the names with spaces.
- type string
- VIP type: static NAT or server load balance. Valid values:
static-nat
,server-load-balance
. - uuid string
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- vip46 str
- Vip46.
- _
scopes Sequence[ObjectFirewall Vip46Dynamic Mapping_Scope Args] - _Scope. The structure of
_scope
block is documented below. - adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - arp_
reply str - Enable ARP reply. Valid values:
disable
,enable
. - color float
- Color of icon on the GUI.
- comment str
- Comment.
- dynamic_
sort_ strsubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- extip str
- Start-external-IP [-end-external-IP].
- extport str
- External service port.
- fosid float
- Custom defined id.
- ldb_
method str - Load balance method. Valid values:
static
,round-robin
,weighted
,least-session
,least-rtt
,first-alive
. - mappedip str
- Start-mapped-IP [-end mapped-IP].
- mappedport str
- Mapped service port.
- monitor str
- Health monitors.
- object_
firewall_ strvip46_ dynamic_ mapping_ id - an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
- portforward str
- Enable port forwarding. Valid values:
disable
,enable
. - protocol str
- Mapped port protocol. Valid values:
tcp
,udp
. - 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
. - server_
type str - Server type. Valid values:
http
,tcp
,udp
,ip
. - src_
filters Sequence[str] - Source IP filter (x.x.x.x/x).
- srcintf_
filter str - Interfaces to which the VIP46 applies. Separate the names with spaces.
- type str
- VIP type: static NAT or server load balance. Valid values:
static-nat
,server-load-balance
. - uuid str
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- vip46 String
- Vip46.
- _
scopes List<Property Map> - _Scope. The structure of
_scope
block is documented below. - adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - arp
Reply String - Enable ARP reply. Valid values:
disable
,enable
. - color Number
- Color of icon on the GUI.
- comment String
- Comment.
- dynamic
Sort StringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- extip String
- Start-external-IP [-end-external-IP].
- extport String
- External service port.
- fosid Number
- Custom defined id.
- ldb
Method String - Load balance method. Valid values:
static
,round-robin
,weighted
,least-session
,least-rtt
,first-alive
. - mappedip String
- Start-mapped-IP [-end mapped-IP].
- mappedport String
- Mapped service port.
- monitor String
- Health monitors.
- object
Firewall StringVip46Dynamic Mapping Id - an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
- portforward String
- Enable port forwarding. Valid values:
disable
,enable
. - protocol String
- Mapped port protocol. Valid values:
tcp
,udp
. - 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
. - server
Type String - Server type. Valid values:
http
,tcp
,udp
,ip
. - src
Filters List<String> - Source IP filter (x.x.x.x/x).
- srcintf
Filter String - Interfaces to which the VIP46 applies. Separate the names with spaces.
- type String
- VIP type: static NAT or server load balance. Valid values:
static-nat
,server-load-balance
. - uuid String
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
Outputs
All input properties are implicitly available as output properties. Additionally, the ObjectFirewallVip46DynamicMapping 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 ObjectFirewallVip46DynamicMapping Resource
Get an existing ObjectFirewallVip46DynamicMapping 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?: ObjectFirewallVip46DynamicMappingState, opts?: CustomResourceOptions): ObjectFirewallVip46DynamicMapping
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
_scopes: Optional[Sequence[ObjectFirewallVip46DynamicMapping_ScopeArgs]] = None,
adom: Optional[str] = None,
arp_reply: Optional[str] = None,
color: Optional[float] = None,
comment: Optional[str] = None,
dynamic_sort_subtable: Optional[str] = None,
extip: Optional[str] = None,
extport: Optional[str] = None,
fosid: Optional[float] = None,
ldb_method: Optional[str] = None,
mappedip: Optional[str] = None,
mappedport: Optional[str] = None,
monitor: Optional[str] = None,
object_firewall_vip46_dynamic_mapping_id: Optional[str] = None,
portforward: Optional[str] = None,
protocol: Optional[str] = None,
scopetype: Optional[str] = None,
server_type: Optional[str] = None,
src_filters: Optional[Sequence[str]] = None,
srcintf_filter: Optional[str] = None,
type: Optional[str] = None,
uuid: Optional[str] = None,
vip46: Optional[str] = None) -> ObjectFirewallVip46DynamicMapping
func GetObjectFirewallVip46DynamicMapping(ctx *Context, name string, id IDInput, state *ObjectFirewallVip46DynamicMappingState, opts ...ResourceOption) (*ObjectFirewallVip46DynamicMapping, error)
public static ObjectFirewallVip46DynamicMapping Get(string name, Input<string> id, ObjectFirewallVip46DynamicMappingState? state, CustomResourceOptions? opts = null)
public static ObjectFirewallVip46DynamicMapping get(String name, Output<String> id, ObjectFirewallVip46DynamicMappingState state, CustomResourceOptions options)
resources: _: type: fortimanager:ObjectFirewallVip46DynamicMapping 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.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Arp
Reply string - Enable ARP reply. Valid values:
disable
,enable
. - Color double
- Color of icon on the GUI.
- Comment string
- Comment.
- Dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- Extip string
- Start-external-IP [-end-external-IP].
- Extport string
- External service port.
- Fosid double
- Custom defined id.
- Ldb
Method string - Load balance method. Valid values:
static
,round-robin
,weighted
,least-session
,least-rtt
,first-alive
. - Mappedip string
- Start-mapped-IP [-end mapped-IP].
- Mappedport string
- Mapped service port.
- Monitor string
- Health monitors.
- Object
Firewall stringVip46Dynamic Mapping Id - an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
- Portforward string
- Enable port forwarding. Valid values:
disable
,enable
. - Protocol string
- Mapped port protocol. Valid values:
tcp
,udp
. - 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
. - Server
Type string - Server type. Valid values:
http
,tcp
,udp
,ip
. - Src
Filters List<string> - Source IP filter (x.x.x.x/x).
- Srcintf
Filter string - Interfaces to which the VIP46 applies. Separate the names with spaces.
- Type string
- VIP type: static NAT or server load balance. Valid values:
static-nat
,server-load-balance
. - Uuid string
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- Vip46 string
- Vip46.
- _
scopes List<ObjectFirewall Vip46Dynamic Mapping_Scope> - _Scope. The structure of
_scope
block is documented below.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Arp
Reply string - Enable ARP reply. Valid values:
disable
,enable
. - Color float64
- Color of icon on the GUI.
- Comment string
- Comment.
- Dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- Extip string
- Start-external-IP [-end-external-IP].
- Extport string
- External service port.
- Fosid float64
- Custom defined id.
- Ldb
Method string - Load balance method. Valid values:
static
,round-robin
,weighted
,least-session
,least-rtt
,first-alive
. - Mappedip string
- Start-mapped-IP [-end mapped-IP].
- Mappedport string
- Mapped service port.
- Monitor string
- Health monitors.
- Object
Firewall stringVip46Dynamic Mapping Id - an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
- Portforward string
- Enable port forwarding. Valid values:
disable
,enable
. - Protocol string
- Mapped port protocol. Valid values:
tcp
,udp
. - 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
. - Server
Type string - Server type. Valid values:
http
,tcp
,udp
,ip
. - Src
Filters []string - Source IP filter (x.x.x.x/x).
- Srcintf
Filter string - Interfaces to which the VIP46 applies. Separate the names with spaces.
- Type string
- VIP type: static NAT or server load balance. Valid values:
static-nat
,server-load-balance
. - Uuid string
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- Vip46 string
- Vip46.
- _
scopes []ObjectFirewall Vip46Dynamic Mapping_Scope Args - _Scope. The structure of
_scope
block is documented below.
- _
scopes List<ObjectFirewall Vip46Dynamic Mapping_Scope> - _Scope. The structure of
_scope
block is documented below. - adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - arp
Reply String - Enable ARP reply. Valid values:
disable
,enable
. - color Double
- Color of icon on the GUI.
- comment String
- Comment.
- dynamic
Sort StringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- extip String
- Start-external-IP [-end-external-IP].
- extport String
- External service port.
- fosid Double
- Custom defined id.
- ldb
Method String - Load balance method. Valid values:
static
,round-robin
,weighted
,least-session
,least-rtt
,first-alive
. - mappedip String
- Start-mapped-IP [-end mapped-IP].
- mappedport String
- Mapped service port.
- monitor String
- Health monitors.
- object
Firewall StringVip46Dynamic Mapping Id - an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
- portforward String
- Enable port forwarding. Valid values:
disable
,enable
. - protocol String
- Mapped port protocol. Valid values:
tcp
,udp
. - 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
. - server
Type String - Server type. Valid values:
http
,tcp
,udp
,ip
. - src
Filters List<String> - Source IP filter (x.x.x.x/x).
- srcintf
Filter String - Interfaces to which the VIP46 applies. Separate the names with spaces.
- type String
- VIP type: static NAT or server load balance. Valid values:
static-nat
,server-load-balance
. - uuid String
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- vip46 String
- Vip46.
- _
scopes ObjectFirewall Vip46Dynamic Mapping_Scope[] - _Scope. The structure of
_scope
block is documented below. - adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - arp
Reply string - Enable ARP reply. Valid values:
disable
,enable
. - color number
- Color of icon on the GUI.
- comment string
- Comment.
- dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- extip string
- Start-external-IP [-end-external-IP].
- extport string
- External service port.
- fosid number
- Custom defined id.
- ldb
Method string - Load balance method. Valid values:
static
,round-robin
,weighted
,least-session
,least-rtt
,first-alive
. - mappedip string
- Start-mapped-IP [-end mapped-IP].
- mappedport string
- Mapped service port.
- monitor string
- Health monitors.
- object
Firewall stringVip46Dynamic Mapping Id - an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
- portforward string
- Enable port forwarding. Valid values:
disable
,enable
. - protocol string
- Mapped port protocol. Valid values:
tcp
,udp
. - 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
. - server
Type string - Server type. Valid values:
http
,tcp
,udp
,ip
. - src
Filters string[] - Source IP filter (x.x.x.x/x).
- srcintf
Filter string - Interfaces to which the VIP46 applies. Separate the names with spaces.
- type string
- VIP type: static NAT or server load balance. Valid values:
static-nat
,server-load-balance
. - uuid string
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- vip46 string
- Vip46.
- _
scopes Sequence[ObjectFirewall Vip46Dynamic Mapping_Scope Args] - _Scope. The structure of
_scope
block is documented below. - adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - arp_
reply str - Enable ARP reply. Valid values:
disable
,enable
. - color float
- Color of icon on the GUI.
- comment str
- Comment.
- dynamic_
sort_ strsubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- extip str
- Start-external-IP [-end-external-IP].
- extport str
- External service port.
- fosid float
- Custom defined id.
- ldb_
method str - Load balance method. Valid values:
static
,round-robin
,weighted
,least-session
,least-rtt
,first-alive
. - mappedip str
- Start-mapped-IP [-end mapped-IP].
- mappedport str
- Mapped service port.
- monitor str
- Health monitors.
- object_
firewall_ strvip46_ dynamic_ mapping_ id - an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
- portforward str
- Enable port forwarding. Valid values:
disable
,enable
. - protocol str
- Mapped port protocol. Valid values:
tcp
,udp
. - 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
. - server_
type str - Server type. Valid values:
http
,tcp
,udp
,ip
. - src_
filters Sequence[str] - Source IP filter (x.x.x.x/x).
- srcintf_
filter str - Interfaces to which the VIP46 applies. Separate the names with spaces.
- type str
- VIP type: static NAT or server load balance. Valid values:
static-nat
,server-load-balance
. - uuid str
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- vip46 str
- Vip46.
- _
scopes List<Property Map> - _Scope. The structure of
_scope
block is documented below. - adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - arp
Reply String - Enable ARP reply. Valid values:
disable
,enable
. - color Number
- Color of icon on the GUI.
- comment String
- Comment.
- dynamic
Sort StringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- extip String
- Start-external-IP [-end-external-IP].
- extport String
- External service port.
- fosid Number
- Custom defined id.
- ldb
Method String - Load balance method. Valid values:
static
,round-robin
,weighted
,least-session
,least-rtt
,first-alive
. - mappedip String
- Start-mapped-IP [-end mapped-IP].
- mappedport String
- Mapped service port.
- monitor String
- Health monitors.
- object
Firewall StringVip46Dynamic Mapping Id - an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
- portforward String
- Enable port forwarding. Valid values:
disable
,enable
. - protocol String
- Mapped port protocol. Valid values:
tcp
,udp
. - 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
. - server
Type String - Server type. Valid values:
http
,tcp
,udp
,ip
. - src
Filters List<String> - Source IP filter (x.x.x.x/x).
- srcintf
Filter String - Interfaces to which the VIP46 applies. Separate the names with spaces.
- type String
- VIP type: static NAT or server load balance. Valid values:
static-nat
,server-load-balance
. - uuid String
- Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
- vip46 String
- Vip46.
Supporting Types
ObjectFirewallVip46DynamicMapping_Scope, ObjectFirewallVip46DynamicMapping_ScopeArgs
Import
ObjectFirewall Vip46DynamicMapping can be imported using any of these accepted formats:
Set import_options = [“vip46=YOUR_VALUE”] in the provider section.
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/objectFirewallVip46DynamicMapping:ObjectFirewallVip46DynamicMapping labelname {{_scope.name}}.{{_scope.vdom}}
$ unset “FORTIMANAGER_IMPORT_TABLE”
-> Hint: The scopetype and adom for import will directly inherit the scopetype and adom configuration of the provider.
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- fortimanager fortinetdev/terraform-provider-fortimanager
- License
- Notes
- This Pulumi package is based on the
fortimanager
Terraform Provider.