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

fortimanager.ObjectExtensioncontrollerExtenderprofileLanextensionBackhaul

Explore with Pulumi AI

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

    LAN extension backhaul tunnel configuration.

    This resource is a sub resource for variable backhaul of resource fortimanager.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,
                                                                     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,
                                                                     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",
        Adom = "string",
        Name = "string",
        ObjectExtensioncontrollerExtenderprofileLanextensionBackhaulId = "string",
        Port = "string",
        Role = "string",
        Scopetype = "string",
        Weight = 0,
    });
    
    example, err := fortimanager.NewObjectExtensioncontrollerExtenderprofileLanextensionBackhaul(ctx, "objectExtensioncontrollerExtenderprofileLanextensionBackhaulResource", &fortimanager.ObjectExtensioncontrollerExtenderprofileLanextensionBackhaulArgs{
    ExtenderProfile: pulumi.String("string"),
    Adom: pulumi.String("string"),
    Name: pulumi.String("string"),
    ObjectExtensioncontrollerExtenderprofileLanextensionBackhaulId: pulumi.String("string"),
    Port: pulumi.String("string"),
    Role: pulumi.String("string"),
    Scopetype: pulumi.String("string"),
    Weight: pulumi.Float64(0),
    })
    
    var objectExtensioncontrollerExtenderprofileLanextensionBackhaulResource = new ObjectExtensioncontrollerExtenderprofileLanextensionBackhaul("objectExtensioncontrollerExtenderprofileLanextensionBackhaulResource", ObjectExtensioncontrollerExtenderprofileLanextensionBackhaulArgs.builder()
        .extenderProfile("string")
        .adom("string")
        .name("string")
        .objectExtensioncontrollerExtenderprofileLanextensionBackhaulId("string")
        .port("string")
        .role("string")
        .scopetype("string")
        .weight(0)
        .build());
    
    object_extensioncontroller_extenderprofile_lanextension_backhaul_resource = fortimanager.ObjectExtensioncontrollerExtenderprofileLanextensionBackhaul("objectExtensioncontrollerExtenderprofileLanextensionBackhaulResource",
        extender_profile="string",
        adom="string",
        name="string",
        object_extensioncontroller_extenderprofile_lanextension_backhaul_id="string",
        port="string",
        role="string",
        scopetype="string",
        weight=0)
    
    const objectExtensioncontrollerExtenderprofileLanextensionBackhaulResource = new fortimanager.ObjectExtensioncontrollerExtenderprofileLanextensionBackhaul("objectExtensioncontrollerExtenderprofileLanextensionBackhaulResource", {
        extenderProfile: "string",
        adom: "string",
        name: "string",
        objectExtensioncontrollerExtenderprofileLanextensionBackhaulId: "string",
        port: "string",
        role: "string",
        scopetype: "string",
        weight: 0,
    });
    
    type: fortimanager:ObjectExtensioncontrollerExtenderprofileLanextensionBackhaul
    properties:
        adom: string
        extenderProfile: string
        name: string
        objectExtensioncontrollerExtenderprofileLanextensionBackhaulId: string
        port: string
        role: string
        scopetype: string
        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:

    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.
    Name string
    FortiExtender LAN extension backhaul name.
    ObjectExtensioncontrollerExtenderprofileLanextensionBackhaulId string
    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. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    Weight double
    WRR weight parameter.
    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.
    Name string
    FortiExtender LAN extension backhaul name.
    ObjectExtensioncontrollerExtenderprofileLanextensionBackhaulId string
    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. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    Weight float64
    WRR weight parameter.
    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.
    name String
    FortiExtender LAN extension backhaul name.
    objectExtensioncontrollerExtenderprofileLanextensionBackhaulId String
    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. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    weight Double
    WRR weight parameter.
    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.
    name string
    FortiExtender LAN extension backhaul name.
    objectExtensioncontrollerExtenderprofileLanextensionBackhaulId string
    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. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    weight number
    WRR weight parameter.
    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.
    name str
    FortiExtender LAN extension backhaul name.
    object_extensioncontroller_extenderprofile_lanextension_backhaul_id str
    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. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    weight float
    WRR weight parameter.
    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.
    name String
    FortiExtender LAN extension backhaul name.
    objectExtensioncontrollerExtenderprofileLanextensionBackhaulId String
    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. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    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,
            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,
            weight: Optional[float] = None) -> ObjectExtensioncontrollerExtenderprofileLanextensionBackhaul
    func 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.
    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.
    ExtenderProfile string
    Extender Profile.
    Name string
    FortiExtender LAN extension backhaul name.
    ObjectExtensioncontrollerExtenderprofileLanextensionBackhaulId string
    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. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    Weight double
    WRR weight parameter.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    ExtenderProfile string
    Extender Profile.
    Name string
    FortiExtender LAN extension backhaul name.
    ObjectExtensioncontrollerExtenderprofileLanextensionBackhaulId string
    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. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    Weight float64
    WRR weight parameter.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    extenderProfile String
    Extender Profile.
    name String
    FortiExtender LAN extension backhaul name.
    objectExtensioncontrollerExtenderprofileLanextensionBackhaulId String
    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. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    weight Double
    WRR weight parameter.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    extenderProfile string
    Extender Profile.
    name string
    FortiExtender LAN extension backhaul name.
    objectExtensioncontrollerExtenderprofileLanextensionBackhaulId string
    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. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    weight number
    WRR weight parameter.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    extender_profile str
    Extender Profile.
    name str
    FortiExtender LAN extension backhaul name.
    object_extensioncontroller_extenderprofile_lanextension_backhaul_id str
    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. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    weight float
    WRR weight parameter.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    extenderProfile String
    Extender Profile.
    name String
    FortiExtender LAN extension backhaul name.
    objectExtensioncontrollerExtenderprofileLanextensionBackhaulId String
    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. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    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 fortimanager Terraform Provider.
    fortimanager logo
    fortimanager 1.13.0 published on Thursday, Mar 13, 2025 by fortinetdev