published on Monday, May 4, 2026 by fortinetdev
published on Monday, May 4, 2026 by fortinetdev
LAN extension backhaul tunnel configuration.
This resource is a sub resource for variable
backhaulof resourcefortimanager.ObjectExtensioncontrollerExtenderprofileLanextension. Conflict and overwrite may occur if use both of them.
Create ObjectExtensioncontrollerExtenderprofileLanextensionBackhaul Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ObjectExtensioncontrollerExtenderprofileLanextensionBackhaul(name: string, args: ObjectExtensioncontrollerExtenderprofileLanextensionBackhaulArgs, opts?: CustomResourceOptions);@overload
def ObjectExtensioncontrollerExtenderprofileLanextensionBackhaul(resource_name: str,
args: ObjectExtensioncontrollerExtenderprofileLanextensionBackhaulInitArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ObjectExtensioncontrollerExtenderprofileLanextensionBackhaul(resource_name: str,
opts: Optional[ResourceOptions] = None,
extender_profile: Optional[str] = None,
health_check_recovery_cnt: Optional[float] = None,
health_check_fail_cnt: Optional[float] = None,
health_check_interval: Optional[float] = None,
health_check_probe_cnt: Optional[float] = None,
health_check_probe_tm: Optional[float] = None,
adom: Optional[str] = None,
name: Optional[str] = None,
object_extensioncontroller_extenderprofile_lanextension_backhaul_id: Optional[str] = None,
port: Optional[str] = None,
role: Optional[str] = None,
scopetype: Optional[str] = None,
update_if_exist: Optional[bool] = None,
weight: Optional[float] = None)func NewObjectExtensioncontrollerExtenderprofileLanextensionBackhaul(ctx *Context, name string, args ObjectExtensioncontrollerExtenderprofileLanextensionBackhaulArgs, opts ...ResourceOption) (*ObjectExtensioncontrollerExtenderprofileLanextensionBackhaul, error)public ObjectExtensioncontrollerExtenderprofileLanextensionBackhaul(string name, ObjectExtensioncontrollerExtenderprofileLanextensionBackhaulArgs args, CustomResourceOptions? opts = null)
public ObjectExtensioncontrollerExtenderprofileLanextensionBackhaul(String name, ObjectExtensioncontrollerExtenderprofileLanextensionBackhaulArgs args)
public ObjectExtensioncontrollerExtenderprofileLanextensionBackhaul(String name, ObjectExtensioncontrollerExtenderprofileLanextensionBackhaulArgs args, CustomResourceOptions options)
type: fortimanager:ObjectExtensioncontrollerExtenderprofileLanextensionBackhaul
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 ObjectExtensioncontrollerExtenderprofileLanextensionBackhaulArgs
- 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 ObjectExtensioncontrollerExtenderprofileLanextensionBackhaulInitArgs
- 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 ObjectExtensioncontrollerExtenderprofileLanextensionBackhaulArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectExtensioncontrollerExtenderprofileLanextensionBackhaulArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ObjectExtensioncontrollerExtenderprofileLanextensionBackhaulArgs
- 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 objectExtensioncontrollerExtenderprofileLanextensionBackhaulResource = new Fortimanager.ObjectExtensioncontrollerExtenderprofileLanextensionBackhaul("objectExtensioncontrollerExtenderprofileLanextensionBackhaulResource", new()
{
ExtenderProfile = "string",
HealthCheckRecoveryCnt = 0,
HealthCheckFailCnt = 0,
HealthCheckInterval = 0,
HealthCheckProbeCnt = 0,
HealthCheckProbeTm = 0,
Adom = "string",
Name = "string",
ObjectExtensioncontrollerExtenderprofileLanextensionBackhaulId = "string",
Port = "string",
Role = "string",
Scopetype = "string",
UpdateIfExist = false,
Weight = 0,
});
example, err := fortimanager.NewObjectExtensioncontrollerExtenderprofileLanextensionBackhaul(ctx, "objectExtensioncontrollerExtenderprofileLanextensionBackhaulResource", &fortimanager.ObjectExtensioncontrollerExtenderprofileLanextensionBackhaulArgs{
ExtenderProfile: pulumi.String("string"),
HealthCheckRecoveryCnt: pulumi.Float64(0),
HealthCheckFailCnt: pulumi.Float64(0),
HealthCheckInterval: pulumi.Float64(0),
HealthCheckProbeCnt: pulumi.Float64(0),
HealthCheckProbeTm: pulumi.Float64(0),
Adom: pulumi.String("string"),
Name: pulumi.String("string"),
ObjectExtensioncontrollerExtenderprofileLanextensionBackhaulId: pulumi.String("string"),
Port: pulumi.String("string"),
Role: pulumi.String("string"),
Scopetype: pulumi.String("string"),
UpdateIfExist: pulumi.Bool(false),
Weight: pulumi.Float64(0),
})
var objectExtensioncontrollerExtenderprofileLanextensionBackhaulResource = new ObjectExtensioncontrollerExtenderprofileLanextensionBackhaul("objectExtensioncontrollerExtenderprofileLanextensionBackhaulResource", ObjectExtensioncontrollerExtenderprofileLanextensionBackhaulArgs.builder()
.extenderProfile("string")
.healthCheckRecoveryCnt(0.0)
.healthCheckFailCnt(0.0)
.healthCheckInterval(0.0)
.healthCheckProbeCnt(0.0)
.healthCheckProbeTm(0.0)
.adom("string")
.name("string")
.objectExtensioncontrollerExtenderprofileLanextensionBackhaulId("string")
.port("string")
.role("string")
.scopetype("string")
.updateIfExist(false)
.weight(0.0)
.build());
object_extensioncontroller_extenderprofile_lanextension_backhaul_resource = fortimanager.ObjectExtensioncontrollerExtenderprofileLanextensionBackhaul("objectExtensioncontrollerExtenderprofileLanextensionBackhaulResource",
extender_profile="string",
health_check_recovery_cnt=float(0),
health_check_fail_cnt=float(0),
health_check_interval=float(0),
health_check_probe_cnt=float(0),
health_check_probe_tm=float(0),
adom="string",
name="string",
object_extensioncontroller_extenderprofile_lanextension_backhaul_id="string",
port="string",
role="string",
scopetype="string",
update_if_exist=False,
weight=float(0))
const objectExtensioncontrollerExtenderprofileLanextensionBackhaulResource = new fortimanager.ObjectExtensioncontrollerExtenderprofileLanextensionBackhaul("objectExtensioncontrollerExtenderprofileLanextensionBackhaulResource", {
extenderProfile: "string",
healthCheckRecoveryCnt: 0,
healthCheckFailCnt: 0,
healthCheckInterval: 0,
healthCheckProbeCnt: 0,
healthCheckProbeTm: 0,
adom: "string",
name: "string",
objectExtensioncontrollerExtenderprofileLanextensionBackhaulId: "string",
port: "string",
role: "string",
scopetype: "string",
updateIfExist: false,
weight: 0,
});
type: fortimanager:ObjectExtensioncontrollerExtenderprofileLanextensionBackhaul
properties:
adom: string
extenderProfile: string
healthCheckFailCnt: 0
healthCheckInterval: 0
healthCheckProbeCnt: 0
healthCheckProbeTm: 0
healthCheckRecoveryCnt: 0
name: string
objectExtensioncontrollerExtenderprofileLanextensionBackhaulId: string
port: string
role: string
scopetype: string
updateIfExist: false
weight: 0
ObjectExtensioncontrollerExtenderprofileLanextensionBackhaul 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 ObjectExtensioncontrollerExtenderprofileLanextensionBackhaul resource accepts the following input properties:
- Extender
Profile string - Extender Profile.
- Adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - Health
Check doubleFail Cnt - Number of failures before the link is considered dead (1 - 10, default = 5).
- Health
Check doubleInterval - Health monitoring interval in seconds (1 - 3600, default = 5).
- Health
Check doubleProbe Cnt - Number of health monitoring probes to send within an interval (1 - 10, default = 1).
- Health
Check doubleProbe Tm - Health monitoring probe timeout in seconds (1 - 10, default = 2).
- Health
Check doubleRecovery Cnt - Number of successful checks before the link is considered alive (1 - 10, default = 5).
- Name string
- FortiExtender LAN extension backhaul name.
- Object
Extensioncontroller stringExtenderprofile Lanextension Backhaul Id - an identifier for the resource with format {{name}}.
- Port string
- FortiExtender uplink port. Valid values:
wan,lte1,lte2,port1,port2,port3,port4,port5,sfp. - Role string
- FortiExtender uplink port. Valid values:
primary,secondary. - Scopetype string
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - Update
If boolExist - Weight double
- WRR weight parameter.
- Extender
Profile string - Extender Profile.
- Adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - Health
Check float64Fail Cnt - Number of failures before the link is considered dead (1 - 10, default = 5).
- Health
Check float64Interval - Health monitoring interval in seconds (1 - 3600, default = 5).
- Health
Check float64Probe Cnt - Number of health monitoring probes to send within an interval (1 - 10, default = 1).
- Health
Check float64Probe Tm - Health monitoring probe timeout in seconds (1 - 10, default = 2).
- Health
Check float64Recovery Cnt - Number of successful checks before the link is considered alive (1 - 10, default = 5).
- Name string
- FortiExtender LAN extension backhaul name.
- Object
Extensioncontroller stringExtenderprofile Lanextension Backhaul Id - an identifier for the resource with format {{name}}.
- Port string
- FortiExtender uplink port. Valid values:
wan,lte1,lte2,port1,port2,port3,port4,port5,sfp. - Role string
- FortiExtender uplink port. Valid values:
primary,secondary. - Scopetype string
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - Update
If boolExist - Weight float64
- WRR weight parameter.
- extender
Profile String - Extender Profile.
- adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - health
Check DoubleFail Cnt - Number of failures before the link is considered dead (1 - 10, default = 5).
- health
Check DoubleInterval - Health monitoring interval in seconds (1 - 3600, default = 5).
- health
Check DoubleProbe Cnt - Number of health monitoring probes to send within an interval (1 - 10, default = 1).
- health
Check DoubleProbe Tm - Health monitoring probe timeout in seconds (1 - 10, default = 2).
- health
Check DoubleRecovery Cnt - Number of successful checks before the link is considered alive (1 - 10, default = 5).
- name String
- FortiExtender LAN extension backhaul name.
- object
Extensioncontroller StringExtenderprofile Lanextension Backhaul Id - an identifier for the resource with format {{name}}.
- port String
- FortiExtender uplink port. Valid values:
wan,lte1,lte2,port1,port2,port3,port4,port5,sfp. - role String
- FortiExtender uplink port. Valid values:
primary,secondary. - scopetype String
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - update
If BooleanExist - weight Double
- WRR weight parameter.
- extender
Profile string - Extender Profile.
- adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - health
Check numberFail Cnt - Number of failures before the link is considered dead (1 - 10, default = 5).
- health
Check numberInterval - Health monitoring interval in seconds (1 - 3600, default = 5).
- health
Check numberProbe Cnt - Number of health monitoring probes to send within an interval (1 - 10, default = 1).
- health
Check numberProbe Tm - Health monitoring probe timeout in seconds (1 - 10, default = 2).
- health
Check numberRecovery Cnt - Number of successful checks before the link is considered alive (1 - 10, default = 5).
- name string
- FortiExtender LAN extension backhaul name.
- object
Extensioncontroller stringExtenderprofile Lanextension Backhaul Id - an identifier for the resource with format {{name}}.
- port string
- FortiExtender uplink port. Valid values:
wan,lte1,lte2,port1,port2,port3,port4,port5,sfp. - role string
- FortiExtender uplink port. Valid values:
primary,secondary. - scopetype string
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - update
If booleanExist - weight number
- WRR weight parameter.
- extender_
profile str - Extender Profile.
- adom str
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - health_
check_ floatfail_ cnt - Number of failures before the link is considered dead (1 - 10, default = 5).
- health_
check_ floatinterval - Health monitoring interval in seconds (1 - 3600, default = 5).
- health_
check_ floatprobe_ cnt - Number of health monitoring probes to send within an interval (1 - 10, default = 1).
- health_
check_ floatprobe_ tm - Health monitoring probe timeout in seconds (1 - 10, default = 2).
- health_
check_ floatrecovery_ cnt - Number of successful checks before the link is considered alive (1 - 10, default = 5).
- name str
- FortiExtender LAN extension backhaul name.
- object_
extensioncontroller_ strextenderprofile_ lanextension_ backhaul_ id - an identifier for the resource with format {{name}}.
- port str
- FortiExtender uplink port. Valid values:
wan,lte1,lte2,port1,port2,port3,port4,port5,sfp. - role str
- FortiExtender uplink port. Valid values:
primary,secondary. - scopetype str
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - update_
if_ boolexist - weight float
- WRR weight parameter.
- extender
Profile String - Extender Profile.
- adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - health
Check NumberFail Cnt - Number of failures before the link is considered dead (1 - 10, default = 5).
- health
Check NumberInterval - Health monitoring interval in seconds (1 - 3600, default = 5).
- health
Check NumberProbe Cnt - Number of health monitoring probes to send within an interval (1 - 10, default = 1).
- health
Check NumberProbe Tm - Health monitoring probe timeout in seconds (1 - 10, default = 2).
- health
Check NumberRecovery Cnt - Number of successful checks before the link is considered alive (1 - 10, default = 5).
- name String
- FortiExtender LAN extension backhaul name.
- object
Extensioncontroller StringExtenderprofile Lanextension Backhaul Id - an identifier for the resource with format {{name}}.
- port String
- FortiExtender uplink port. Valid values:
wan,lte1,lte2,port1,port2,port3,port4,port5,sfp. - role String
- FortiExtender uplink port. Valid values:
primary,secondary. - scopetype String
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - update
If BooleanExist - weight Number
- WRR weight parameter.
Outputs
All input properties are implicitly available as output properties. Additionally, the ObjectExtensioncontrollerExtenderprofileLanextensionBackhaul 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 ObjectExtensioncontrollerExtenderprofileLanextensionBackhaul Resource
Get an existing ObjectExtensioncontrollerExtenderprofileLanextensionBackhaul 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?: ObjectExtensioncontrollerExtenderprofileLanextensionBackhaulState, opts?: CustomResourceOptions): ObjectExtensioncontrollerExtenderprofileLanextensionBackhaul@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
extender_profile: Optional[str] = None,
health_check_fail_cnt: Optional[float] = None,
health_check_interval: Optional[float] = None,
health_check_probe_cnt: Optional[float] = None,
health_check_probe_tm: Optional[float] = None,
health_check_recovery_cnt: Optional[float] = None,
name: Optional[str] = None,
object_extensioncontroller_extenderprofile_lanextension_backhaul_id: Optional[str] = None,
port: Optional[str] = None,
role: Optional[str] = None,
scopetype: Optional[str] = None,
update_if_exist: Optional[bool] = None,
weight: Optional[float] = None) -> ObjectExtensioncontrollerExtenderprofileLanextensionBackhaulfunc GetObjectExtensioncontrollerExtenderprofileLanextensionBackhaul(ctx *Context, name string, id IDInput, state *ObjectExtensioncontrollerExtenderprofileLanextensionBackhaulState, opts ...ResourceOption) (*ObjectExtensioncontrollerExtenderprofileLanextensionBackhaul, error)public static ObjectExtensioncontrollerExtenderprofileLanextensionBackhaul Get(string name, Input<string> id, ObjectExtensioncontrollerExtenderprofileLanextensionBackhaulState? state, CustomResourceOptions? opts = null)public static ObjectExtensioncontrollerExtenderprofileLanextensionBackhaul get(String name, Output<String> id, ObjectExtensioncontrollerExtenderprofileLanextensionBackhaulState state, CustomResourceOptions options)resources: _: type: fortimanager:ObjectExtensioncontrollerExtenderprofileLanextensionBackhaul 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
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - Extender
Profile string - Extender Profile.
- Health
Check doubleFail Cnt - Number of failures before the link is considered dead (1 - 10, default = 5).
- Health
Check doubleInterval - Health monitoring interval in seconds (1 - 3600, default = 5).
- Health
Check doubleProbe Cnt - Number of health monitoring probes to send within an interval (1 - 10, default = 1).
- Health
Check doubleProbe Tm - Health monitoring probe timeout in seconds (1 - 10, default = 2).
- Health
Check doubleRecovery Cnt - Number of successful checks before the link is considered alive (1 - 10, default = 5).
- Name string
- FortiExtender LAN extension backhaul name.
- Object
Extensioncontroller stringExtenderprofile Lanextension Backhaul Id - an identifier for the resource with format {{name}}.
- Port string
- FortiExtender uplink port. Valid values:
wan,lte1,lte2,port1,port2,port3,port4,port5,sfp. - Role string
- FortiExtender uplink port. Valid values:
primary,secondary. - Scopetype string
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - Update
If boolExist - Weight double
- WRR weight parameter.
- Adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - Extender
Profile string - Extender Profile.
- Health
Check float64Fail Cnt - Number of failures before the link is considered dead (1 - 10, default = 5).
- Health
Check float64Interval - Health monitoring interval in seconds (1 - 3600, default = 5).
- Health
Check float64Probe Cnt - Number of health monitoring probes to send within an interval (1 - 10, default = 1).
- Health
Check float64Probe Tm - Health monitoring probe timeout in seconds (1 - 10, default = 2).
- Health
Check float64Recovery Cnt - Number of successful checks before the link is considered alive (1 - 10, default = 5).
- Name string
- FortiExtender LAN extension backhaul name.
- Object
Extensioncontroller stringExtenderprofile Lanextension Backhaul Id - an identifier for the resource with format {{name}}.
- Port string
- FortiExtender uplink port. Valid values:
wan,lte1,lte2,port1,port2,port3,port4,port5,sfp. - Role string
- FortiExtender uplink port. Valid values:
primary,secondary. - Scopetype string
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - Update
If boolExist - Weight float64
- WRR weight parameter.
- adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - extender
Profile String - Extender Profile.
- health
Check DoubleFail Cnt - Number of failures before the link is considered dead (1 - 10, default = 5).
- health
Check DoubleInterval - Health monitoring interval in seconds (1 - 3600, default = 5).
- health
Check DoubleProbe Cnt - Number of health monitoring probes to send within an interval (1 - 10, default = 1).
- health
Check DoubleProbe Tm - Health monitoring probe timeout in seconds (1 - 10, default = 2).
- health
Check DoubleRecovery Cnt - Number of successful checks before the link is considered alive (1 - 10, default = 5).
- name String
- FortiExtender LAN extension backhaul name.
- object
Extensioncontroller StringExtenderprofile Lanextension Backhaul Id - an identifier for the resource with format {{name}}.
- port String
- FortiExtender uplink port. Valid values:
wan,lte1,lte2,port1,port2,port3,port4,port5,sfp. - role String
- FortiExtender uplink port. Valid values:
primary,secondary. - scopetype String
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - update
If BooleanExist - weight Double
- WRR weight parameter.
- adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - extender
Profile string - Extender Profile.
- health
Check numberFail Cnt - Number of failures before the link is considered dead (1 - 10, default = 5).
- health
Check numberInterval - Health monitoring interval in seconds (1 - 3600, default = 5).
- health
Check numberProbe Cnt - Number of health monitoring probes to send within an interval (1 - 10, default = 1).
- health
Check numberProbe Tm - Health monitoring probe timeout in seconds (1 - 10, default = 2).
- health
Check numberRecovery Cnt - Number of successful checks before the link is considered alive (1 - 10, default = 5).
- name string
- FortiExtender LAN extension backhaul name.
- object
Extensioncontroller stringExtenderprofile Lanextension Backhaul Id - an identifier for the resource with format {{name}}.
- port string
- FortiExtender uplink port. Valid values:
wan,lte1,lte2,port1,port2,port3,port4,port5,sfp. - role string
- FortiExtender uplink port. Valid values:
primary,secondary. - scopetype string
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - update
If booleanExist - weight number
- WRR weight parameter.
- adom str
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - extender_
profile str - Extender Profile.
- health_
check_ floatfail_ cnt - Number of failures before the link is considered dead (1 - 10, default = 5).
- health_
check_ floatinterval - Health monitoring interval in seconds (1 - 3600, default = 5).
- health_
check_ floatprobe_ cnt - Number of health monitoring probes to send within an interval (1 - 10, default = 1).
- health_
check_ floatprobe_ tm - Health monitoring probe timeout in seconds (1 - 10, default = 2).
- health_
check_ floatrecovery_ cnt - Number of successful checks before the link is considered alive (1 - 10, default = 5).
- name str
- FortiExtender LAN extension backhaul name.
- object_
extensioncontroller_ strextenderprofile_ lanextension_ backhaul_ id - an identifier for the resource with format {{name}}.
- port str
- FortiExtender uplink port. Valid values:
wan,lte1,lte2,port1,port2,port3,port4,port5,sfp. - role str
- FortiExtender uplink port. Valid values:
primary,secondary. - scopetype str
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - update_
if_ boolexist - weight float
- WRR weight parameter.
- adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - extender
Profile String - Extender Profile.
- health
Check NumberFail Cnt - Number of failures before the link is considered dead (1 - 10, default = 5).
- health
Check NumberInterval - Health monitoring interval in seconds (1 - 3600, default = 5).
- health
Check NumberProbe Cnt - Number of health monitoring probes to send within an interval (1 - 10, default = 1).
- health
Check NumberProbe Tm - Health monitoring probe timeout in seconds (1 - 10, default = 2).
- health
Check NumberRecovery Cnt - Number of successful checks before the link is considered alive (1 - 10, default = 5).
- name String
- FortiExtender LAN extension backhaul name.
- object
Extensioncontroller StringExtenderprofile Lanextension Backhaul Id - an identifier for the resource with format {{name}}.
- port String
- FortiExtender uplink port. Valid values:
wan,lte1,lte2,port1,port2,port3,port4,port5,sfp. - role String
- FortiExtender uplink port. Valid values:
primary,secondary. - scopetype String
- The scope of application of the resource. Valid values:
inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - update
If BooleanExist - weight Number
- WRR weight parameter.
Import
ObjectExtensionController ExtenderProfileLanExtensionBackhaul can be imported using any of these accepted formats:
Set import_options = [“extender_profile=YOUR_VALUE”] in the provider section.
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/objectExtensioncontrollerExtenderprofileLanextensionBackhaul:ObjectExtensioncontrollerExtenderprofileLanextensionBackhaul 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
fortimanagerTerraform Provider.
published on Monday, May 4, 2026 by fortinetdev
