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

fortimanager.ObjectSwitchcontrollerQosQueuepolicyCosqueue

Explore with Pulumi AI

COS queue configuration.

This resource is a sub resource for variable cos_queue of resource fortimanager.ObjectSwitchcontrollerQosQueuepolicy. Conflict and overwrite may occur if use both of them.

Create ObjectSwitchcontrollerQosQueuepolicyCosqueue Resource

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

Constructor syntax

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

@overload
def ObjectSwitchcontrollerQosQueuepolicyCosqueue(resource_name: str,
                                                 opts: Optional[ResourceOptions] = None,
                                                 queue_policy: Optional[str] = None,
                                                 min_rate: Optional[float] = None,
                                                 drop_policy: Optional[str] = None,
                                                 ecn: Optional[str] = None,
                                                 max_rate: Optional[float] = None,
                                                 max_rate_percent: Optional[float] = None,
                                                 adom: Optional[str] = None,
                                                 min_rate_percent: Optional[float] = None,
                                                 name: Optional[str] = None,
                                                 object_switchcontroller_qos_queuepolicy_cosqueue_id: Optional[str] = None,
                                                 description: Optional[str] = None,
                                                 scopetype: Optional[str] = None,
                                                 weight: Optional[float] = None)
func NewObjectSwitchcontrollerQosQueuepolicyCosqueue(ctx *Context, name string, args ObjectSwitchcontrollerQosQueuepolicyCosqueueArgs, opts ...ResourceOption) (*ObjectSwitchcontrollerQosQueuepolicyCosqueue, error)
public ObjectSwitchcontrollerQosQueuepolicyCosqueue(string name, ObjectSwitchcontrollerQosQueuepolicyCosqueueArgs args, CustomResourceOptions? opts = null)
public ObjectSwitchcontrollerQosQueuepolicyCosqueue(String name, ObjectSwitchcontrollerQosQueuepolicyCosqueueArgs args)
public ObjectSwitchcontrollerQosQueuepolicyCosqueue(String name, ObjectSwitchcontrollerQosQueuepolicyCosqueueArgs args, CustomResourceOptions options)
type: fortimanager:ObjectSwitchcontrollerQosQueuepolicyCosqueue
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 This property is required. ObjectSwitchcontrollerQosQueuepolicyCosqueueArgs
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 This property is required. ObjectSwitchcontrollerQosQueuepolicyCosqueueArgs
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 This property is required. ObjectSwitchcontrollerQosQueuepolicyCosqueueArgs
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 This property is required. ObjectSwitchcontrollerQosQueuepolicyCosqueueArgs
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. ObjectSwitchcontrollerQosQueuepolicyCosqueueArgs
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 objectSwitchcontrollerQosQueuepolicyCosqueueResource = new Fortimanager.ObjectSwitchcontrollerQosQueuepolicyCosqueue("objectSwitchcontrollerQosQueuepolicyCosqueueResource", new()
{
    QueuePolicy = "string",
    MinRate = 0,
    DropPolicy = "string",
    Ecn = "string",
    MaxRate = 0,
    MaxRatePercent = 0,
    Adom = "string",
    MinRatePercent = 0,
    Name = "string",
    ObjectSwitchcontrollerQosQueuepolicyCosqueueId = "string",
    Description = "string",
    Scopetype = "string",
    Weight = 0,
});
Copy
example, err := fortimanager.NewObjectSwitchcontrollerQosQueuepolicyCosqueue(ctx, "objectSwitchcontrollerQosQueuepolicyCosqueueResource", &fortimanager.ObjectSwitchcontrollerQosQueuepolicyCosqueueArgs{
QueuePolicy: pulumi.String("string"),
MinRate: pulumi.Float64(0),
DropPolicy: pulumi.String("string"),
Ecn: pulumi.String("string"),
MaxRate: pulumi.Float64(0),
MaxRatePercent: pulumi.Float64(0),
Adom: pulumi.String("string"),
MinRatePercent: pulumi.Float64(0),
Name: pulumi.String("string"),
ObjectSwitchcontrollerQosQueuepolicyCosqueueId: pulumi.String("string"),
Description: pulumi.String("string"),
Scopetype: pulumi.String("string"),
Weight: pulumi.Float64(0),
})
Copy
var objectSwitchcontrollerQosQueuepolicyCosqueueResource = new ObjectSwitchcontrollerQosQueuepolicyCosqueue("objectSwitchcontrollerQosQueuepolicyCosqueueResource", ObjectSwitchcontrollerQosQueuepolicyCosqueueArgs.builder()
    .queuePolicy("string")
    .minRate(0)
    .dropPolicy("string")
    .ecn("string")
    .maxRate(0)
    .maxRatePercent(0)
    .adom("string")
    .minRatePercent(0)
    .name("string")
    .objectSwitchcontrollerQosQueuepolicyCosqueueId("string")
    .description("string")
    .scopetype("string")
    .weight(0)
    .build());
Copy
object_switchcontroller_qos_queuepolicy_cosqueue_resource = fortimanager.ObjectSwitchcontrollerQosQueuepolicyCosqueue("objectSwitchcontrollerQosQueuepolicyCosqueueResource",
    queue_policy="string",
    min_rate=0,
    drop_policy="string",
    ecn="string",
    max_rate=0,
    max_rate_percent=0,
    adom="string",
    min_rate_percent=0,
    name="string",
    object_switchcontroller_qos_queuepolicy_cosqueue_id="string",
    description="string",
    scopetype="string",
    weight=0)
Copy
const objectSwitchcontrollerQosQueuepolicyCosqueueResource = new fortimanager.ObjectSwitchcontrollerQosQueuepolicyCosqueue("objectSwitchcontrollerQosQueuepolicyCosqueueResource", {
    queuePolicy: "string",
    minRate: 0,
    dropPolicy: "string",
    ecn: "string",
    maxRate: 0,
    maxRatePercent: 0,
    adom: "string",
    minRatePercent: 0,
    name: "string",
    objectSwitchcontrollerQosQueuepolicyCosqueueId: "string",
    description: "string",
    scopetype: "string",
    weight: 0,
});
Copy
type: fortimanager:ObjectSwitchcontrollerQosQueuepolicyCosqueue
properties:
    adom: string
    description: string
    dropPolicy: string
    ecn: string
    maxRate: 0
    maxRatePercent: 0
    minRate: 0
    minRatePercent: 0
    name: string
    objectSwitchcontrollerQosQueuepolicyCosqueueId: string
    queuePolicy: string
    scopetype: string
    weight: 0
Copy

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

QueuePolicy This property is required. string
Queue Policy.
Adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
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.
ObjectSwitchcontrollerQosQueuepolicyCosqueueId 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.
Weight double
Weight of weighted round robin scheduling.
QueuePolicy This property is required. string
Queue Policy.
Adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
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.
ObjectSwitchcontrollerQosQueuepolicyCosqueueId 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.
Weight float64
Weight of weighted round robin scheduling.
queuePolicy This property is required. String
Queue Policy.
adom String
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
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.
objectSwitchcontrollerQosQueuepolicyCosqueueId 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.
weight Double
Weight of weighted round robin scheduling.
queuePolicy This property is required. string
Queue Policy.
adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
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.
objectSwitchcontrollerQosQueuepolicyCosqueueId 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.
weight number
Weight of weighted round robin scheduling.
queue_policy This property is required. str
Queue Policy.
adom str
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
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.
object_switchcontroller_qos_queuepolicy_cosqueue_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.
weight float
Weight of weighted round robin scheduling.
queuePolicy This property is required. String
Queue Policy.
adom String
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
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.
objectSwitchcontrollerQosQueuepolicyCosqueueId 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.
weight Number
Weight of weighted round robin scheduling.

Outputs

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

Get an existing ObjectSwitchcontrollerQosQueuepolicyCosqueue 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?: ObjectSwitchcontrollerQosQueuepolicyCosqueueState, opts?: CustomResourceOptions): ObjectSwitchcontrollerQosQueuepolicyCosqueue
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        adom: Optional[str] = None,
        description: Optional[str] = None,
        drop_policy: Optional[str] = None,
        ecn: Optional[str] = None,
        max_rate: Optional[float] = None,
        max_rate_percent: Optional[float] = None,
        min_rate: Optional[float] = None,
        min_rate_percent: Optional[float] = None,
        name: Optional[str] = None,
        object_switchcontroller_qos_queuepolicy_cosqueue_id: Optional[str] = None,
        queue_policy: Optional[str] = None,
        scopetype: Optional[str] = None,
        weight: Optional[float] = None) -> ObjectSwitchcontrollerQosQueuepolicyCosqueue
func GetObjectSwitchcontrollerQosQueuepolicyCosqueue(ctx *Context, name string, id IDInput, state *ObjectSwitchcontrollerQosQueuepolicyCosqueueState, opts ...ResourceOption) (*ObjectSwitchcontrollerQosQueuepolicyCosqueue, error)
public static ObjectSwitchcontrollerQosQueuepolicyCosqueue Get(string name, Input<string> id, ObjectSwitchcontrollerQosQueuepolicyCosqueueState? state, CustomResourceOptions? opts = null)
public static ObjectSwitchcontrollerQosQueuepolicyCosqueue get(String name, Output<String> id, ObjectSwitchcontrollerQosQueuepolicyCosqueueState state, CustomResourceOptions options)
resources:  _:    type: fortimanager:ObjectSwitchcontrollerQosQueuepolicyCosqueue    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.
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.
ObjectSwitchcontrollerQosQueuepolicyCosqueueId string
an identifier for the resource with format {{name}}.
QueuePolicy string
Queue Policy.
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
Weight of weighted round robin scheduling.
Adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
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.
ObjectSwitchcontrollerQosQueuepolicyCosqueueId string
an identifier for the resource with format {{name}}.
QueuePolicy string
Queue Policy.
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
Weight of weighted round robin scheduling.
adom String
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
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.
objectSwitchcontrollerQosQueuepolicyCosqueueId String
an identifier for the resource with format {{name}}.
queuePolicy String
Queue Policy.
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
Weight of weighted round robin scheduling.
adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
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.
objectSwitchcontrollerQosQueuepolicyCosqueueId string
an identifier for the resource with format {{name}}.
queuePolicy string
Queue Policy.
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
Weight of weighted round robin scheduling.
adom str
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
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.
object_switchcontroller_qos_queuepolicy_cosqueue_id str
an identifier for the resource with format {{name}}.
queue_policy str
Queue Policy.
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
Weight of weighted round robin scheduling.
adom String
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
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.
objectSwitchcontrollerQosQueuepolicyCosqueueId String
an identifier for the resource with format {{name}}.
queuePolicy String
Queue Policy.
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
Weight of weighted round robin scheduling.

Import

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

Set import_options = [“queue_policy=YOUR_VALUE”] in the provider section.

$ export “FORTIMANAGER_IMPORT_TABLE”=“true”

$ pulumi import fortimanager:index/objectSwitchcontrollerQosQueuepolicyCosqueue:ObjectSwitchcontrollerQosQueuepolicyCosqueue 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.