1. Packages
  2. Fortimanager Provider
  3. API Docs
  4. ObjectSwitchcontrollerQosQueuepolicy
fortimanager 1.14.0 published on Tuesday, Apr 15, 2025 by fortinetdev

fortimanager.ObjectSwitchcontrollerQosQueuepolicy

Explore with Pulumi AI

Configure FortiSwitch QoS egress queue policy.

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

  • cos_queue: fortimanager.ObjectSwitchcontrollerQosQueuepolicyCosqueue

Example Usage

import * as pulumi from "@pulumi/pulumi";
import * as fortimanager from "@pulumi/fortimanager";

const trname = new fortimanager.ObjectSwitchcontrollerQosQueuepolicy("trname", {
    rateBy: "kbps",
    schedule: "round-robin",
});
Copy
import pulumi
import pulumi_fortimanager as fortimanager

trname = fortimanager.ObjectSwitchcontrollerQosQueuepolicy("trname",
    rate_by="kbps",
    schedule="round-robin")
Copy
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.NewObjectSwitchcontrollerQosQueuepolicy(ctx, "trname", &fortimanager.ObjectSwitchcontrollerQosQueuepolicyArgs{
			RateBy:   pulumi.String("kbps"),
			Schedule: pulumi.String("round-robin"),
		})
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Fortimanager = Pulumi.Fortimanager;

return await Deployment.RunAsync(() => 
{
    var trname = new Fortimanager.ObjectSwitchcontrollerQosQueuepolicy("trname", new()
    {
        RateBy = "kbps",
        Schedule = "round-robin",
    });

});
Copy
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.fortimanager.ObjectSwitchcontrollerQosQueuepolicy;
import com.pulumi.fortimanager.ObjectSwitchcontrollerQosQueuepolicyArgs;
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 trname = new ObjectSwitchcontrollerQosQueuepolicy("trname", ObjectSwitchcontrollerQosQueuepolicyArgs.builder()
            .rateBy("kbps")
            .schedule("round-robin")
            .build());

    }
}
Copy
resources:
  trname:
    type: fortimanager:ObjectSwitchcontrollerQosQueuepolicy
    properties:
      rateBy: kbps
      schedule: round-robin
Copy

Create ObjectSwitchcontrollerQosQueuepolicy Resource

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

Constructor syntax

new ObjectSwitchcontrollerQosQueuepolicy(name: string, args?: ObjectSwitchcontrollerQosQueuepolicyArgs, opts?: CustomResourceOptions);
@overload
def ObjectSwitchcontrollerQosQueuepolicy(resource_name: str,
                                         args: Optional[ObjectSwitchcontrollerQosQueuepolicyArgs] = None,
                                         opts: Optional[ResourceOptions] = None)

@overload
def ObjectSwitchcontrollerQosQueuepolicy(resource_name: str,
                                         opts: Optional[ResourceOptions] = None,
                                         adom: Optional[str] = None,
                                         cos_queues: Optional[Sequence[ObjectSwitchcontrollerQosQueuepolicyCosQueueArgs]] = None,
                                         dynamic_sort_subtable: Optional[str] = None,
                                         name: Optional[str] = None,
                                         object_switchcontroller_qos_queuepolicy_id: Optional[str] = None,
                                         rate_by: Optional[str] = None,
                                         schedule: Optional[str] = None,
                                         scopetype: Optional[str] = None)
func NewObjectSwitchcontrollerQosQueuepolicy(ctx *Context, name string, args *ObjectSwitchcontrollerQosQueuepolicyArgs, opts ...ResourceOption) (*ObjectSwitchcontrollerQosQueuepolicy, error)
public ObjectSwitchcontrollerQosQueuepolicy(string name, ObjectSwitchcontrollerQosQueuepolicyArgs? args = null, CustomResourceOptions? opts = null)
public ObjectSwitchcontrollerQosQueuepolicy(String name, ObjectSwitchcontrollerQosQueuepolicyArgs args)
public ObjectSwitchcontrollerQosQueuepolicy(String name, ObjectSwitchcontrollerQosQueuepolicyArgs args, CustomResourceOptions options)
type: fortimanager:ObjectSwitchcontrollerQosQueuepolicy
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args ObjectSwitchcontrollerQosQueuepolicyArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args ObjectSwitchcontrollerQosQueuepolicyArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args ObjectSwitchcontrollerQosQueuepolicyArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args ObjectSwitchcontrollerQosQueuepolicyArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. ObjectSwitchcontrollerQosQueuepolicyArgs
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 objectSwitchcontrollerQosQueuepolicyResource = new Fortimanager.ObjectSwitchcontrollerQosQueuepolicy("objectSwitchcontrollerQosQueuepolicyResource", new()
{
    Adom = "string",
    CosQueues = new[]
    {
        new Fortimanager.Inputs.ObjectSwitchcontrollerQosQueuepolicyCosQueueArgs
        {
            Description = "string",
            DropPolicy = "string",
            Ecn = "string",
            MaxRate = 0,
            MaxRatePercent = 0,
            MinRate = 0,
            MinRatePercent = 0,
            Name = "string",
            Weight = 0,
        },
    },
    DynamicSortSubtable = "string",
    Name = "string",
    ObjectSwitchcontrollerQosQueuepolicyId = "string",
    RateBy = "string",
    Schedule = "string",
    Scopetype = "string",
});
Copy
example, err := fortimanager.NewObjectSwitchcontrollerQosQueuepolicy(ctx, "objectSwitchcontrollerQosQueuepolicyResource", &fortimanager.ObjectSwitchcontrollerQosQueuepolicyArgs{
	Adom: pulumi.String("string"),
	CosQueues: fortimanager.ObjectSwitchcontrollerQosQueuepolicyCosQueueTypeArray{
		&fortimanager.ObjectSwitchcontrollerQosQueuepolicyCosQueueTypeArgs{
			Description:    pulumi.String("string"),
			DropPolicy:     pulumi.String("string"),
			Ecn:            pulumi.String("string"),
			MaxRate:        pulumi.Float64(0),
			MaxRatePercent: pulumi.Float64(0),
			MinRate:        pulumi.Float64(0),
			MinRatePercent: pulumi.Float64(0),
			Name:           pulumi.String("string"),
			Weight:         pulumi.Float64(0),
		},
	},
	DynamicSortSubtable:                    pulumi.String("string"),
	Name:                                   pulumi.String("string"),
	ObjectSwitchcontrollerQosQueuepolicyId: pulumi.String("string"),
	RateBy:                                 pulumi.String("string"),
	Schedule:                               pulumi.String("string"),
	Scopetype:                              pulumi.String("string"),
})
Copy
var objectSwitchcontrollerQosQueuepolicyResource = new ObjectSwitchcontrollerQosQueuepolicy("objectSwitchcontrollerQosQueuepolicyResource", ObjectSwitchcontrollerQosQueuepolicyArgs.builder()
    .adom("string")
    .cosQueues(ObjectSwitchcontrollerQosQueuepolicyCosQueueArgs.builder()
        .description("string")
        .dropPolicy("string")
        .ecn("string")
        .maxRate(0)
        .maxRatePercent(0)
        .minRate(0)
        .minRatePercent(0)
        .name("string")
        .weight(0)
        .build())
    .dynamicSortSubtable("string")
    .name("string")
    .objectSwitchcontrollerQosQueuepolicyId("string")
    .rateBy("string")
    .schedule("string")
    .scopetype("string")
    .build());
Copy
object_switchcontroller_qos_queuepolicy_resource = fortimanager.ObjectSwitchcontrollerQosQueuepolicy("objectSwitchcontrollerQosQueuepolicyResource",
    adom="string",
    cos_queues=[{
        "description": "string",
        "drop_policy": "string",
        "ecn": "string",
        "max_rate": 0,
        "max_rate_percent": 0,
        "min_rate": 0,
        "min_rate_percent": 0,
        "name": "string",
        "weight": 0,
    }],
    dynamic_sort_subtable="string",
    name="string",
    object_switchcontroller_qos_queuepolicy_id="string",
    rate_by="string",
    schedule="string",
    scopetype="string")
Copy
const objectSwitchcontrollerQosQueuepolicyResource = new fortimanager.ObjectSwitchcontrollerQosQueuepolicy("objectSwitchcontrollerQosQueuepolicyResource", {
    adom: "string",
    cosQueues: [{
        description: "string",
        dropPolicy: "string",
        ecn: "string",
        maxRate: 0,
        maxRatePercent: 0,
        minRate: 0,
        minRatePercent: 0,
        name: "string",
        weight: 0,
    }],
    dynamicSortSubtable: "string",
    name: "string",
    objectSwitchcontrollerQosQueuepolicyId: "string",
    rateBy: "string",
    schedule: "string",
    scopetype: "string",
});
Copy
type: fortimanager:ObjectSwitchcontrollerQosQueuepolicy
properties:
    adom: string
    cosQueues:
        - description: string
          dropPolicy: string
          ecn: string
          maxRate: 0
          maxRatePercent: 0
          minRate: 0
          minRatePercent: 0
          name: string
          weight: 0
    dynamicSortSubtable: string
    name: string
    objectSwitchcontrollerQosQueuepolicyId: string
    rateBy: string
    schedule: string
    scopetype: string
Copy

ObjectSwitchcontrollerQosQueuepolicy 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 ObjectSwitchcontrollerQosQueuepolicy 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.
CosQueues List<ObjectSwitchcontrollerQosQueuepolicyCosQueue>
Cos-Queue. The structure of cos_queue 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 policy name
ObjectSwitchcontrollerQosQueuepolicyId string
an identifier for the resource with format {{name}}.
RateBy string
COS queue rate by kbps or percent. Valid values: kbps, percent.
Schedule string
COS queue scheduling. Valid values: strict, round-robin, weighted.
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.
CosQueues []ObjectSwitchcontrollerQosQueuepolicyCosQueueTypeArgs
Cos-Queue. The structure of cos_queue 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 policy name
ObjectSwitchcontrollerQosQueuepolicyId string
an identifier for the resource with format {{name}}.
RateBy string
COS queue rate by kbps or percent. Valid values: kbps, percent.
Schedule string
COS queue scheduling. Valid values: strict, round-robin, weighted.
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.
cosQueues List<ObjectSwitchcontrollerQosQueuepolicyCosQueue>
Cos-Queue. The structure of cos_queue 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 policy name
objectSwitchcontrollerQosQueuepolicyId String
an identifier for the resource with format {{name}}.
rateBy String
COS queue rate by kbps or percent. Valid values: kbps, percent.
schedule String
COS queue scheduling. Valid values: strict, round-robin, weighted.
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.
cosQueues ObjectSwitchcontrollerQosQueuepolicyCosQueue[]
Cos-Queue. The structure of cos_queue 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 policy name
objectSwitchcontrollerQosQueuepolicyId string
an identifier for the resource with format {{name}}.
rateBy string
COS queue rate by kbps or percent. Valid values: kbps, percent.
schedule string
COS queue scheduling. Valid values: strict, round-robin, weighted.
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.
cos_queues Sequence[ObjectSwitchcontrollerQosQueuepolicyCosQueueArgs]
Cos-Queue. The structure of cos_queue 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 policy name
object_switchcontroller_qos_queuepolicy_id str
an identifier for the resource with format {{name}}.
rate_by str
COS queue rate by kbps or percent. Valid values: kbps, percent.
schedule str
COS queue scheduling. Valid values: strict, round-robin, weighted.
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.
cosQueues List<Property Map>
Cos-Queue. The structure of cos_queue 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 policy name
objectSwitchcontrollerQosQueuepolicyId String
an identifier for the resource with format {{name}}.
rateBy String
COS queue rate by kbps or percent. Valid values: kbps, percent.
schedule String
COS queue scheduling. Valid values: strict, round-robin, weighted.
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 ObjectSwitchcontrollerQosQueuepolicy 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 ObjectSwitchcontrollerQosQueuepolicy Resource

Get an existing ObjectSwitchcontrollerQosQueuepolicy 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?: ObjectSwitchcontrollerQosQueuepolicyState, opts?: CustomResourceOptions): ObjectSwitchcontrollerQosQueuepolicy
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        adom: Optional[str] = None,
        cos_queues: Optional[Sequence[ObjectSwitchcontrollerQosQueuepolicyCosQueueArgs]] = None,
        dynamic_sort_subtable: Optional[str] = None,
        name: Optional[str] = None,
        object_switchcontroller_qos_queuepolicy_id: Optional[str] = None,
        rate_by: Optional[str] = None,
        schedule: Optional[str] = None,
        scopetype: Optional[str] = None) -> ObjectSwitchcontrollerQosQueuepolicy
func GetObjectSwitchcontrollerQosQueuepolicy(ctx *Context, name string, id IDInput, state *ObjectSwitchcontrollerQosQueuepolicyState, opts ...ResourceOption) (*ObjectSwitchcontrollerQosQueuepolicy, error)
public static ObjectSwitchcontrollerQosQueuepolicy Get(string name, Input<string> id, ObjectSwitchcontrollerQosQueuepolicyState? state, CustomResourceOptions? opts = null)
public static ObjectSwitchcontrollerQosQueuepolicy get(String name, Output<String> id, ObjectSwitchcontrollerQosQueuepolicyState state, CustomResourceOptions options)
resources:  _:    type: fortimanager:ObjectSwitchcontrollerQosQueuepolicy    get:      id: ${id}
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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.
CosQueues List<ObjectSwitchcontrollerQosQueuepolicyCosQueue>
Cos-Queue. The structure of cos_queue 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 policy name
ObjectSwitchcontrollerQosQueuepolicyId string
an identifier for the resource with format {{name}}.
RateBy string
COS queue rate by kbps or percent. Valid values: kbps, percent.
Schedule string
COS queue scheduling. Valid values: strict, round-robin, weighted.
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.
CosQueues []ObjectSwitchcontrollerQosQueuepolicyCosQueueTypeArgs
Cos-Queue. The structure of cos_queue 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 policy name
ObjectSwitchcontrollerQosQueuepolicyId string
an identifier for the resource with format {{name}}.
RateBy string
COS queue rate by kbps or percent. Valid values: kbps, percent.
Schedule string
COS queue scheduling. Valid values: strict, round-robin, weighted.
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.
cosQueues List<ObjectSwitchcontrollerQosQueuepolicyCosQueue>
Cos-Queue. The structure of cos_queue 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 policy name
objectSwitchcontrollerQosQueuepolicyId String
an identifier for the resource with format {{name}}.
rateBy String
COS queue rate by kbps or percent. Valid values: kbps, percent.
schedule String
COS queue scheduling. Valid values: strict, round-robin, weighted.
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.
cosQueues ObjectSwitchcontrollerQosQueuepolicyCosQueue[]
Cos-Queue. The structure of cos_queue 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 policy name
objectSwitchcontrollerQosQueuepolicyId string
an identifier for the resource with format {{name}}.
rateBy string
COS queue rate by kbps or percent. Valid values: kbps, percent.
schedule string
COS queue scheduling. Valid values: strict, round-robin, weighted.
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.
cos_queues Sequence[ObjectSwitchcontrollerQosQueuepolicyCosQueueArgs]
Cos-Queue. The structure of cos_queue 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 policy name
object_switchcontroller_qos_queuepolicy_id str
an identifier for the resource with format {{name}}.
rate_by str
COS queue rate by kbps or percent. Valid values: kbps, percent.
schedule str
COS queue scheduling. Valid values: strict, round-robin, weighted.
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.
cosQueues List<Property Map>
Cos-Queue. The structure of cos_queue 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 policy name
objectSwitchcontrollerQosQueuepolicyId String
an identifier for the resource with format {{name}}.
rateBy String
COS queue rate by kbps or percent. Valid values: kbps, percent.
schedule String
COS queue scheduling. Valid values: strict, round-robin, weighted.
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

ObjectSwitchcontrollerQosQueuepolicyCosQueue
, ObjectSwitchcontrollerQosQueuepolicyCosQueueArgs

Description string
Description of the COS queue.
DropPolicy string
COS queue drop policy. Valid values: taildrop, weighted-random-early-detection.
Ecn string
Enable/disable ECN packet marking to drop eligible packets. Valid values: disable, enable.
MaxRate double
Maximum rate (0 - 4294967295 kbps, 0 to disable).
MaxRatePercent double
Maximum rate (16100036777f link speed).
MinRate double
Minimum rate (0 - 4294967295 kbps, 0 to disable).
MinRatePercent double
Minimum rate (16100036777f link speed).
Name string
Cos queue ID.
Weight double
Weight of weighted round robin scheduling.
Description string
Description of the COS queue.
DropPolicy string
COS queue drop policy. Valid values: taildrop, weighted-random-early-detection.
Ecn string
Enable/disable ECN packet marking to drop eligible packets. Valid values: disable, enable.
MaxRate float64
Maximum rate (0 - 4294967295 kbps, 0 to disable).
MaxRatePercent float64
Maximum rate (16100036777f link speed).
MinRate float64
Minimum rate (0 - 4294967295 kbps, 0 to disable).
MinRatePercent float64
Minimum rate (16100036777f link speed).
Name string
Cos queue ID.
Weight float64
Weight of weighted round robin scheduling.
description String
Description of the COS queue.
dropPolicy String
COS queue drop policy. Valid values: taildrop, weighted-random-early-detection.
ecn String
Enable/disable ECN packet marking to drop eligible packets. Valid values: disable, enable.
maxRate Double
Maximum rate (0 - 4294967295 kbps, 0 to disable).
maxRatePercent Double
Maximum rate (16100036777f link speed).
minRate Double
Minimum rate (0 - 4294967295 kbps, 0 to disable).
minRatePercent Double
Minimum rate (16100036777f link speed).
name String
Cos queue ID.
weight Double
Weight of weighted round robin scheduling.
description string
Description of the COS queue.
dropPolicy string
COS queue drop policy. Valid values: taildrop, weighted-random-early-detection.
ecn string
Enable/disable ECN packet marking to drop eligible packets. Valid values: disable, enable.
maxRate number
Maximum rate (0 - 4294967295 kbps, 0 to disable).
maxRatePercent number
Maximum rate (16100036777f link speed).
minRate number
Minimum rate (0 - 4294967295 kbps, 0 to disable).
minRatePercent number
Minimum rate (16100036777f link speed).
name string
Cos queue ID.
weight number
Weight of weighted round robin scheduling.
description str
Description of the COS queue.
drop_policy str
COS queue drop policy. Valid values: taildrop, weighted-random-early-detection.
ecn str
Enable/disable ECN packet marking to drop eligible packets. Valid values: disable, enable.
max_rate float
Maximum rate (0 - 4294967295 kbps, 0 to disable).
max_rate_percent float
Maximum rate (16100036777f link speed).
min_rate float
Minimum rate (0 - 4294967295 kbps, 0 to disable).
min_rate_percent float
Minimum rate (16100036777f link speed).
name str
Cos queue ID.
weight float
Weight of weighted round robin scheduling.
description String
Description of the COS queue.
dropPolicy String
COS queue drop policy. Valid values: taildrop, weighted-random-early-detection.
ecn String
Enable/disable ECN packet marking to drop eligible packets. Valid values: disable, enable.
maxRate Number
Maximum rate (0 - 4294967295 kbps, 0 to disable).
maxRatePercent Number
Maximum rate (16100036777f link speed).
minRate Number
Minimum rate (0 - 4294967295 kbps, 0 to disable).
minRatePercent Number
Minimum rate (16100036777f link speed).
name String
Cos queue ID.
weight Number
Weight of weighted round robin scheduling.

Import

ObjectSwitchController QosQueuePolicy can be imported using any of these accepted formats:

$ export “FORTIMANAGER_IMPORT_TABLE”=“true”

$ pulumi import fortimanager:index/objectSwitchcontrollerQosQueuepolicy:ObjectSwitchcontrollerQosQueuepolicy labelname {{name}}
Copy

$ 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.