fortimanager.ObjectFirewallShaperTrafficshaper
Explore with Pulumi AI
Configure shared traffic shaper.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as fortimanager from "@pulumi/fortimanager";
const trname = new fortimanager.ObjectFirewallShaperTrafficshaper("trname", {
bandwidthUnit: "mbps",
diffserv: "disable",
perPolicy: "disable",
priority: "medium",
});
import pulumi
import pulumi_fortimanager as fortimanager
trname = fortimanager.ObjectFirewallShaperTrafficshaper("trname",
bandwidth_unit="mbps",
diffserv="disable",
per_policy="disable",
priority="medium")
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.NewObjectFirewallShaperTrafficshaper(ctx, "trname", &fortimanager.ObjectFirewallShaperTrafficshaperArgs{
BandwidthUnit: pulumi.String("mbps"),
Diffserv: pulumi.String("disable"),
PerPolicy: pulumi.String("disable"),
Priority: pulumi.String("medium"),
})
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 trname = new Fortimanager.ObjectFirewallShaperTrafficshaper("trname", new()
{
BandwidthUnit = "mbps",
Diffserv = "disable",
PerPolicy = "disable",
Priority = "medium",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.fortimanager.ObjectFirewallShaperTrafficshaper;
import com.pulumi.fortimanager.ObjectFirewallShaperTrafficshaperArgs;
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 ObjectFirewallShaperTrafficshaper("trname", ObjectFirewallShaperTrafficshaperArgs.builder()
.bandwidthUnit("mbps")
.diffserv("disable")
.perPolicy("disable")
.priority("medium")
.build());
}
}
resources:
trname:
type: fortimanager:ObjectFirewallShaperTrafficshaper
properties:
bandwidthUnit: mbps
diffserv: disable
perPolicy: disable
priority: medium
Create ObjectFirewallShaperTrafficshaper Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ObjectFirewallShaperTrafficshaper(name: string, args?: ObjectFirewallShaperTrafficshaperArgs, opts?: CustomResourceOptions);
@overload
def ObjectFirewallShaperTrafficshaper(resource_name: str,
args: Optional[ObjectFirewallShaperTrafficshaperArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def ObjectFirewallShaperTrafficshaper(resource_name: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
bandwidth_unit: Optional[str] = None,
cos: Optional[str] = None,
cos_marking: Optional[str] = None,
cos_marking_method: Optional[str] = None,
diffserv: Optional[str] = None,
diffservcode: Optional[str] = None,
dscp_marking_method: Optional[str] = None,
exceed_bandwidth: Optional[float] = None,
exceed_class_id: Optional[str] = None,
exceed_cos: Optional[str] = None,
exceed_dscp: Optional[str] = None,
guaranteed_bandwidth: Optional[float] = None,
maximum_bandwidth: Optional[float] = None,
maximum_cos: Optional[str] = None,
maximum_dscp: Optional[str] = None,
name: Optional[str] = None,
object_firewall_shaper_trafficshaper_id: Optional[str] = None,
overhead: Optional[float] = None,
per_policy: Optional[str] = None,
priority: Optional[str] = None,
scopetype: Optional[str] = None)
func NewObjectFirewallShaperTrafficshaper(ctx *Context, name string, args *ObjectFirewallShaperTrafficshaperArgs, opts ...ResourceOption) (*ObjectFirewallShaperTrafficshaper, error)
public ObjectFirewallShaperTrafficshaper(string name, ObjectFirewallShaperTrafficshaperArgs? args = null, CustomResourceOptions? opts = null)
public ObjectFirewallShaperTrafficshaper(String name, ObjectFirewallShaperTrafficshaperArgs args)
public ObjectFirewallShaperTrafficshaper(String name, ObjectFirewallShaperTrafficshaperArgs args, CustomResourceOptions options)
type: fortimanager:ObjectFirewallShaperTrafficshaper
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 ObjectFirewallShaperTrafficshaperArgs
- 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 ObjectFirewallShaperTrafficshaperArgs
- 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 ObjectFirewallShaperTrafficshaperArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectFirewallShaperTrafficshaperArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ObjectFirewallShaperTrafficshaperArgs
- 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 objectFirewallShaperTrafficshaperResource = new Fortimanager.ObjectFirewallShaperTrafficshaper("objectFirewallShaperTrafficshaperResource", new()
{
Adom = "string",
BandwidthUnit = "string",
Cos = "string",
CosMarking = "string",
CosMarkingMethod = "string",
Diffserv = "string",
Diffservcode = "string",
DscpMarkingMethod = "string",
ExceedBandwidth = 0,
ExceedClassId = "string",
ExceedCos = "string",
ExceedDscp = "string",
GuaranteedBandwidth = 0,
MaximumBandwidth = 0,
MaximumCos = "string",
MaximumDscp = "string",
Name = "string",
ObjectFirewallShaperTrafficshaperId = "string",
Overhead = 0,
PerPolicy = "string",
Priority = "string",
Scopetype = "string",
});
example, err := fortimanager.NewObjectFirewallShaperTrafficshaper(ctx, "objectFirewallShaperTrafficshaperResource", &fortimanager.ObjectFirewallShaperTrafficshaperArgs{
Adom: pulumi.String("string"),
BandwidthUnit: pulumi.String("string"),
Cos: pulumi.String("string"),
CosMarking: pulumi.String("string"),
CosMarkingMethod: pulumi.String("string"),
Diffserv: pulumi.String("string"),
Diffservcode: pulumi.String("string"),
DscpMarkingMethod: pulumi.String("string"),
ExceedBandwidth: pulumi.Float64(0),
ExceedClassId: pulumi.String("string"),
ExceedCos: pulumi.String("string"),
ExceedDscp: pulumi.String("string"),
GuaranteedBandwidth: pulumi.Float64(0),
MaximumBandwidth: pulumi.Float64(0),
MaximumCos: pulumi.String("string"),
MaximumDscp: pulumi.String("string"),
Name: pulumi.String("string"),
ObjectFirewallShaperTrafficshaperId: pulumi.String("string"),
Overhead: pulumi.Float64(0),
PerPolicy: pulumi.String("string"),
Priority: pulumi.String("string"),
Scopetype: pulumi.String("string"),
})
var objectFirewallShaperTrafficshaperResource = new ObjectFirewallShaperTrafficshaper("objectFirewallShaperTrafficshaperResource", ObjectFirewallShaperTrafficshaperArgs.builder()
.adom("string")
.bandwidthUnit("string")
.cos("string")
.cosMarking("string")
.cosMarkingMethod("string")
.diffserv("string")
.diffservcode("string")
.dscpMarkingMethod("string")
.exceedBandwidth(0)
.exceedClassId("string")
.exceedCos("string")
.exceedDscp("string")
.guaranteedBandwidth(0)
.maximumBandwidth(0)
.maximumCos("string")
.maximumDscp("string")
.name("string")
.objectFirewallShaperTrafficshaperId("string")
.overhead(0)
.perPolicy("string")
.priority("string")
.scopetype("string")
.build());
object_firewall_shaper_trafficshaper_resource = fortimanager.ObjectFirewallShaperTrafficshaper("objectFirewallShaperTrafficshaperResource",
adom="string",
bandwidth_unit="string",
cos="string",
cos_marking="string",
cos_marking_method="string",
diffserv="string",
diffservcode="string",
dscp_marking_method="string",
exceed_bandwidth=0,
exceed_class_id="string",
exceed_cos="string",
exceed_dscp="string",
guaranteed_bandwidth=0,
maximum_bandwidth=0,
maximum_cos="string",
maximum_dscp="string",
name="string",
object_firewall_shaper_trafficshaper_id="string",
overhead=0,
per_policy="string",
priority="string",
scopetype="string")
const objectFirewallShaperTrafficshaperResource = new fortimanager.ObjectFirewallShaperTrafficshaper("objectFirewallShaperTrafficshaperResource", {
adom: "string",
bandwidthUnit: "string",
cos: "string",
cosMarking: "string",
cosMarkingMethod: "string",
diffserv: "string",
diffservcode: "string",
dscpMarkingMethod: "string",
exceedBandwidth: 0,
exceedClassId: "string",
exceedCos: "string",
exceedDscp: "string",
guaranteedBandwidth: 0,
maximumBandwidth: 0,
maximumCos: "string",
maximumDscp: "string",
name: "string",
objectFirewallShaperTrafficshaperId: "string",
overhead: 0,
perPolicy: "string",
priority: "string",
scopetype: "string",
});
type: fortimanager:ObjectFirewallShaperTrafficshaper
properties:
adom: string
bandwidthUnit: string
cos: string
cosMarking: string
cosMarkingMethod: string
diffserv: string
diffservcode: string
dscpMarkingMethod: string
exceedBandwidth: 0
exceedClassId: string
exceedCos: string
exceedDscp: string
guaranteedBandwidth: 0
maximumBandwidth: 0
maximumCos: string
maximumDscp: string
name: string
objectFirewallShaperTrafficshaperId: string
overhead: 0
perPolicy: string
priority: string
scopetype: string
ObjectFirewallShaperTrafficshaper 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 ObjectFirewallShaperTrafficshaper resource accepts the following input properties:
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Bandwidth
Unit string - Unit of measurement for guaranteed and maximum bandwidth for this shaper (Kbps, Mbps or Gbps). Valid values:
kbps
,mbps
,gbps
. - Cos string
- VLAN CoS mark.
- Cos
Marking string - Enable/disable VLAN CoS marking. Valid values:
disable
,enable
. - Cos
Marking stringMethod - Select VLAN CoS marking method. Valid values:
multi-stage
,static
. - Diffserv string
- Enable/disable changing the DiffServ setting applied to traffic accepted by this shaper. Valid values:
disable
,enable
. - Diffservcode string
- DiffServ setting to be applied to traffic accepted by this shaper.
- Dscp
Marking stringMethod - Select DSCP marking method. Valid values:
multi-stage
,static
. - Exceed
Bandwidth double - Exceed bandwidth used for DSCP multi-stage marking. Units depend on the bandwidth-unit setting.
- Exceed
Class stringId - Class ID for traffic in [guaranteed-bandwidth, maximum-bandwidth].
- Exceed
Cos string - VLAN CoS mark for traffic in [guaranteed-bandwidth, exceed-bandwidth].
- Exceed
Dscp string - DSCP mark for traffic in [guaranteed-bandwidth, exceed-bandwidth].
- Guaranteed
Bandwidth double - Amount of bandwidth guaranteed for this shaper (0 - 16776000). Units depend on the bandwidth-unit setting.
- Maximum
Bandwidth double - Upper bandwidth limit enforced by this shaper (0 - 16776000). 0 means no limit. Units depend on the bandwidth-unit setting.
- Maximum
Cos string - VLAN CoS mark for traffic in [exceed-bandwidth, maximum-bandwidth].
- Maximum
Dscp string - DSCP mark for traffic in [exceed-bandwidth, maximum-bandwidth].
- Name string
- Traffic shaper name.
- Object
Firewall stringShaper Trafficshaper Id - an identifier for the resource with format {{name}}.
- Overhead double
- Per-packet size overhead used in rate computations.
- Per
Policy string - Enable/disable applying a separate shaper for each policy. For example, if enabled the guaranteed bandwidth is applied separately for each policy. Valid values:
disable
,enable
. - Priority string
- Higher priority traffic is more likely to be forwarded without delays and without compromising the guaranteed bandwidth. Valid values:
high
,medium
,low
. - Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Bandwidth
Unit string - Unit of measurement for guaranteed and maximum bandwidth for this shaper (Kbps, Mbps or Gbps). Valid values:
kbps
,mbps
,gbps
. - Cos string
- VLAN CoS mark.
- Cos
Marking string - Enable/disable VLAN CoS marking. Valid values:
disable
,enable
. - Cos
Marking stringMethod - Select VLAN CoS marking method. Valid values:
multi-stage
,static
. - Diffserv string
- Enable/disable changing the DiffServ setting applied to traffic accepted by this shaper. Valid values:
disable
,enable
. - Diffservcode string
- DiffServ setting to be applied to traffic accepted by this shaper.
- Dscp
Marking stringMethod - Select DSCP marking method. Valid values:
multi-stage
,static
. - Exceed
Bandwidth float64 - Exceed bandwidth used for DSCP multi-stage marking. Units depend on the bandwidth-unit setting.
- Exceed
Class stringId - Class ID for traffic in [guaranteed-bandwidth, maximum-bandwidth].
- Exceed
Cos string - VLAN CoS mark for traffic in [guaranteed-bandwidth, exceed-bandwidth].
- Exceed
Dscp string - DSCP mark for traffic in [guaranteed-bandwidth, exceed-bandwidth].
- Guaranteed
Bandwidth float64 - Amount of bandwidth guaranteed for this shaper (0 - 16776000). Units depend on the bandwidth-unit setting.
- Maximum
Bandwidth float64 - Upper bandwidth limit enforced by this shaper (0 - 16776000). 0 means no limit. Units depend on the bandwidth-unit setting.
- Maximum
Cos string - VLAN CoS mark for traffic in [exceed-bandwidth, maximum-bandwidth].
- Maximum
Dscp string - DSCP mark for traffic in [exceed-bandwidth, maximum-bandwidth].
- Name string
- Traffic shaper name.
- Object
Firewall stringShaper Trafficshaper Id - an identifier for the resource with format {{name}}.
- Overhead float64
- Per-packet size overhead used in rate computations.
- Per
Policy string - Enable/disable applying a separate shaper for each policy. For example, if enabled the guaranteed bandwidth is applied separately for each policy. Valid values:
disable
,enable
. - Priority string
- Higher priority traffic is more likely to be forwarded without delays and without compromising the guaranteed bandwidth. Valid values:
high
,medium
,low
. - Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - bandwidth
Unit String - Unit of measurement for guaranteed and maximum bandwidth for this shaper (Kbps, Mbps or Gbps). Valid values:
kbps
,mbps
,gbps
. - cos String
- VLAN CoS mark.
- cos
Marking String - Enable/disable VLAN CoS marking. Valid values:
disable
,enable
. - cos
Marking StringMethod - Select VLAN CoS marking method. Valid values:
multi-stage
,static
. - diffserv String
- Enable/disable changing the DiffServ setting applied to traffic accepted by this shaper. Valid values:
disable
,enable
. - diffservcode String
- DiffServ setting to be applied to traffic accepted by this shaper.
- dscp
Marking StringMethod - Select DSCP marking method. Valid values:
multi-stage
,static
. - exceed
Bandwidth Double - Exceed bandwidth used for DSCP multi-stage marking. Units depend on the bandwidth-unit setting.
- exceed
Class StringId - Class ID for traffic in [guaranteed-bandwidth, maximum-bandwidth].
- exceed
Cos String - VLAN CoS mark for traffic in [guaranteed-bandwidth, exceed-bandwidth].
- exceed
Dscp String - DSCP mark for traffic in [guaranteed-bandwidth, exceed-bandwidth].
- guaranteed
Bandwidth Double - Amount of bandwidth guaranteed for this shaper (0 - 16776000). Units depend on the bandwidth-unit setting.
- maximum
Bandwidth Double - Upper bandwidth limit enforced by this shaper (0 - 16776000). 0 means no limit. Units depend on the bandwidth-unit setting.
- maximum
Cos String - VLAN CoS mark for traffic in [exceed-bandwidth, maximum-bandwidth].
- maximum
Dscp String - DSCP mark for traffic in [exceed-bandwidth, maximum-bandwidth].
- name String
- Traffic shaper name.
- object
Firewall StringShaper Trafficshaper Id - an identifier for the resource with format {{name}}.
- overhead Double
- Per-packet size overhead used in rate computations.
- per
Policy String - Enable/disable applying a separate shaper for each policy. For example, if enabled the guaranteed bandwidth is applied separately for each policy. Valid values:
disable
,enable
. - priority String
- Higher priority traffic is more likely to be forwarded without delays and without compromising the guaranteed bandwidth. Valid values:
high
,medium
,low
. - scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - bandwidth
Unit string - Unit of measurement for guaranteed and maximum bandwidth for this shaper (Kbps, Mbps or Gbps). Valid values:
kbps
,mbps
,gbps
. - cos string
- VLAN CoS mark.
- cos
Marking string - Enable/disable VLAN CoS marking. Valid values:
disable
,enable
. - cos
Marking stringMethod - Select VLAN CoS marking method. Valid values:
multi-stage
,static
. - diffserv string
- Enable/disable changing the DiffServ setting applied to traffic accepted by this shaper. Valid values:
disable
,enable
. - diffservcode string
- DiffServ setting to be applied to traffic accepted by this shaper.
- dscp
Marking stringMethod - Select DSCP marking method. Valid values:
multi-stage
,static
. - exceed
Bandwidth number - Exceed bandwidth used for DSCP multi-stage marking. Units depend on the bandwidth-unit setting.
- exceed
Class stringId - Class ID for traffic in [guaranteed-bandwidth, maximum-bandwidth].
- exceed
Cos string - VLAN CoS mark for traffic in [guaranteed-bandwidth, exceed-bandwidth].
- exceed
Dscp string - DSCP mark for traffic in [guaranteed-bandwidth, exceed-bandwidth].
- guaranteed
Bandwidth number - Amount of bandwidth guaranteed for this shaper (0 - 16776000). Units depend on the bandwidth-unit setting.
- maximum
Bandwidth number - Upper bandwidth limit enforced by this shaper (0 - 16776000). 0 means no limit. Units depend on the bandwidth-unit setting.
- maximum
Cos string - VLAN CoS mark for traffic in [exceed-bandwidth, maximum-bandwidth].
- maximum
Dscp string - DSCP mark for traffic in [exceed-bandwidth, maximum-bandwidth].
- name string
- Traffic shaper name.
- object
Firewall stringShaper Trafficshaper Id - an identifier for the resource with format {{name}}.
- overhead number
- Per-packet size overhead used in rate computations.
- per
Policy string - Enable/disable applying a separate shaper for each policy. For example, if enabled the guaranteed bandwidth is applied separately for each policy. Valid values:
disable
,enable
. - priority string
- Higher priority traffic is more likely to be forwarded without delays and without compromising the guaranteed bandwidth. Valid values:
high
,medium
,low
. - scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - bandwidth_
unit str - Unit of measurement for guaranteed and maximum bandwidth for this shaper (Kbps, Mbps or Gbps). Valid values:
kbps
,mbps
,gbps
. - cos str
- VLAN CoS mark.
- cos_
marking str - Enable/disable VLAN CoS marking. Valid values:
disable
,enable
. - cos_
marking_ strmethod - Select VLAN CoS marking method. Valid values:
multi-stage
,static
. - diffserv str
- Enable/disable changing the DiffServ setting applied to traffic accepted by this shaper. Valid values:
disable
,enable
. - diffservcode str
- DiffServ setting to be applied to traffic accepted by this shaper.
- dscp_
marking_ strmethod - Select DSCP marking method. Valid values:
multi-stage
,static
. - exceed_
bandwidth float - Exceed bandwidth used for DSCP multi-stage marking. Units depend on the bandwidth-unit setting.
- exceed_
class_ strid - Class ID for traffic in [guaranteed-bandwidth, maximum-bandwidth].
- exceed_
cos str - VLAN CoS mark for traffic in [guaranteed-bandwidth, exceed-bandwidth].
- exceed_
dscp str - DSCP mark for traffic in [guaranteed-bandwidth, exceed-bandwidth].
- guaranteed_
bandwidth float - Amount of bandwidth guaranteed for this shaper (0 - 16776000). Units depend on the bandwidth-unit setting.
- maximum_
bandwidth float - Upper bandwidth limit enforced by this shaper (0 - 16776000). 0 means no limit. Units depend on the bandwidth-unit setting.
- maximum_
cos str - VLAN CoS mark for traffic in [exceed-bandwidth, maximum-bandwidth].
- maximum_
dscp str - DSCP mark for traffic in [exceed-bandwidth, maximum-bandwidth].
- name str
- Traffic shaper name.
- object_
firewall_ strshaper_ trafficshaper_ id - an identifier for the resource with format {{name}}.
- overhead float
- Per-packet size overhead used in rate computations.
- per_
policy str - Enable/disable applying a separate shaper for each policy. For example, if enabled the guaranteed bandwidth is applied separately for each policy. Valid values:
disable
,enable
. - priority str
- Higher priority traffic is more likely to be forwarded without delays and without compromising the guaranteed bandwidth. Valid values:
high
,medium
,low
. - scopetype str
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - bandwidth
Unit String - Unit of measurement for guaranteed and maximum bandwidth for this shaper (Kbps, Mbps or Gbps). Valid values:
kbps
,mbps
,gbps
. - cos String
- VLAN CoS mark.
- cos
Marking String - Enable/disable VLAN CoS marking. Valid values:
disable
,enable
. - cos
Marking StringMethod - Select VLAN CoS marking method. Valid values:
multi-stage
,static
. - diffserv String
- Enable/disable changing the DiffServ setting applied to traffic accepted by this shaper. Valid values:
disable
,enable
. - diffservcode String
- DiffServ setting to be applied to traffic accepted by this shaper.
- dscp
Marking StringMethod - Select DSCP marking method. Valid values:
multi-stage
,static
. - exceed
Bandwidth Number - Exceed bandwidth used for DSCP multi-stage marking. Units depend on the bandwidth-unit setting.
- exceed
Class StringId - Class ID for traffic in [guaranteed-bandwidth, maximum-bandwidth].
- exceed
Cos String - VLAN CoS mark for traffic in [guaranteed-bandwidth, exceed-bandwidth].
- exceed
Dscp String - DSCP mark for traffic in [guaranteed-bandwidth, exceed-bandwidth].
- guaranteed
Bandwidth Number - Amount of bandwidth guaranteed for this shaper (0 - 16776000). Units depend on the bandwidth-unit setting.
- maximum
Bandwidth Number - Upper bandwidth limit enforced by this shaper (0 - 16776000). 0 means no limit. Units depend on the bandwidth-unit setting.
- maximum
Cos String - VLAN CoS mark for traffic in [exceed-bandwidth, maximum-bandwidth].
- maximum
Dscp String - DSCP mark for traffic in [exceed-bandwidth, maximum-bandwidth].
- name String
- Traffic shaper name.
- object
Firewall StringShaper Trafficshaper Id - an identifier for the resource with format {{name}}.
- overhead Number
- Per-packet size overhead used in rate computations.
- per
Policy String - Enable/disable applying a separate shaper for each policy. For example, if enabled the guaranteed bandwidth is applied separately for each policy. Valid values:
disable
,enable
. - priority String
- Higher priority traffic is more likely to be forwarded without delays and without compromising the guaranteed bandwidth. Valid values:
high
,medium
,low
. - scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
Outputs
All input properties are implicitly available as output properties. Additionally, the ObjectFirewallShaperTrafficshaper 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 ObjectFirewallShaperTrafficshaper Resource
Get an existing ObjectFirewallShaperTrafficshaper 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?: ObjectFirewallShaperTrafficshaperState, opts?: CustomResourceOptions): ObjectFirewallShaperTrafficshaper
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
bandwidth_unit: Optional[str] = None,
cos: Optional[str] = None,
cos_marking: Optional[str] = None,
cos_marking_method: Optional[str] = None,
diffserv: Optional[str] = None,
diffservcode: Optional[str] = None,
dscp_marking_method: Optional[str] = None,
exceed_bandwidth: Optional[float] = None,
exceed_class_id: Optional[str] = None,
exceed_cos: Optional[str] = None,
exceed_dscp: Optional[str] = None,
guaranteed_bandwidth: Optional[float] = None,
maximum_bandwidth: Optional[float] = None,
maximum_cos: Optional[str] = None,
maximum_dscp: Optional[str] = None,
name: Optional[str] = None,
object_firewall_shaper_trafficshaper_id: Optional[str] = None,
overhead: Optional[float] = None,
per_policy: Optional[str] = None,
priority: Optional[str] = None,
scopetype: Optional[str] = None) -> ObjectFirewallShaperTrafficshaper
func GetObjectFirewallShaperTrafficshaper(ctx *Context, name string, id IDInput, state *ObjectFirewallShaperTrafficshaperState, opts ...ResourceOption) (*ObjectFirewallShaperTrafficshaper, error)
public static ObjectFirewallShaperTrafficshaper Get(string name, Input<string> id, ObjectFirewallShaperTrafficshaperState? state, CustomResourceOptions? opts = null)
public static ObjectFirewallShaperTrafficshaper get(String name, Output<String> id, ObjectFirewallShaperTrafficshaperState state, CustomResourceOptions options)
resources: _: type: fortimanager:ObjectFirewallShaperTrafficshaper 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.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Bandwidth
Unit string - Unit of measurement for guaranteed and maximum bandwidth for this shaper (Kbps, Mbps or Gbps). Valid values:
kbps
,mbps
,gbps
. - Cos string
- VLAN CoS mark.
- Cos
Marking string - Enable/disable VLAN CoS marking. Valid values:
disable
,enable
. - Cos
Marking stringMethod - Select VLAN CoS marking method. Valid values:
multi-stage
,static
. - Diffserv string
- Enable/disable changing the DiffServ setting applied to traffic accepted by this shaper. Valid values:
disable
,enable
. - Diffservcode string
- DiffServ setting to be applied to traffic accepted by this shaper.
- Dscp
Marking stringMethod - Select DSCP marking method. Valid values:
multi-stage
,static
. - Exceed
Bandwidth double - Exceed bandwidth used for DSCP multi-stage marking. Units depend on the bandwidth-unit setting.
- Exceed
Class stringId - Class ID for traffic in [guaranteed-bandwidth, maximum-bandwidth].
- Exceed
Cos string - VLAN CoS mark for traffic in [guaranteed-bandwidth, exceed-bandwidth].
- Exceed
Dscp string - DSCP mark for traffic in [guaranteed-bandwidth, exceed-bandwidth].
- Guaranteed
Bandwidth double - Amount of bandwidth guaranteed for this shaper (0 - 16776000). Units depend on the bandwidth-unit setting.
- Maximum
Bandwidth double - Upper bandwidth limit enforced by this shaper (0 - 16776000). 0 means no limit. Units depend on the bandwidth-unit setting.
- Maximum
Cos string - VLAN CoS mark for traffic in [exceed-bandwidth, maximum-bandwidth].
- Maximum
Dscp string - DSCP mark for traffic in [exceed-bandwidth, maximum-bandwidth].
- Name string
- Traffic shaper name.
- Object
Firewall stringShaper Trafficshaper Id - an identifier for the resource with format {{name}}.
- Overhead double
- Per-packet size overhead used in rate computations.
- Per
Policy string - Enable/disable applying a separate shaper for each policy. For example, if enabled the guaranteed bandwidth is applied separately for each policy. Valid values:
disable
,enable
. - Priority string
- Higher priority traffic is more likely to be forwarded without delays and without compromising the guaranteed bandwidth. Valid values:
high
,medium
,low
. - Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Bandwidth
Unit string - Unit of measurement for guaranteed and maximum bandwidth for this shaper (Kbps, Mbps or Gbps). Valid values:
kbps
,mbps
,gbps
. - Cos string
- VLAN CoS mark.
- Cos
Marking string - Enable/disable VLAN CoS marking. Valid values:
disable
,enable
. - Cos
Marking stringMethod - Select VLAN CoS marking method. Valid values:
multi-stage
,static
. - Diffserv string
- Enable/disable changing the DiffServ setting applied to traffic accepted by this shaper. Valid values:
disable
,enable
. - Diffservcode string
- DiffServ setting to be applied to traffic accepted by this shaper.
- Dscp
Marking stringMethod - Select DSCP marking method. Valid values:
multi-stage
,static
. - Exceed
Bandwidth float64 - Exceed bandwidth used for DSCP multi-stage marking. Units depend on the bandwidth-unit setting.
- Exceed
Class stringId - Class ID for traffic in [guaranteed-bandwidth, maximum-bandwidth].
- Exceed
Cos string - VLAN CoS mark for traffic in [guaranteed-bandwidth, exceed-bandwidth].
- Exceed
Dscp string - DSCP mark for traffic in [guaranteed-bandwidth, exceed-bandwidth].
- Guaranteed
Bandwidth float64 - Amount of bandwidth guaranteed for this shaper (0 - 16776000). Units depend on the bandwidth-unit setting.
- Maximum
Bandwidth float64 - Upper bandwidth limit enforced by this shaper (0 - 16776000). 0 means no limit. Units depend on the bandwidth-unit setting.
- Maximum
Cos string - VLAN CoS mark for traffic in [exceed-bandwidth, maximum-bandwidth].
- Maximum
Dscp string - DSCP mark for traffic in [exceed-bandwidth, maximum-bandwidth].
- Name string
- Traffic shaper name.
- Object
Firewall stringShaper Trafficshaper Id - an identifier for the resource with format {{name}}.
- Overhead float64
- Per-packet size overhead used in rate computations.
- Per
Policy string - Enable/disable applying a separate shaper for each policy. For example, if enabled the guaranteed bandwidth is applied separately for each policy. Valid values:
disable
,enable
. - Priority string
- Higher priority traffic is more likely to be forwarded without delays and without compromising the guaranteed bandwidth. Valid values:
high
,medium
,low
. - Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - bandwidth
Unit String - Unit of measurement for guaranteed and maximum bandwidth for this shaper (Kbps, Mbps or Gbps). Valid values:
kbps
,mbps
,gbps
. - cos String
- VLAN CoS mark.
- cos
Marking String - Enable/disable VLAN CoS marking. Valid values:
disable
,enable
. - cos
Marking StringMethod - Select VLAN CoS marking method. Valid values:
multi-stage
,static
. - diffserv String
- Enable/disable changing the DiffServ setting applied to traffic accepted by this shaper. Valid values:
disable
,enable
. - diffservcode String
- DiffServ setting to be applied to traffic accepted by this shaper.
- dscp
Marking StringMethod - Select DSCP marking method. Valid values:
multi-stage
,static
. - exceed
Bandwidth Double - Exceed bandwidth used for DSCP multi-stage marking. Units depend on the bandwidth-unit setting.
- exceed
Class StringId - Class ID for traffic in [guaranteed-bandwidth, maximum-bandwidth].
- exceed
Cos String - VLAN CoS mark for traffic in [guaranteed-bandwidth, exceed-bandwidth].
- exceed
Dscp String - DSCP mark for traffic in [guaranteed-bandwidth, exceed-bandwidth].
- guaranteed
Bandwidth Double - Amount of bandwidth guaranteed for this shaper (0 - 16776000). Units depend on the bandwidth-unit setting.
- maximum
Bandwidth Double - Upper bandwidth limit enforced by this shaper (0 - 16776000). 0 means no limit. Units depend on the bandwidth-unit setting.
- maximum
Cos String - VLAN CoS mark for traffic in [exceed-bandwidth, maximum-bandwidth].
- maximum
Dscp String - DSCP mark for traffic in [exceed-bandwidth, maximum-bandwidth].
- name String
- Traffic shaper name.
- object
Firewall StringShaper Trafficshaper Id - an identifier for the resource with format {{name}}.
- overhead Double
- Per-packet size overhead used in rate computations.
- per
Policy String - Enable/disable applying a separate shaper for each policy. For example, if enabled the guaranteed bandwidth is applied separately for each policy. Valid values:
disable
,enable
. - priority String
- Higher priority traffic is more likely to be forwarded without delays and without compromising the guaranteed bandwidth. Valid values:
high
,medium
,low
. - scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - bandwidth
Unit string - Unit of measurement for guaranteed and maximum bandwidth for this shaper (Kbps, Mbps or Gbps). Valid values:
kbps
,mbps
,gbps
. - cos string
- VLAN CoS mark.
- cos
Marking string - Enable/disable VLAN CoS marking. Valid values:
disable
,enable
. - cos
Marking stringMethod - Select VLAN CoS marking method. Valid values:
multi-stage
,static
. - diffserv string
- Enable/disable changing the DiffServ setting applied to traffic accepted by this shaper. Valid values:
disable
,enable
. - diffservcode string
- DiffServ setting to be applied to traffic accepted by this shaper.
- dscp
Marking stringMethod - Select DSCP marking method. Valid values:
multi-stage
,static
. - exceed
Bandwidth number - Exceed bandwidth used for DSCP multi-stage marking. Units depend on the bandwidth-unit setting.
- exceed
Class stringId - Class ID for traffic in [guaranteed-bandwidth, maximum-bandwidth].
- exceed
Cos string - VLAN CoS mark for traffic in [guaranteed-bandwidth, exceed-bandwidth].
- exceed
Dscp string - DSCP mark for traffic in [guaranteed-bandwidth, exceed-bandwidth].
- guaranteed
Bandwidth number - Amount of bandwidth guaranteed for this shaper (0 - 16776000). Units depend on the bandwidth-unit setting.
- maximum
Bandwidth number - Upper bandwidth limit enforced by this shaper (0 - 16776000). 0 means no limit. Units depend on the bandwidth-unit setting.
- maximum
Cos string - VLAN CoS mark for traffic in [exceed-bandwidth, maximum-bandwidth].
- maximum
Dscp string - DSCP mark for traffic in [exceed-bandwidth, maximum-bandwidth].
- name string
- Traffic shaper name.
- object
Firewall stringShaper Trafficshaper Id - an identifier for the resource with format {{name}}.
- overhead number
- Per-packet size overhead used in rate computations.
- per
Policy string - Enable/disable applying a separate shaper for each policy. For example, if enabled the guaranteed bandwidth is applied separately for each policy. Valid values:
disable
,enable
. - priority string
- Higher priority traffic is more likely to be forwarded without delays and without compromising the guaranteed bandwidth. Valid values:
high
,medium
,low
. - scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - bandwidth_
unit str - Unit of measurement for guaranteed and maximum bandwidth for this shaper (Kbps, Mbps or Gbps). Valid values:
kbps
,mbps
,gbps
. - cos str
- VLAN CoS mark.
- cos_
marking str - Enable/disable VLAN CoS marking. Valid values:
disable
,enable
. - cos_
marking_ strmethod - Select VLAN CoS marking method. Valid values:
multi-stage
,static
. - diffserv str
- Enable/disable changing the DiffServ setting applied to traffic accepted by this shaper. Valid values:
disable
,enable
. - diffservcode str
- DiffServ setting to be applied to traffic accepted by this shaper.
- dscp_
marking_ strmethod - Select DSCP marking method. Valid values:
multi-stage
,static
. - exceed_
bandwidth float - Exceed bandwidth used for DSCP multi-stage marking. Units depend on the bandwidth-unit setting.
- exceed_
class_ strid - Class ID for traffic in [guaranteed-bandwidth, maximum-bandwidth].
- exceed_
cos str - VLAN CoS mark for traffic in [guaranteed-bandwidth, exceed-bandwidth].
- exceed_
dscp str - DSCP mark for traffic in [guaranteed-bandwidth, exceed-bandwidth].
- guaranteed_
bandwidth float - Amount of bandwidth guaranteed for this shaper (0 - 16776000). Units depend on the bandwidth-unit setting.
- maximum_
bandwidth float - Upper bandwidth limit enforced by this shaper (0 - 16776000). 0 means no limit. Units depend on the bandwidth-unit setting.
- maximum_
cos str - VLAN CoS mark for traffic in [exceed-bandwidth, maximum-bandwidth].
- maximum_
dscp str - DSCP mark for traffic in [exceed-bandwidth, maximum-bandwidth].
- name str
- Traffic shaper name.
- object_
firewall_ strshaper_ trafficshaper_ id - an identifier for the resource with format {{name}}.
- overhead float
- Per-packet size overhead used in rate computations.
- per_
policy str - Enable/disable applying a separate shaper for each policy. For example, if enabled the guaranteed bandwidth is applied separately for each policy. Valid values:
disable
,enable
. - priority str
- Higher priority traffic is more likely to be forwarded without delays and without compromising the guaranteed bandwidth. Valid values:
high
,medium
,low
. - scopetype str
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - bandwidth
Unit String - Unit of measurement for guaranteed and maximum bandwidth for this shaper (Kbps, Mbps or Gbps). Valid values:
kbps
,mbps
,gbps
. - cos String
- VLAN CoS mark.
- cos
Marking String - Enable/disable VLAN CoS marking. Valid values:
disable
,enable
. - cos
Marking StringMethod - Select VLAN CoS marking method. Valid values:
multi-stage
,static
. - diffserv String
- Enable/disable changing the DiffServ setting applied to traffic accepted by this shaper. Valid values:
disable
,enable
. - diffservcode String
- DiffServ setting to be applied to traffic accepted by this shaper.
- dscp
Marking StringMethod - Select DSCP marking method. Valid values:
multi-stage
,static
. - exceed
Bandwidth Number - Exceed bandwidth used for DSCP multi-stage marking. Units depend on the bandwidth-unit setting.
- exceed
Class StringId - Class ID for traffic in [guaranteed-bandwidth, maximum-bandwidth].
- exceed
Cos String - VLAN CoS mark for traffic in [guaranteed-bandwidth, exceed-bandwidth].
- exceed
Dscp String - DSCP mark for traffic in [guaranteed-bandwidth, exceed-bandwidth].
- guaranteed
Bandwidth Number - Amount of bandwidth guaranteed for this shaper (0 - 16776000). Units depend on the bandwidth-unit setting.
- maximum
Bandwidth Number - Upper bandwidth limit enforced by this shaper (0 - 16776000). 0 means no limit. Units depend on the bandwidth-unit setting.
- maximum
Cos String - VLAN CoS mark for traffic in [exceed-bandwidth, maximum-bandwidth].
- maximum
Dscp String - DSCP mark for traffic in [exceed-bandwidth, maximum-bandwidth].
- name String
- Traffic shaper name.
- object
Firewall StringShaper Trafficshaper Id - an identifier for the resource with format {{name}}.
- overhead Number
- Per-packet size overhead used in rate computations.
- per
Policy String - Enable/disable applying a separate shaper for each policy. For example, if enabled the guaranteed bandwidth is applied separately for each policy. Valid values:
disable
,enable
. - priority String
- Higher priority traffic is more likely to be forwarded without delays and without compromising the guaranteed bandwidth. Valid values:
high
,medium
,low
. - scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
Import
ObjectFirewall ShaperTrafficShaper can be imported using any of these accepted formats:
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/objectFirewallShaperTrafficshaper:ObjectFirewallShaperTrafficshaper 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.