published on Saturday, Mar 7, 2026 by fortinetdev
published on Saturday, Mar 7, 2026 by fortinetdev
Packages FirewallResponseShapingPolicy
Create PackagesFirewallResponseshapingpolicy Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new PackagesFirewallResponseshapingpolicy(name: string, args: PackagesFirewallResponseshapingpolicyArgs, opts?: CustomResourceOptions);@overload
def PackagesFirewallResponseshapingpolicy(resource_name: str,
args: PackagesFirewallResponseshapingpolicyArgs,
opts: Optional[ResourceOptions] = None)
@overload
def PackagesFirewallResponseshapingpolicy(resource_name: str,
opts: Optional[ResourceOptions] = None,
pkg: Optional[str] = None,
per_ip_shapers: Optional[Sequence[str]] = None,
class_id: Optional[float] = None,
comment: Optional[str] = None,
adom: Optional[str] = None,
dstaddrs: Optional[Sequence[str]] = None,
fosid: Optional[float] = None,
ip_version: Optional[str] = None,
name: Optional[str] = None,
class_id_reverse: Optional[float] = None,
packages_firewall_responseshapingpolicy_id: Optional[str] = None,
dstaddr6s: Optional[Sequence[str]] = None,
pkg_folder_path: Optional[str] = None,
schedules: Optional[Sequence[str]] = None,
scopetype: Optional[str] = None,
srcaddrs: Optional[Sequence[str]] = None,
status: Optional[str] = None,
traffic_shaper_reverses: Optional[Sequence[str]] = None,
traffic_shapers: Optional[Sequence[str]] = None,
uuid: Optional[str] = None)func NewPackagesFirewallResponseshapingpolicy(ctx *Context, name string, args PackagesFirewallResponseshapingpolicyArgs, opts ...ResourceOption) (*PackagesFirewallResponseshapingpolicy, error)public PackagesFirewallResponseshapingpolicy(string name, PackagesFirewallResponseshapingpolicyArgs args, CustomResourceOptions? opts = null)
public PackagesFirewallResponseshapingpolicy(String name, PackagesFirewallResponseshapingpolicyArgs args)
public PackagesFirewallResponseshapingpolicy(String name, PackagesFirewallResponseshapingpolicyArgs args, CustomResourceOptions options)
type: fortimanager:PackagesFirewallResponseshapingpolicy
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 PackagesFirewallResponseshapingpolicyArgs
- 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 PackagesFirewallResponseshapingpolicyArgs
- 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 PackagesFirewallResponseshapingpolicyArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args PackagesFirewallResponseshapingpolicyArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args PackagesFirewallResponseshapingpolicyArgs
- 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 packagesFirewallResponseshapingpolicyResource = new Fortimanager.Index.PackagesFirewallResponseshapingpolicy("packagesFirewallResponseshapingpolicyResource", new()
{
Pkg = "string",
PerIpShapers = new[]
{
"string",
},
ClassId = 0,
Comment = "string",
Adom = "string",
Dstaddrs = new[]
{
"string",
},
Fosid = 0,
IpVersion = "string",
Name = "string",
ClassIdReverse = 0,
PackagesFirewallResponseshapingpolicyId = "string",
Dstaddr6s = new[]
{
"string",
},
PkgFolderPath = "string",
Schedules = new[]
{
"string",
},
Scopetype = "string",
Srcaddrs = new[]
{
"string",
},
Status = "string",
TrafficShaperReverses = new[]
{
"string",
},
TrafficShapers = new[]
{
"string",
},
Uuid = "string",
});
example, err := fortimanager.NewPackagesFirewallResponseshapingpolicy(ctx, "packagesFirewallResponseshapingpolicyResource", &fortimanager.PackagesFirewallResponseshapingpolicyArgs{
Pkg: pulumi.String("string"),
PerIpShapers: pulumi.StringArray{
pulumi.String("string"),
},
ClassId: pulumi.Float64(0),
Comment: pulumi.String("string"),
Adom: pulumi.String("string"),
Dstaddrs: pulumi.StringArray{
pulumi.String("string"),
},
Fosid: pulumi.Float64(0),
IpVersion: pulumi.String("string"),
Name: pulumi.String("string"),
ClassIdReverse: pulumi.Float64(0),
PackagesFirewallResponseshapingpolicyId: pulumi.String("string"),
Dstaddr6s: pulumi.StringArray{
pulumi.String("string"),
},
PkgFolderPath: pulumi.String("string"),
Schedules: pulumi.StringArray{
pulumi.String("string"),
},
Scopetype: pulumi.String("string"),
Srcaddrs: pulumi.StringArray{
pulumi.String("string"),
},
Status: pulumi.String("string"),
TrafficShaperReverses: pulumi.StringArray{
pulumi.String("string"),
},
TrafficShapers: pulumi.StringArray{
pulumi.String("string"),
},
Uuid: pulumi.String("string"),
})
var packagesFirewallResponseshapingpolicyResource = new PackagesFirewallResponseshapingpolicy("packagesFirewallResponseshapingpolicyResource", PackagesFirewallResponseshapingpolicyArgs.builder()
.pkg("string")
.perIpShapers("string")
.classId(0.0)
.comment("string")
.adom("string")
.dstaddrs("string")
.fosid(0.0)
.ipVersion("string")
.name("string")
.classIdReverse(0.0)
.packagesFirewallResponseshapingpolicyId("string")
.dstaddr6s("string")
.pkgFolderPath("string")
.schedules("string")
.scopetype("string")
.srcaddrs("string")
.status("string")
.trafficShaperReverses("string")
.trafficShapers("string")
.uuid("string")
.build());
packages_firewall_responseshapingpolicy_resource = fortimanager.PackagesFirewallResponseshapingpolicy("packagesFirewallResponseshapingpolicyResource",
pkg="string",
per_ip_shapers=["string"],
class_id=0,
comment="string",
adom="string",
dstaddrs=["string"],
fosid=0,
ip_version="string",
name="string",
class_id_reverse=0,
packages_firewall_responseshapingpolicy_id="string",
dstaddr6s=["string"],
pkg_folder_path="string",
schedules=["string"],
scopetype="string",
srcaddrs=["string"],
status="string",
traffic_shaper_reverses=["string"],
traffic_shapers=["string"],
uuid="string")
const packagesFirewallResponseshapingpolicyResource = new fortimanager.PackagesFirewallResponseshapingpolicy("packagesFirewallResponseshapingpolicyResource", {
pkg: "string",
perIpShapers: ["string"],
classId: 0,
comment: "string",
adom: "string",
dstaddrs: ["string"],
fosid: 0,
ipVersion: "string",
name: "string",
classIdReverse: 0,
packagesFirewallResponseshapingpolicyId: "string",
dstaddr6s: ["string"],
pkgFolderPath: "string",
schedules: ["string"],
scopetype: "string",
srcaddrs: ["string"],
status: "string",
trafficShaperReverses: ["string"],
trafficShapers: ["string"],
uuid: "string",
});
type: fortimanager:PackagesFirewallResponseshapingpolicy
properties:
adom: string
classId: 0
classIdReverse: 0
comment: string
dstaddr6s:
- string
dstaddrs:
- string
fosid: 0
ipVersion: string
name: string
packagesFirewallResponseshapingpolicyId: string
perIpShapers:
- string
pkg: string
pkgFolderPath: string
schedules:
- string
scopetype: string
srcaddrs:
- string
status: string
trafficShaperReverses:
- string
trafficShapers:
- string
uuid: string
PackagesFirewallResponseshapingpolicy 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 PackagesFirewallResponseshapingpolicy resource accepts the following input properties:
- Pkg string
- Package.
- Adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - Class
Id double - Class-Id.
- Class
Id doubleReverse - Class-Id-Reverse.
- Comment string
- Comment.
- Dstaddr6s List<string>
- Dstaddr6.
- Dstaddrs List<string>
- Dstaddr.
- Fosid double
- Id.
- Ip
Version string - Ip-Version. Valid values:
6,4. - Name string
- Name.
- Packages
Firewall stringResponseshapingpolicy Id - an identifier for the resource with format {{fosid}}.
- Per
Ip List<string>Shapers - Per-Ip-Shaper.
- Pkg
Folder stringPath - Pkg Folder Path.
- Schedules List<string>
- Schedule.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit,adom. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - Srcaddrs List<string>
- Srcaddr.
- Status string
- Status. Valid values:
disable,enable. - Traffic
Shaper List<string>Reverses - Traffic-Shaper-Reverse.
- Traffic
Shapers List<string> - Traffic-Shaper.
- Uuid string
- Uuid.
- Pkg string
- Package.
- Adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - Class
Id float64 - Class-Id.
- Class
Id float64Reverse - Class-Id-Reverse.
- Comment string
- Comment.
- Dstaddr6s []string
- Dstaddr6.
- Dstaddrs []string
- Dstaddr.
- Fosid float64
- Id.
- Ip
Version string - Ip-Version. Valid values:
6,4. - Name string
- Name.
- Packages
Firewall stringResponseshapingpolicy Id - an identifier for the resource with format {{fosid}}.
- Per
Ip []stringShapers - Per-Ip-Shaper.
- Pkg
Folder stringPath - Pkg Folder Path.
- Schedules []string
- Schedule.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit,adom. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - Srcaddrs []string
- Srcaddr.
- Status string
- Status. Valid values:
disable,enable. - Traffic
Shaper []stringReverses - Traffic-Shaper-Reverse.
- Traffic
Shapers []string - Traffic-Shaper.
- Uuid string
- Uuid.
- pkg String
- Package.
- adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - class
Id Double - Class-Id.
- class
Id DoubleReverse - Class-Id-Reverse.
- comment String
- Comment.
- dstaddr6s List<String>
- Dstaddr6.
- dstaddrs List<String>
- Dstaddr.
- fosid Double
- Id.
- ip
Version String - Ip-Version. Valid values:
6,4. - name String
- Name.
- packages
Firewall StringResponseshapingpolicy Id - an identifier for the resource with format {{fosid}}.
- per
Ip List<String>Shapers - Per-Ip-Shaper.
- pkg
Folder StringPath - Pkg Folder Path.
- schedules List<String>
- Schedule.
- scopetype String
- The scope of application of the resource. Valid values:
inherit,adom. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - srcaddrs List<String>
- Srcaddr.
- status String
- Status. Valid values:
disable,enable. - traffic
Shaper List<String>Reverses - Traffic-Shaper-Reverse.
- traffic
Shapers List<String> - Traffic-Shaper.
- uuid String
- Uuid.
- pkg string
- Package.
- adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - class
Id number - Class-Id.
- class
Id numberReverse - Class-Id-Reverse.
- comment string
- Comment.
- dstaddr6s string[]
- Dstaddr6.
- dstaddrs string[]
- Dstaddr.
- fosid number
- Id.
- ip
Version string - Ip-Version. Valid values:
6,4. - name string
- Name.
- packages
Firewall stringResponseshapingpolicy Id - an identifier for the resource with format {{fosid}}.
- per
Ip string[]Shapers - Per-Ip-Shaper.
- pkg
Folder stringPath - Pkg Folder Path.
- schedules string[]
- Schedule.
- scopetype string
- The scope of application of the resource. Valid values:
inherit,adom. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - srcaddrs string[]
- Srcaddr.
- status string
- Status. Valid values:
disable,enable. - traffic
Shaper string[]Reverses - Traffic-Shaper-Reverse.
- traffic
Shapers string[] - Traffic-Shaper.
- uuid string
- Uuid.
- pkg str
- Package.
- adom str
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - class_
id float - Class-Id.
- class_
id_ floatreverse - Class-Id-Reverse.
- comment str
- Comment.
- dstaddr6s Sequence[str]
- Dstaddr6.
- dstaddrs Sequence[str]
- Dstaddr.
- fosid float
- Id.
- ip_
version str - Ip-Version. Valid values:
6,4. - name str
- Name.
- packages_
firewall_ strresponseshapingpolicy_ id - an identifier for the resource with format {{fosid}}.
- per_
ip_ Sequence[str]shapers - Per-Ip-Shaper.
- pkg_
folder_ strpath - Pkg Folder Path.
- schedules Sequence[str]
- Schedule.
- scopetype str
- The scope of application of the resource. Valid values:
inherit,adom. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - srcaddrs Sequence[str]
- Srcaddr.
- status str
- Status. Valid values:
disable,enable. - traffic_
shaper_ Sequence[str]reverses - Traffic-Shaper-Reverse.
- traffic_
shapers Sequence[str] - Traffic-Shaper.
- uuid str
- Uuid.
- pkg String
- Package.
- adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - class
Id Number - Class-Id.
- class
Id NumberReverse - Class-Id-Reverse.
- comment String
- Comment.
- dstaddr6s List<String>
- Dstaddr6.
- dstaddrs List<String>
- Dstaddr.
- fosid Number
- Id.
- ip
Version String - Ip-Version. Valid values:
6,4. - name String
- Name.
- packages
Firewall StringResponseshapingpolicy Id - an identifier for the resource with format {{fosid}}.
- per
Ip List<String>Shapers - Per-Ip-Shaper.
- pkg
Folder StringPath - Pkg Folder Path.
- schedules List<String>
- Schedule.
- scopetype String
- The scope of application of the resource. Valid values:
inherit,adom. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - srcaddrs List<String>
- Srcaddr.
- status String
- Status. Valid values:
disable,enable. - traffic
Shaper List<String>Reverses - Traffic-Shaper-Reverse.
- traffic
Shapers List<String> - Traffic-Shaper.
- uuid String
- Uuid.
Outputs
All input properties are implicitly available as output properties. Additionally, the PackagesFirewallResponseshapingpolicy 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 PackagesFirewallResponseshapingpolicy Resource
Get an existing PackagesFirewallResponseshapingpolicy 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?: PackagesFirewallResponseshapingpolicyState, opts?: CustomResourceOptions): PackagesFirewallResponseshapingpolicy@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
class_id: Optional[float] = None,
class_id_reverse: Optional[float] = None,
comment: Optional[str] = None,
dstaddr6s: Optional[Sequence[str]] = None,
dstaddrs: Optional[Sequence[str]] = None,
fosid: Optional[float] = None,
ip_version: Optional[str] = None,
name: Optional[str] = None,
packages_firewall_responseshapingpolicy_id: Optional[str] = None,
per_ip_shapers: Optional[Sequence[str]] = None,
pkg: Optional[str] = None,
pkg_folder_path: Optional[str] = None,
schedules: Optional[Sequence[str]] = None,
scopetype: Optional[str] = None,
srcaddrs: Optional[Sequence[str]] = None,
status: Optional[str] = None,
traffic_shaper_reverses: Optional[Sequence[str]] = None,
traffic_shapers: Optional[Sequence[str]] = None,
uuid: Optional[str] = None) -> PackagesFirewallResponseshapingpolicyfunc GetPackagesFirewallResponseshapingpolicy(ctx *Context, name string, id IDInput, state *PackagesFirewallResponseshapingpolicyState, opts ...ResourceOption) (*PackagesFirewallResponseshapingpolicy, error)public static PackagesFirewallResponseshapingpolicy Get(string name, Input<string> id, PackagesFirewallResponseshapingpolicyState? state, CustomResourceOptions? opts = null)public static PackagesFirewallResponseshapingpolicy get(String name, Output<String> id, PackagesFirewallResponseshapingpolicyState state, CustomResourceOptions options)resources: _: type: fortimanager:PackagesFirewallResponseshapingpolicy 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
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - Class
Id double - Class-Id.
- Class
Id doubleReverse - Class-Id-Reverse.
- Comment string
- Comment.
- Dstaddr6s List<string>
- Dstaddr6.
- Dstaddrs List<string>
- Dstaddr.
- Fosid double
- Id.
- Ip
Version string - Ip-Version. Valid values:
6,4. - Name string
- Name.
- Packages
Firewall stringResponseshapingpolicy Id - an identifier for the resource with format {{fosid}}.
- Per
Ip List<string>Shapers - Per-Ip-Shaper.
- Pkg string
- Package.
- Pkg
Folder stringPath - Pkg Folder Path.
- Schedules List<string>
- Schedule.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit,adom. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - Srcaddrs List<string>
- Srcaddr.
- Status string
- Status. Valid values:
disable,enable. - Traffic
Shaper List<string>Reverses - Traffic-Shaper-Reverse.
- Traffic
Shapers List<string> - Traffic-Shaper.
- Uuid string
- Uuid.
- Adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - Class
Id float64 - Class-Id.
- Class
Id float64Reverse - Class-Id-Reverse.
- Comment string
- Comment.
- Dstaddr6s []string
- Dstaddr6.
- Dstaddrs []string
- Dstaddr.
- Fosid float64
- Id.
- Ip
Version string - Ip-Version. Valid values:
6,4. - Name string
- Name.
- Packages
Firewall stringResponseshapingpolicy Id - an identifier for the resource with format {{fosid}}.
- Per
Ip []stringShapers - Per-Ip-Shaper.
- Pkg string
- Package.
- Pkg
Folder stringPath - Pkg Folder Path.
- Schedules []string
- Schedule.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit,adom. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - Srcaddrs []string
- Srcaddr.
- Status string
- Status. Valid values:
disable,enable. - Traffic
Shaper []stringReverses - Traffic-Shaper-Reverse.
- Traffic
Shapers []string - Traffic-Shaper.
- Uuid string
- Uuid.
- adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - class
Id Double - Class-Id.
- class
Id DoubleReverse - Class-Id-Reverse.
- comment String
- Comment.
- dstaddr6s List<String>
- Dstaddr6.
- dstaddrs List<String>
- Dstaddr.
- fosid Double
- Id.
- ip
Version String - Ip-Version. Valid values:
6,4. - name String
- Name.
- packages
Firewall StringResponseshapingpolicy Id - an identifier for the resource with format {{fosid}}.
- per
Ip List<String>Shapers - Per-Ip-Shaper.
- pkg String
- Package.
- pkg
Folder StringPath - Pkg Folder Path.
- schedules List<String>
- Schedule.
- scopetype String
- The scope of application of the resource. Valid values:
inherit,adom. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - srcaddrs List<String>
- Srcaddr.
- status String
- Status. Valid values:
disable,enable. - traffic
Shaper List<String>Reverses - Traffic-Shaper-Reverse.
- traffic
Shapers List<String> - Traffic-Shaper.
- uuid String
- Uuid.
- adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - class
Id number - Class-Id.
- class
Id numberReverse - Class-Id-Reverse.
- comment string
- Comment.
- dstaddr6s string[]
- Dstaddr6.
- dstaddrs string[]
- Dstaddr.
- fosid number
- Id.
- ip
Version string - Ip-Version. Valid values:
6,4. - name string
- Name.
- packages
Firewall stringResponseshapingpolicy Id - an identifier for the resource with format {{fosid}}.
- per
Ip string[]Shapers - Per-Ip-Shaper.
- pkg string
- Package.
- pkg
Folder stringPath - Pkg Folder Path.
- schedules string[]
- Schedule.
- scopetype string
- The scope of application of the resource. Valid values:
inherit,adom. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - srcaddrs string[]
- Srcaddr.
- status string
- Status. Valid values:
disable,enable. - traffic
Shaper string[]Reverses - Traffic-Shaper-Reverse.
- traffic
Shapers string[] - Traffic-Shaper.
- uuid string
- Uuid.
- adom str
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - class_
id float - Class-Id.
- class_
id_ floatreverse - Class-Id-Reverse.
- comment str
- Comment.
- dstaddr6s Sequence[str]
- Dstaddr6.
- dstaddrs Sequence[str]
- Dstaddr.
- fosid float
- Id.
- ip_
version str - Ip-Version. Valid values:
6,4. - name str
- Name.
- packages_
firewall_ strresponseshapingpolicy_ id - an identifier for the resource with format {{fosid}}.
- per_
ip_ Sequence[str]shapers - Per-Ip-Shaper.
- pkg str
- Package.
- pkg_
folder_ strpath - Pkg Folder Path.
- schedules Sequence[str]
- Schedule.
- scopetype str
- The scope of application of the resource. Valid values:
inherit,adom. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - srcaddrs Sequence[str]
- Srcaddr.
- status str
- Status. Valid values:
disable,enable. - traffic_
shaper_ Sequence[str]reverses - Traffic-Shaper-Reverse.
- traffic_
shapers Sequence[str] - Traffic-Shaper.
- uuid str
- Uuid.
- adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - class
Id Number - Class-Id.
- class
Id NumberReverse - Class-Id-Reverse.
- comment String
- Comment.
- dstaddr6s List<String>
- Dstaddr6.
- dstaddrs List<String>
- Dstaddr.
- fosid Number
- Id.
- ip
Version String - Ip-Version. Valid values:
6,4. - name String
- Name.
- packages
Firewall StringResponseshapingpolicy Id - an identifier for the resource with format {{fosid}}.
- per
Ip List<String>Shapers - Per-Ip-Shaper.
- pkg String
- Package.
- pkg
Folder StringPath - Pkg Folder Path.
- schedules List<String>
- Schedule.
- scopetype String
- The scope of application of the resource. Valid values:
inherit,adom. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit. - srcaddrs List<String>
- Srcaddr.
- status String
- Status. Valid values:
disable,enable. - traffic
Shaper List<String>Reverses - Traffic-Shaper-Reverse.
- traffic
Shapers List<String> - Traffic-Shaper.
- uuid String
- Uuid.
Import
Packages FirewallResponseShapingPolicy can be imported using any of these accepted formats:
Set import_options = [“pkg_folder_path=YOUR_VALUE”, “pkg=YOUR_VALUE”] in the provider section.
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/packagesFirewallResponseshapingpolicy:PackagesFirewallResponseshapingpolicy labelname {{fosid}}
$ 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
fortimanagerTerraform Provider.
published on Saturday, Mar 7, 2026 by fortinetdev
