1. Packages
  2. Fortimanager Provider
  3. API Docs
  4. ObjectExtensioncontrollerExtenderprofileLanextension
fortimanager 1.13.0 published on Thursday, Mar 13, 2025 by fortinetdev

fortimanager.ObjectExtensioncontrollerExtenderprofileLanextension

Explore with Pulumi AI

fortimanager logo
fortimanager 1.13.0 published on Thursday, Mar 13, 2025 by fortinetdev

    FortiExtender lan extension configuration.

    This resource is a sub resource for variable lan_extension of resource fortimanager.ObjectExtensioncontrollerExtenderprofile. Conflict and overwrite may occur if use both of them. The following variables have sub resource. Avoid using them together, otherwise conflicts and overwrites may occur.

    • backhaul: fortimanager.ObjectExtensioncontrollerExtenderprofileLanextensionBackhaul
    • downlinks: fortimanager.ObjectExtensioncontrollerExtenderprofileLanextensionDownlinks

    Create ObjectExtensioncontrollerExtenderprofileLanextension Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new ObjectExtensioncontrollerExtenderprofileLanextension(name: string, args: ObjectExtensioncontrollerExtenderprofileLanextensionArgs, opts?: CustomResourceOptions);
    @overload
    def ObjectExtensioncontrollerExtenderprofileLanextension(resource_name: str,
                                                             args: ObjectExtensioncontrollerExtenderprofileLanextensionArgs,
                                                             opts: Optional[ResourceOptions] = None)
    
    @overload
    def ObjectExtensioncontrollerExtenderprofileLanextension(resource_name: str,
                                                             opts: Optional[ResourceOptions] = None,
                                                             extender_profile: Optional[str] = None,
                                                             adom: Optional[str] = None,
                                                             backhaul_interface: Optional[str] = None,
                                                             backhaul_ip: Optional[str] = None,
                                                             backhauls: Optional[Sequence[ObjectExtensioncontrollerExtenderprofileLanextensionBackhaulArgs]] = None,
                                                             downlinks: Optional[Sequence[ObjectExtensioncontrollerExtenderprofileLanextensionDownlinkArgs]] = None,
                                                             dynamic_sort_subtable: Optional[str] = None,
                                                             ipsec_tunnel: Optional[str] = None,
                                                             link_loadbalance: Optional[str] = None,
                                                             object_extensioncontroller_extenderprofile_lanextension_id: Optional[str] = None,
                                                             scopetype: Optional[str] = None)
    func NewObjectExtensioncontrollerExtenderprofileLanextension(ctx *Context, name string, args ObjectExtensioncontrollerExtenderprofileLanextensionArgs, opts ...ResourceOption) (*ObjectExtensioncontrollerExtenderprofileLanextension, error)
    public ObjectExtensioncontrollerExtenderprofileLanextension(string name, ObjectExtensioncontrollerExtenderprofileLanextensionArgs args, CustomResourceOptions? opts = null)
    public ObjectExtensioncontrollerExtenderprofileLanextension(String name, ObjectExtensioncontrollerExtenderprofileLanextensionArgs args)
    public ObjectExtensioncontrollerExtenderprofileLanextension(String name, ObjectExtensioncontrollerExtenderprofileLanextensionArgs args, CustomResourceOptions options)
    
    type: fortimanager:ObjectExtensioncontrollerExtenderprofileLanextension
    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 ObjectExtensioncontrollerExtenderprofileLanextensionArgs
    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 ObjectExtensioncontrollerExtenderprofileLanextensionArgs
    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 ObjectExtensioncontrollerExtenderprofileLanextensionArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ObjectExtensioncontrollerExtenderprofileLanextensionArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ObjectExtensioncontrollerExtenderprofileLanextensionArgs
    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 objectExtensioncontrollerExtenderprofileLanextensionResource = new Fortimanager.ObjectExtensioncontrollerExtenderprofileLanextension("objectExtensioncontrollerExtenderprofileLanextensionResource", new()
    {
        ExtenderProfile = "string",
        Adom = "string",
        BackhaulInterface = "string",
        BackhaulIp = "string",
        Backhauls = new[]
        {
            new Fortimanager.Inputs.ObjectExtensioncontrollerExtenderprofileLanextensionBackhaulArgs
            {
                Name = "string",
                Port = "string",
                Role = "string",
                Weight = 0,
            },
        },
        Downlinks = new[]
        {
            new Fortimanager.Inputs.ObjectExtensioncontrollerExtenderprofileLanextensionDownlinkArgs
            {
                Name = "string",
                Port = "string",
                Pvid = 0,
                Type = "string",
                Vaps = new[]
                {
                    "string",
                },
            },
        },
        DynamicSortSubtable = "string",
        IpsecTunnel = "string",
        LinkLoadbalance = "string",
        ObjectExtensioncontrollerExtenderprofileLanextensionId = "string",
        Scopetype = "string",
    });
    
    example, err := fortimanager.NewObjectExtensioncontrollerExtenderprofileLanextension(ctx, "objectExtensioncontrollerExtenderprofileLanextensionResource", &fortimanager.ObjectExtensioncontrollerExtenderprofileLanextensionArgs{
    ExtenderProfile: pulumi.String("string"),
    Adom: pulumi.String("string"),
    BackhaulInterface: pulumi.String("string"),
    BackhaulIp: pulumi.String("string"),
    Backhauls: .ObjectExtensioncontrollerExtenderprofileLanextensionBackhaulTypeArray{
    &.ObjectExtensioncontrollerExtenderprofileLanextensionBackhaulTypeArgs{
    Name: pulumi.String("string"),
    Port: pulumi.String("string"),
    Role: pulumi.String("string"),
    Weight: pulumi.Float64(0),
    },
    },
    Downlinks: .ObjectExtensioncontrollerExtenderprofileLanextensionDownlinkArray{
    &.ObjectExtensioncontrollerExtenderprofileLanextensionDownlinkArgs{
    Name: pulumi.String("string"),
    Port: pulumi.String("string"),
    Pvid: pulumi.Float64(0),
    Type: pulumi.String("string"),
    Vaps: pulumi.StringArray{
    pulumi.String("string"),
    },
    },
    },
    DynamicSortSubtable: pulumi.String("string"),
    IpsecTunnel: pulumi.String("string"),
    LinkLoadbalance: pulumi.String("string"),
    ObjectExtensioncontrollerExtenderprofileLanextensionId: pulumi.String("string"),
    Scopetype: pulumi.String("string"),
    })
    
    var objectExtensioncontrollerExtenderprofileLanextensionResource = new ObjectExtensioncontrollerExtenderprofileLanextension("objectExtensioncontrollerExtenderprofileLanextensionResource", ObjectExtensioncontrollerExtenderprofileLanextensionArgs.builder()
        .extenderProfile("string")
        .adom("string")
        .backhaulInterface("string")
        .backhaulIp("string")
        .backhauls(ObjectExtensioncontrollerExtenderprofileLanextensionBackhaulArgs.builder()
            .name("string")
            .port("string")
            .role("string")
            .weight(0)
            .build())
        .downlinks(ObjectExtensioncontrollerExtenderprofileLanextensionDownlinkArgs.builder()
            .name("string")
            .port("string")
            .pvid(0)
            .type("string")
            .vaps("string")
            .build())
        .dynamicSortSubtable("string")
        .ipsecTunnel("string")
        .linkLoadbalance("string")
        .objectExtensioncontrollerExtenderprofileLanextensionId("string")
        .scopetype("string")
        .build());
    
    object_extensioncontroller_extenderprofile_lanextension_resource = fortimanager.ObjectExtensioncontrollerExtenderprofileLanextension("objectExtensioncontrollerExtenderprofileLanextensionResource",
        extender_profile="string",
        adom="string",
        backhaul_interface="string",
        backhaul_ip="string",
        backhauls=[{
            "name": "string",
            "port": "string",
            "role": "string",
            "weight": 0,
        }],
        downlinks=[{
            "name": "string",
            "port": "string",
            "pvid": 0,
            "type": "string",
            "vaps": ["string"],
        }],
        dynamic_sort_subtable="string",
        ipsec_tunnel="string",
        link_loadbalance="string",
        object_extensioncontroller_extenderprofile_lanextension_id="string",
        scopetype="string")
    
    const objectExtensioncontrollerExtenderprofileLanextensionResource = new fortimanager.ObjectExtensioncontrollerExtenderprofileLanextension("objectExtensioncontrollerExtenderprofileLanextensionResource", {
        extenderProfile: "string",
        adom: "string",
        backhaulInterface: "string",
        backhaulIp: "string",
        backhauls: [{
            name: "string",
            port: "string",
            role: "string",
            weight: 0,
        }],
        downlinks: [{
            name: "string",
            port: "string",
            pvid: 0,
            type: "string",
            vaps: ["string"],
        }],
        dynamicSortSubtable: "string",
        ipsecTunnel: "string",
        linkLoadbalance: "string",
        objectExtensioncontrollerExtenderprofileLanextensionId: "string",
        scopetype: "string",
    });
    
    type: fortimanager:ObjectExtensioncontrollerExtenderprofileLanextension
    properties:
        adom: string
        backhaulInterface: string
        backhaulIp: string
        backhauls:
            - name: string
              port: string
              role: string
              weight: 0
        downlinks:
            - name: string
              port: string
              pvid: 0
              type: string
              vaps:
                - string
        dynamicSortSubtable: string
        extenderProfile: string
        ipsecTunnel: string
        linkLoadbalance: string
        objectExtensioncontrollerExtenderprofileLanextensionId: string
        scopetype: string
    

    ObjectExtensioncontrollerExtenderprofileLanextension 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 ObjectExtensioncontrollerExtenderprofileLanextension resource accepts the following input properties:

    ExtenderProfile string
    Extender Profile.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    BackhaulInterface string
    IPsec phase1 interface.
    BackhaulIp string
    IPsec phase1 IPv4/FQDN. Used to specify the external IP/FQDN when the FortiGate unit is behind a NAT device.
    Backhauls List<ObjectExtensioncontrollerExtenderprofileLanextensionBackhaul>
    Backhaul. The structure of backhaul block is documented below.
    Downlinks List<ObjectExtensioncontrollerExtenderprofileLanextensionDownlink>
    Downlinks. The structure of downlinks block is documented below.
    DynamicSortSubtable string
    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.
    IpsecTunnel string
    IPsec tunnel name.
    LinkLoadbalance string
    LAN extension link load balance strategy. Valid values: activebackup, loadbalance.
    ObjectExtensioncontrollerExtenderprofileLanextensionId string
    an identifier for the resource.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    ExtenderProfile string
    Extender Profile.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    BackhaulInterface string
    IPsec phase1 interface.
    BackhaulIp string
    IPsec phase1 IPv4/FQDN. Used to specify the external IP/FQDN when the FortiGate unit is behind a NAT device.
    Backhauls []ObjectExtensioncontrollerExtenderprofileLanextensionBackhaulTypeArgs
    Backhaul. The structure of backhaul block is documented below.
    Downlinks []ObjectExtensioncontrollerExtenderprofileLanextensionDownlinkArgs
    Downlinks. The structure of downlinks block is documented below.
    DynamicSortSubtable string
    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.
    IpsecTunnel string
    IPsec tunnel name.
    LinkLoadbalance string
    LAN extension link load balance strategy. Valid values: activebackup, loadbalance.
    ObjectExtensioncontrollerExtenderprofileLanextensionId string
    an identifier for the resource.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    extenderProfile String
    Extender Profile.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    backhaulInterface String
    IPsec phase1 interface.
    backhaulIp String
    IPsec phase1 IPv4/FQDN. Used to specify the external IP/FQDN when the FortiGate unit is behind a NAT device.
    backhauls List<ObjectExtensioncontrollerExtenderprofileLanextensionBackhaul>
    Backhaul. The structure of backhaul block is documented below.
    downlinks List<ObjectExtensioncontrollerExtenderprofileLanextensionDownlink>
    Downlinks. The structure of downlinks block is documented below.
    dynamicSortSubtable String
    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.
    ipsecTunnel String
    IPsec tunnel name.
    linkLoadbalance String
    LAN extension link load balance strategy. Valid values: activebackup, loadbalance.
    objectExtensioncontrollerExtenderprofileLanextensionId String
    an identifier for the resource.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    extenderProfile string
    Extender Profile.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    backhaulInterface string
    IPsec phase1 interface.
    backhaulIp string
    IPsec phase1 IPv4/FQDN. Used to specify the external IP/FQDN when the FortiGate unit is behind a NAT device.
    backhauls ObjectExtensioncontrollerExtenderprofileLanextensionBackhaul[]
    Backhaul. The structure of backhaul block is documented below.
    downlinks ObjectExtensioncontrollerExtenderprofileLanextensionDownlink[]
    Downlinks. The structure of downlinks block is documented below.
    dynamicSortSubtable string
    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.
    ipsecTunnel string
    IPsec tunnel name.
    linkLoadbalance string
    LAN extension link load balance strategy. Valid values: activebackup, loadbalance.
    objectExtensioncontrollerExtenderprofileLanextensionId string
    an identifier for the resource.
    scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    extender_profile str
    Extender Profile.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    backhaul_interface str
    IPsec phase1 interface.
    backhaul_ip str
    IPsec phase1 IPv4/FQDN. Used to specify the external IP/FQDN when the FortiGate unit is behind a NAT device.
    backhauls Sequence[ObjectExtensioncontrollerExtenderprofileLanextensionBackhaulArgs]
    Backhaul. The structure of backhaul block is documented below.
    downlinks Sequence[ObjectExtensioncontrollerExtenderprofileLanextensionDownlinkArgs]
    Downlinks. The structure of downlinks block is documented below.
    dynamic_sort_subtable str
    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.
    ipsec_tunnel str
    IPsec tunnel name.
    link_loadbalance str
    LAN extension link load balance strategy. Valid values: activebackup, loadbalance.
    object_extensioncontroller_extenderprofile_lanextension_id str
    an identifier for the resource.
    scopetype str
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    extenderProfile String
    Extender Profile.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    backhaulInterface String
    IPsec phase1 interface.
    backhaulIp String
    IPsec phase1 IPv4/FQDN. Used to specify the external IP/FQDN when the FortiGate unit is behind a NAT device.
    backhauls List<Property Map>
    Backhaul. The structure of backhaul block is documented below.
    downlinks List<Property Map>
    Downlinks. The structure of downlinks block is documented below.
    dynamicSortSubtable String
    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.
    ipsecTunnel String
    IPsec tunnel name.
    linkLoadbalance String
    LAN extension link load balance strategy. Valid values: activebackup, loadbalance.
    objectExtensioncontrollerExtenderprofileLanextensionId String
    an identifier for the resource.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the ObjectExtensioncontrollerExtenderprofileLanextension 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 ObjectExtensioncontrollerExtenderprofileLanextension Resource

    Get an existing ObjectExtensioncontrollerExtenderprofileLanextension 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?: ObjectExtensioncontrollerExtenderprofileLanextensionState, opts?: CustomResourceOptions): ObjectExtensioncontrollerExtenderprofileLanextension
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            adom: Optional[str] = None,
            backhaul_interface: Optional[str] = None,
            backhaul_ip: Optional[str] = None,
            backhauls: Optional[Sequence[ObjectExtensioncontrollerExtenderprofileLanextensionBackhaulArgs]] = None,
            downlinks: Optional[Sequence[ObjectExtensioncontrollerExtenderprofileLanextensionDownlinkArgs]] = None,
            dynamic_sort_subtable: Optional[str] = None,
            extender_profile: Optional[str] = None,
            ipsec_tunnel: Optional[str] = None,
            link_loadbalance: Optional[str] = None,
            object_extensioncontroller_extenderprofile_lanextension_id: Optional[str] = None,
            scopetype: Optional[str] = None) -> ObjectExtensioncontrollerExtenderprofileLanextension
    func GetObjectExtensioncontrollerExtenderprofileLanextension(ctx *Context, name string, id IDInput, state *ObjectExtensioncontrollerExtenderprofileLanextensionState, opts ...ResourceOption) (*ObjectExtensioncontrollerExtenderprofileLanextension, error)
    public static ObjectExtensioncontrollerExtenderprofileLanextension Get(string name, Input<string> id, ObjectExtensioncontrollerExtenderprofileLanextensionState? state, CustomResourceOptions? opts = null)
    public static ObjectExtensioncontrollerExtenderprofileLanextension get(String name, Output<String> id, ObjectExtensioncontrollerExtenderprofileLanextensionState state, CustomResourceOptions options)
    resources:  _:    type: fortimanager:ObjectExtensioncontrollerExtenderprofileLanextension    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.
    The following state arguments are supported:
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    BackhaulInterface string
    IPsec phase1 interface.
    BackhaulIp string
    IPsec phase1 IPv4/FQDN. Used to specify the external IP/FQDN when the FortiGate unit is behind a NAT device.
    Backhauls List<ObjectExtensioncontrollerExtenderprofileLanextensionBackhaul>
    Backhaul. The structure of backhaul block is documented below.
    Downlinks List<ObjectExtensioncontrollerExtenderprofileLanextensionDownlink>
    Downlinks. The structure of downlinks block is documented below.
    DynamicSortSubtable string
    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.
    ExtenderProfile string
    Extender Profile.
    IpsecTunnel string
    IPsec tunnel name.
    LinkLoadbalance string
    LAN extension link load balance strategy. Valid values: activebackup, loadbalance.
    ObjectExtensioncontrollerExtenderprofileLanextensionId string
    an identifier for the resource.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    BackhaulInterface string
    IPsec phase1 interface.
    BackhaulIp string
    IPsec phase1 IPv4/FQDN. Used to specify the external IP/FQDN when the FortiGate unit is behind a NAT device.
    Backhauls []ObjectExtensioncontrollerExtenderprofileLanextensionBackhaulTypeArgs
    Backhaul. The structure of backhaul block is documented below.
    Downlinks []ObjectExtensioncontrollerExtenderprofileLanextensionDownlinkArgs
    Downlinks. The structure of downlinks block is documented below.
    DynamicSortSubtable string
    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.
    ExtenderProfile string
    Extender Profile.
    IpsecTunnel string
    IPsec tunnel name.
    LinkLoadbalance string
    LAN extension link load balance strategy. Valid values: activebackup, loadbalance.
    ObjectExtensioncontrollerExtenderprofileLanextensionId string
    an identifier for the resource.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    backhaulInterface String
    IPsec phase1 interface.
    backhaulIp String
    IPsec phase1 IPv4/FQDN. Used to specify the external IP/FQDN when the FortiGate unit is behind a NAT device.
    backhauls List<ObjectExtensioncontrollerExtenderprofileLanextensionBackhaul>
    Backhaul. The structure of backhaul block is documented below.
    downlinks List<ObjectExtensioncontrollerExtenderprofileLanextensionDownlink>
    Downlinks. The structure of downlinks block is documented below.
    dynamicSortSubtable String
    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.
    extenderProfile String
    Extender Profile.
    ipsecTunnel String
    IPsec tunnel name.
    linkLoadbalance String
    LAN extension link load balance strategy. Valid values: activebackup, loadbalance.
    objectExtensioncontrollerExtenderprofileLanextensionId String
    an identifier for the resource.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    backhaulInterface string
    IPsec phase1 interface.
    backhaulIp string
    IPsec phase1 IPv4/FQDN. Used to specify the external IP/FQDN when the FortiGate unit is behind a NAT device.
    backhauls ObjectExtensioncontrollerExtenderprofileLanextensionBackhaul[]
    Backhaul. The structure of backhaul block is documented below.
    downlinks ObjectExtensioncontrollerExtenderprofileLanextensionDownlink[]
    Downlinks. The structure of downlinks block is documented below.
    dynamicSortSubtable string
    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.
    extenderProfile string
    Extender Profile.
    ipsecTunnel string
    IPsec tunnel name.
    linkLoadbalance string
    LAN extension link load balance strategy. Valid values: activebackup, loadbalance.
    objectExtensioncontrollerExtenderprofileLanextensionId string
    an identifier for the resource.
    scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    backhaul_interface str
    IPsec phase1 interface.
    backhaul_ip str
    IPsec phase1 IPv4/FQDN. Used to specify the external IP/FQDN when the FortiGate unit is behind a NAT device.
    backhauls Sequence[ObjectExtensioncontrollerExtenderprofileLanextensionBackhaulArgs]
    Backhaul. The structure of backhaul block is documented below.
    downlinks Sequence[ObjectExtensioncontrollerExtenderprofileLanextensionDownlinkArgs]
    Downlinks. The structure of downlinks block is documented below.
    dynamic_sort_subtable str
    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.
    extender_profile str
    Extender Profile.
    ipsec_tunnel str
    IPsec tunnel name.
    link_loadbalance str
    LAN extension link load balance strategy. Valid values: activebackup, loadbalance.
    object_extensioncontroller_extenderprofile_lanextension_id str
    an identifier for the resource.
    scopetype str
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    backhaulInterface String
    IPsec phase1 interface.
    backhaulIp String
    IPsec phase1 IPv4/FQDN. Used to specify the external IP/FQDN when the FortiGate unit is behind a NAT device.
    backhauls List<Property Map>
    Backhaul. The structure of backhaul block is documented below.
    downlinks List<Property Map>
    Downlinks. The structure of downlinks block is documented below.
    dynamicSortSubtable String
    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.
    extenderProfile String
    Extender Profile.
    ipsecTunnel String
    IPsec tunnel name.
    linkLoadbalance String
    LAN extension link load balance strategy. Valid values: activebackup, loadbalance.
    objectExtensioncontrollerExtenderprofileLanextensionId String
    an identifier for the resource.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.

    Supporting Types

    ObjectExtensioncontrollerExtenderprofileLanextensionBackhaul, ObjectExtensioncontrollerExtenderprofileLanextensionBackhaulArgs

    Name string
    FortiExtender LAN extension backhaul 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.
    Weight double
    WRR weight parameter.
    Name string
    FortiExtender LAN extension backhaul 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.
    Weight float64
    WRR weight parameter.
    name String
    FortiExtender LAN extension backhaul 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.
    weight Double
    WRR weight parameter.
    name string
    FortiExtender LAN extension backhaul 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.
    weight number
    WRR weight parameter.
    name str
    FortiExtender LAN extension backhaul 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.
    weight float
    WRR weight parameter.
    name String
    FortiExtender LAN extension backhaul 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.
    weight Number
    WRR weight parameter.
    Name string
    FortiExtender LAN extension downlink config entry name.
    Port string
    FortiExtender LAN extension downlink port. Valid values: port1, port2, port3, port4, port5, lan1, lan2.
    Pvid double
    FortiExtender LAN extension downlink PVID.
    Type string
    FortiExtender LAN extension downlink type [port/vap]. Valid values: port, vap.
    Vaps List<string>
    FortiExtender LAN extension downlink vap.
    Name string
    FortiExtender LAN extension downlink config entry name.
    Port string
    FortiExtender LAN extension downlink port. Valid values: port1, port2, port3, port4, port5, lan1, lan2.
    Pvid float64
    FortiExtender LAN extension downlink PVID.
    Type string
    FortiExtender LAN extension downlink type [port/vap]. Valid values: port, vap.
    Vaps []string
    FortiExtender LAN extension downlink vap.
    name String
    FortiExtender LAN extension downlink config entry name.
    port String
    FortiExtender LAN extension downlink port. Valid values: port1, port2, port3, port4, port5, lan1, lan2.
    pvid Double
    FortiExtender LAN extension downlink PVID.
    type String
    FortiExtender LAN extension downlink type [port/vap]. Valid values: port, vap.
    vaps List<String>
    FortiExtender LAN extension downlink vap.
    name string
    FortiExtender LAN extension downlink config entry name.
    port string
    FortiExtender LAN extension downlink port. Valid values: port1, port2, port3, port4, port5, lan1, lan2.
    pvid number
    FortiExtender LAN extension downlink PVID.
    type string
    FortiExtender LAN extension downlink type [port/vap]. Valid values: port, vap.
    vaps string[]
    FortiExtender LAN extension downlink vap.
    name str
    FortiExtender LAN extension downlink config entry name.
    port str
    FortiExtender LAN extension downlink port. Valid values: port1, port2, port3, port4, port5, lan1, lan2.
    pvid float
    FortiExtender LAN extension downlink PVID.
    type str
    FortiExtender LAN extension downlink type [port/vap]. Valid values: port, vap.
    vaps Sequence[str]
    FortiExtender LAN extension downlink vap.
    name String
    FortiExtender LAN extension downlink config entry name.
    port String
    FortiExtender LAN extension downlink port. Valid values: port1, port2, port3, port4, port5, lan1, lan2.
    pvid Number
    FortiExtender LAN extension downlink PVID.
    type String
    FortiExtender LAN extension downlink type [port/vap]. Valid values: port, vap.
    vaps List<String>
    FortiExtender LAN extension downlink vap.

    Import

    ObjectExtensionController ExtenderProfileLanExtension 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/objectExtensioncontrollerExtenderprofileLanextension:ObjectExtensioncontrollerExtenderprofileLanextension labelname ObjectExtensionControllerExtenderProfileLanExtension
    

    $ 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.
    fortimanager logo
    fortimanager 1.13.0 published on Thursday, Mar 13, 2025 by fortinetdev