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

fortimanager.ObjectWirelesscontrollerHotspot20Qosmap

Explore with Pulumi AI

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

    Configure QoS map set.

    The following variables have sub resource. Avoid using them together, otherwise conflicts and overwrites may occur.

    • dscp_except: fortimanager.ObjectWirelesscontrollerHotspot20QosmapDscpexcept
    • dscp_range: fortimanager.ObjectWirelesscontrollerHotspot20QosmapDscprange

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as fortimanager from "@pulumi/fortimanager";
    
    const labelname = new fortimanager.ObjectWirelesscontrollerHotspot20Qosmap("labelname", {});
    
    import pulumi
    import pulumi_fortimanager as fortimanager
    
    labelname = fortimanager.ObjectWirelesscontrollerHotspot20Qosmap("labelname")
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-terraform-provider/sdks/go/fortimanager/fortimanager"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := fortimanager.NewObjectWirelesscontrollerHotspot20Qosmap(ctx, "labelname", nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Fortimanager = Pulumi.Fortimanager;
    
    return await Deployment.RunAsync(() => 
    {
        var labelname = new Fortimanager.ObjectWirelesscontrollerHotspot20Qosmap("labelname");
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.fortimanager.ObjectWirelesscontrollerHotspot20Qosmap;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            var labelname = new ObjectWirelesscontrollerHotspot20Qosmap("labelname");
    
        }
    }
    
    resources:
      labelname:
        type: fortimanager:ObjectWirelesscontrollerHotspot20Qosmap
    

    Create ObjectWirelesscontrollerHotspot20Qosmap Resource

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

    Constructor syntax

    new ObjectWirelesscontrollerHotspot20Qosmap(name: string, args?: ObjectWirelesscontrollerHotspot20QosmapArgs, opts?: CustomResourceOptions);
    @overload
    def ObjectWirelesscontrollerHotspot20Qosmap(resource_name: str,
                                                args: Optional[ObjectWirelesscontrollerHotspot20QosmapArgs] = None,
                                                opts: Optional[ResourceOptions] = None)
    
    @overload
    def ObjectWirelesscontrollerHotspot20Qosmap(resource_name: str,
                                                opts: Optional[ResourceOptions] = None,
                                                adom: Optional[str] = None,
                                                dscp_excepts: Optional[Sequence[ObjectWirelesscontrollerHotspot20QosmapDscpExceptArgs]] = None,
                                                dscp_ranges: Optional[Sequence[ObjectWirelesscontrollerHotspot20QosmapDscpRangeArgs]] = None,
                                                dynamic_sort_subtable: Optional[str] = None,
                                                name: Optional[str] = None,
                                                object_wirelesscontroller_hotspot20_qosmap_id: Optional[str] = None,
                                                scopetype: Optional[str] = None)
    func NewObjectWirelesscontrollerHotspot20Qosmap(ctx *Context, name string, args *ObjectWirelesscontrollerHotspot20QosmapArgs, opts ...ResourceOption) (*ObjectWirelesscontrollerHotspot20Qosmap, error)
    public ObjectWirelesscontrollerHotspot20Qosmap(string name, ObjectWirelesscontrollerHotspot20QosmapArgs? args = null, CustomResourceOptions? opts = null)
    public ObjectWirelesscontrollerHotspot20Qosmap(String name, ObjectWirelesscontrollerHotspot20QosmapArgs args)
    public ObjectWirelesscontrollerHotspot20Qosmap(String name, ObjectWirelesscontrollerHotspot20QosmapArgs args, CustomResourceOptions options)
    
    type: fortimanager:ObjectWirelesscontrollerHotspot20Qosmap
    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 ObjectWirelesscontrollerHotspot20QosmapArgs
    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 ObjectWirelesscontrollerHotspot20QosmapArgs
    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 ObjectWirelesscontrollerHotspot20QosmapArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ObjectWirelesscontrollerHotspot20QosmapArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ObjectWirelesscontrollerHotspot20QosmapArgs
    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 objectWirelesscontrollerHotspot20QosmapResource = new Fortimanager.ObjectWirelesscontrollerHotspot20Qosmap("objectWirelesscontrollerHotspot20QosmapResource", new()
    {
        Adom = "string",
        DscpExcepts = new[]
        {
            new Fortimanager.Inputs.ObjectWirelesscontrollerHotspot20QosmapDscpExceptArgs
            {
                Dscp = 0,
                Index = 0,
                Up = 0,
            },
        },
        DscpRanges = new[]
        {
            new Fortimanager.Inputs.ObjectWirelesscontrollerHotspot20QosmapDscpRangeArgs
            {
                High = 0,
                Index = 0,
                Low = 0,
                Up = 0,
            },
        },
        DynamicSortSubtable = "string",
        Name = "string",
        ObjectWirelesscontrollerHotspot20QosmapId = "string",
        Scopetype = "string",
    });
    
    example, err := fortimanager.NewObjectWirelesscontrollerHotspot20Qosmap(ctx, "objectWirelesscontrollerHotspot20QosmapResource", &fortimanager.ObjectWirelesscontrollerHotspot20QosmapArgs{
    Adom: pulumi.String("string"),
    DscpExcepts: .ObjectWirelesscontrollerHotspot20QosmapDscpExceptTypeArray{
    &.ObjectWirelesscontrollerHotspot20QosmapDscpExceptTypeArgs{
    Dscp: pulumi.Float64(0),
    Index: pulumi.Float64(0),
    Up: pulumi.Float64(0),
    },
    },
    DscpRanges: .ObjectWirelesscontrollerHotspot20QosmapDscpRangeTypeArray{
    &.ObjectWirelesscontrollerHotspot20QosmapDscpRangeTypeArgs{
    High: pulumi.Float64(0),
    Index: pulumi.Float64(0),
    Low: pulumi.Float64(0),
    Up: pulumi.Float64(0),
    },
    },
    DynamicSortSubtable: pulumi.String("string"),
    Name: pulumi.String("string"),
    ObjectWirelesscontrollerHotspot20QosmapId: pulumi.String("string"),
    Scopetype: pulumi.String("string"),
    })
    
    var objectWirelesscontrollerHotspot20QosmapResource = new ObjectWirelesscontrollerHotspot20Qosmap("objectWirelesscontrollerHotspot20QosmapResource", ObjectWirelesscontrollerHotspot20QosmapArgs.builder()
        .adom("string")
        .dscpExcepts(ObjectWirelesscontrollerHotspot20QosmapDscpExceptArgs.builder()
            .dscp(0)
            .index(0)
            .up(0)
            .build())
        .dscpRanges(ObjectWirelesscontrollerHotspot20QosmapDscpRangeArgs.builder()
            .high(0)
            .index(0)
            .low(0)
            .up(0)
            .build())
        .dynamicSortSubtable("string")
        .name("string")
        .objectWirelesscontrollerHotspot20QosmapId("string")
        .scopetype("string")
        .build());
    
    object_wirelesscontroller_hotspot20_qosmap_resource = fortimanager.ObjectWirelesscontrollerHotspot20Qosmap("objectWirelesscontrollerHotspot20QosmapResource",
        adom="string",
        dscp_excepts=[{
            "dscp": 0,
            "index": 0,
            "up": 0,
        }],
        dscp_ranges=[{
            "high": 0,
            "index": 0,
            "low": 0,
            "up": 0,
        }],
        dynamic_sort_subtable="string",
        name="string",
        object_wirelesscontroller_hotspot20_qosmap_id="string",
        scopetype="string")
    
    const objectWirelesscontrollerHotspot20QosmapResource = new fortimanager.ObjectWirelesscontrollerHotspot20Qosmap("objectWirelesscontrollerHotspot20QosmapResource", {
        adom: "string",
        dscpExcepts: [{
            dscp: 0,
            index: 0,
            up: 0,
        }],
        dscpRanges: [{
            high: 0,
            index: 0,
            low: 0,
            up: 0,
        }],
        dynamicSortSubtable: "string",
        name: "string",
        objectWirelesscontrollerHotspot20QosmapId: "string",
        scopetype: "string",
    });
    
    type: fortimanager:ObjectWirelesscontrollerHotspot20Qosmap
    properties:
        adom: string
        dscpExcepts:
            - dscp: 0
              index: 0
              up: 0
        dscpRanges:
            - high: 0
              index: 0
              low: 0
              up: 0
        dynamicSortSubtable: string
        name: string
        objectWirelesscontrollerHotspot20QosmapId: string
        scopetype: string
    

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

    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    DscpExcepts List<ObjectWirelesscontrollerHotspot20QosmapDscpExcept>
    Dscp-Except. The structure of dscp_except block is documented below.
    DscpRanges List<ObjectWirelesscontrollerHotspot20QosmapDscpRange>
    Dscp-Range. The structure of dscp_range 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.
    Name string
    QOS-MAP name.
    ObjectWirelesscontrollerHotspot20QosmapId string
    an identifier for the resource with format {{name}}.
    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.
    DscpExcepts []ObjectWirelesscontrollerHotspot20QosmapDscpExceptTypeArgs
    Dscp-Except. The structure of dscp_except block is documented below.
    DscpRanges []ObjectWirelesscontrollerHotspot20QosmapDscpRangeTypeArgs
    Dscp-Range. The structure of dscp_range 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.
    Name string
    QOS-MAP name.
    ObjectWirelesscontrollerHotspot20QosmapId string
    an identifier for the resource with format {{name}}.
    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.
    dscpExcepts List<ObjectWirelesscontrollerHotspot20QosmapDscpExcept>
    Dscp-Except. The structure of dscp_except block is documented below.
    dscpRanges List<ObjectWirelesscontrollerHotspot20QosmapDscpRange>
    Dscp-Range. The structure of dscp_range 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.
    name String
    QOS-MAP name.
    objectWirelesscontrollerHotspot20QosmapId String
    an identifier for the resource with format {{name}}.
    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.
    dscpExcepts ObjectWirelesscontrollerHotspot20QosmapDscpExcept[]
    Dscp-Except. The structure of dscp_except block is documented below.
    dscpRanges ObjectWirelesscontrollerHotspot20QosmapDscpRange[]
    Dscp-Range. The structure of dscp_range 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.
    name string
    QOS-MAP name.
    objectWirelesscontrollerHotspot20QosmapId string
    an identifier for the resource with format {{name}}.
    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.
    dscp_excepts Sequence[ObjectWirelesscontrollerHotspot20QosmapDscpExceptArgs]
    Dscp-Except. The structure of dscp_except block is documented below.
    dscp_ranges Sequence[ObjectWirelesscontrollerHotspot20QosmapDscpRangeArgs]
    Dscp-Range. The structure of dscp_range 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.
    name str
    QOS-MAP name.
    object_wirelesscontroller_hotspot20_qosmap_id str
    an identifier for the resource with format {{name}}.
    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.
    dscpExcepts List<Property Map>
    Dscp-Except. The structure of dscp_except block is documented below.
    dscpRanges List<Property Map>
    Dscp-Range. The structure of dscp_range 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.
    name String
    QOS-MAP name.
    objectWirelesscontrollerHotspot20QosmapId String
    an identifier for the resource with format {{name}}.
    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 ObjectWirelesscontrollerHotspot20Qosmap 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 ObjectWirelesscontrollerHotspot20Qosmap Resource

    Get an existing ObjectWirelesscontrollerHotspot20Qosmap 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?: ObjectWirelesscontrollerHotspot20QosmapState, opts?: CustomResourceOptions): ObjectWirelesscontrollerHotspot20Qosmap
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            adom: Optional[str] = None,
            dscp_excepts: Optional[Sequence[ObjectWirelesscontrollerHotspot20QosmapDscpExceptArgs]] = None,
            dscp_ranges: Optional[Sequence[ObjectWirelesscontrollerHotspot20QosmapDscpRangeArgs]] = None,
            dynamic_sort_subtable: Optional[str] = None,
            name: Optional[str] = None,
            object_wirelesscontroller_hotspot20_qosmap_id: Optional[str] = None,
            scopetype: Optional[str] = None) -> ObjectWirelesscontrollerHotspot20Qosmap
    func GetObjectWirelesscontrollerHotspot20Qosmap(ctx *Context, name string, id IDInput, state *ObjectWirelesscontrollerHotspot20QosmapState, opts ...ResourceOption) (*ObjectWirelesscontrollerHotspot20Qosmap, error)
    public static ObjectWirelesscontrollerHotspot20Qosmap Get(string name, Input<string> id, ObjectWirelesscontrollerHotspot20QosmapState? state, CustomResourceOptions? opts = null)
    public static ObjectWirelesscontrollerHotspot20Qosmap get(String name, Output<String> id, ObjectWirelesscontrollerHotspot20QosmapState state, CustomResourceOptions options)
    resources:  _:    type: fortimanager:ObjectWirelesscontrollerHotspot20Qosmap    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.
    DscpExcepts List<ObjectWirelesscontrollerHotspot20QosmapDscpExcept>
    Dscp-Except. The structure of dscp_except block is documented below.
    DscpRanges List<ObjectWirelesscontrollerHotspot20QosmapDscpRange>
    Dscp-Range. The structure of dscp_range 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.
    Name string
    QOS-MAP name.
    ObjectWirelesscontrollerHotspot20QosmapId string
    an identifier for the resource with format {{name}}.
    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.
    DscpExcepts []ObjectWirelesscontrollerHotspot20QosmapDscpExceptTypeArgs
    Dscp-Except. The structure of dscp_except block is documented below.
    DscpRanges []ObjectWirelesscontrollerHotspot20QosmapDscpRangeTypeArgs
    Dscp-Range. The structure of dscp_range 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.
    Name string
    QOS-MAP name.
    ObjectWirelesscontrollerHotspot20QosmapId string
    an identifier for the resource with format {{name}}.
    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.
    dscpExcepts List<ObjectWirelesscontrollerHotspot20QosmapDscpExcept>
    Dscp-Except. The structure of dscp_except block is documented below.
    dscpRanges List<ObjectWirelesscontrollerHotspot20QosmapDscpRange>
    Dscp-Range. The structure of dscp_range 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.
    name String
    QOS-MAP name.
    objectWirelesscontrollerHotspot20QosmapId String
    an identifier for the resource with format {{name}}.
    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.
    dscpExcepts ObjectWirelesscontrollerHotspot20QosmapDscpExcept[]
    Dscp-Except. The structure of dscp_except block is documented below.
    dscpRanges ObjectWirelesscontrollerHotspot20QosmapDscpRange[]
    Dscp-Range. The structure of dscp_range 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.
    name string
    QOS-MAP name.
    objectWirelesscontrollerHotspot20QosmapId string
    an identifier for the resource with format {{name}}.
    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.
    dscp_excepts Sequence[ObjectWirelesscontrollerHotspot20QosmapDscpExceptArgs]
    Dscp-Except. The structure of dscp_except block is documented below.
    dscp_ranges Sequence[ObjectWirelesscontrollerHotspot20QosmapDscpRangeArgs]
    Dscp-Range. The structure of dscp_range 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.
    name str
    QOS-MAP name.
    object_wirelesscontroller_hotspot20_qosmap_id str
    an identifier for the resource with format {{name}}.
    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.
    dscpExcepts List<Property Map>
    Dscp-Except. The structure of dscp_except block is documented below.
    dscpRanges List<Property Map>
    Dscp-Range. The structure of dscp_range 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.
    name String
    QOS-MAP name.
    objectWirelesscontrollerHotspot20QosmapId String
    an identifier for the resource with format {{name}}.
    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

    ObjectWirelesscontrollerHotspot20QosmapDscpExcept, ObjectWirelesscontrollerHotspot20QosmapDscpExceptArgs

    Dscp double
    DSCP value.
    Index double
    DSCP exception index.
    Up double
    User priority.
    Dscp float64
    DSCP value.
    Index float64
    DSCP exception index.
    Up float64
    User priority.
    dscp Double
    DSCP value.
    index Double
    DSCP exception index.
    up Double
    User priority.
    dscp number
    DSCP value.
    index number
    DSCP exception index.
    up number
    User priority.
    dscp float
    DSCP value.
    index float
    DSCP exception index.
    up float
    User priority.
    dscp Number
    DSCP value.
    index Number
    DSCP exception index.
    up Number
    User priority.

    ObjectWirelesscontrollerHotspot20QosmapDscpRange, ObjectWirelesscontrollerHotspot20QosmapDscpRangeArgs

    High double
    DSCP high value.
    Index double
    DSCP range index.
    Low double
    DSCP low value.
    Up double
    User priority.
    High float64
    DSCP high value.
    Index float64
    DSCP range index.
    Low float64
    DSCP low value.
    Up float64
    User priority.
    high Double
    DSCP high value.
    index Double
    DSCP range index.
    low Double
    DSCP low value.
    up Double
    User priority.
    high number
    DSCP high value.
    index number
    DSCP range index.
    low number
    DSCP low value.
    up number
    User priority.
    high float
    DSCP high value.
    index float
    DSCP range index.
    low float
    DSCP low value.
    up float
    User priority.
    high Number
    DSCP high value.
    index Number
    DSCP range index.
    low Number
    DSCP low value.
    up Number
    User priority.

    Import

    ObjectWirelessController Hotspot20QosMap can be imported using any of these accepted formats:

    $ export “FORTIMANAGER_IMPORT_TABLE”=“true”

    $ pulumi import fortimanager:index/objectWirelesscontrollerHotspot20Qosmap:ObjectWirelesscontrollerHotspot20Qosmap 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