1. Packages
  2. Fortimanager Provider
  3. API Docs
  4. PackagesFirewallResponseshapingpolicy
Viewing docs for fortimanager 1.16.0
published on Saturday, Mar 7, 2026 by fortinetdev
Viewing docs for fortimanager 1.16.0
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 scopetype is adom, otherwise the value of adom in the provider will be inherited.
    ClassId double
    Class-Id.
    ClassIdReverse double
    Class-Id-Reverse.
    Comment string
    Comment.
    Dstaddr6s List<string>
    Dstaddr6.
    Dstaddrs List<string>
    Dstaddr.
    Fosid double
    Id.
    IpVersion string
    Ip-Version. Valid values: 6, 4.
    Name string
    Name.
    PackagesFirewallResponseshapingpolicyId string
    an identifier for the resource with format {{fosid}}.
    PerIpShapers List<string>
    Per-Ip-Shaper.
    PkgFolderPath string
    Pkg Folder Path.
    Schedules List<string>
    Schedule.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    Srcaddrs List<string>
    Srcaddr.
    Status string
    Status. Valid values: disable, enable.
    TrafficShaperReverses List<string>
    Traffic-Shaper-Reverse.
    TrafficShapers List<string>
    Traffic-Shaper.
    Uuid string
    Uuid.
    Pkg string
    Package.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    ClassId float64
    Class-Id.
    ClassIdReverse float64
    Class-Id-Reverse.
    Comment string
    Comment.
    Dstaddr6s []string
    Dstaddr6.
    Dstaddrs []string
    Dstaddr.
    Fosid float64
    Id.
    IpVersion string
    Ip-Version. Valid values: 6, 4.
    Name string
    Name.
    PackagesFirewallResponseshapingpolicyId string
    an identifier for the resource with format {{fosid}}.
    PerIpShapers []string
    Per-Ip-Shaper.
    PkgFolderPath string
    Pkg Folder Path.
    Schedules []string
    Schedule.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    Srcaddrs []string
    Srcaddr.
    Status string
    Status. Valid values: disable, enable.
    TrafficShaperReverses []string
    Traffic-Shaper-Reverse.
    TrafficShapers []string
    Traffic-Shaper.
    Uuid string
    Uuid.
    pkg String
    Package.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    classId Double
    Class-Id.
    classIdReverse Double
    Class-Id-Reverse.
    comment String
    Comment.
    dstaddr6s List<String>
    Dstaddr6.
    dstaddrs List<String>
    Dstaddr.
    fosid Double
    Id.
    ipVersion String
    Ip-Version. Valid values: 6, 4.
    name String
    Name.
    packagesFirewallResponseshapingpolicyId String
    an identifier for the resource with format {{fosid}}.
    perIpShapers List<String>
    Per-Ip-Shaper.
    pkgFolderPath String
    Pkg Folder Path.
    schedules List<String>
    Schedule.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    srcaddrs List<String>
    Srcaddr.
    status String
    Status. Valid values: disable, enable.
    trafficShaperReverses List<String>
    Traffic-Shaper-Reverse.
    trafficShapers List<String>
    Traffic-Shaper.
    uuid String
    Uuid.
    pkg string
    Package.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    classId number
    Class-Id.
    classIdReverse number
    Class-Id-Reverse.
    comment string
    Comment.
    dstaddr6s string[]
    Dstaddr6.
    dstaddrs string[]
    Dstaddr.
    fosid number
    Id.
    ipVersion string
    Ip-Version. Valid values: 6, 4.
    name string
    Name.
    packagesFirewallResponseshapingpolicyId string
    an identifier for the resource with format {{fosid}}.
    perIpShapers string[]
    Per-Ip-Shaper.
    pkgFolderPath string
    Pkg Folder Path.
    schedules string[]
    Schedule.
    scopetype string
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    srcaddrs string[]
    Srcaddr.
    status string
    Status. Valid values: disable, enable.
    trafficShaperReverses string[]
    Traffic-Shaper-Reverse.
    trafficShapers string[]
    Traffic-Shaper.
    uuid string
    Uuid.
    pkg str
    Package.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    class_id float
    Class-Id.
    class_id_reverse float
    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_responseshapingpolicy_id str
    an identifier for the resource with format {{fosid}}.
    per_ip_shapers Sequence[str]
    Per-Ip-Shaper.
    pkg_folder_path str
    Pkg Folder Path.
    schedules Sequence[str]
    Schedule.
    scopetype str
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    srcaddrs Sequence[str]
    Srcaddr.
    status str
    Status. Valid values: disable, enable.
    traffic_shaper_reverses Sequence[str]
    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 scopetype is adom, otherwise the value of adom in the provider will be inherited.
    classId Number
    Class-Id.
    classIdReverse Number
    Class-Id-Reverse.
    comment String
    Comment.
    dstaddr6s List<String>
    Dstaddr6.
    dstaddrs List<String>
    Dstaddr.
    fosid Number
    Id.
    ipVersion String
    Ip-Version. Valid values: 6, 4.
    name String
    Name.
    packagesFirewallResponseshapingpolicyId String
    an identifier for the resource with format {{fosid}}.
    perIpShapers List<String>
    Per-Ip-Shaper.
    pkgFolderPath String
    Pkg Folder Path.
    schedules List<String>
    Schedule.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    srcaddrs List<String>
    Srcaddr.
    status String
    Status. Valid values: disable, enable.
    trafficShaperReverses List<String>
    Traffic-Shaper-Reverse.
    trafficShapers 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) -> PackagesFirewallResponseshapingpolicy
    func 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.
    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.
    ClassId double
    Class-Id.
    ClassIdReverse double
    Class-Id-Reverse.
    Comment string
    Comment.
    Dstaddr6s List<string>
    Dstaddr6.
    Dstaddrs List<string>
    Dstaddr.
    Fosid double
    Id.
    IpVersion string
    Ip-Version. Valid values: 6, 4.
    Name string
    Name.
    PackagesFirewallResponseshapingpolicyId string
    an identifier for the resource with format {{fosid}}.
    PerIpShapers List<string>
    Per-Ip-Shaper.
    Pkg string
    Package.
    PkgFolderPath string
    Pkg Folder Path.
    Schedules List<string>
    Schedule.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    Srcaddrs List<string>
    Srcaddr.
    Status string
    Status. Valid values: disable, enable.
    TrafficShaperReverses List<string>
    Traffic-Shaper-Reverse.
    TrafficShapers List<string>
    Traffic-Shaper.
    Uuid string
    Uuid.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    ClassId float64
    Class-Id.
    ClassIdReverse float64
    Class-Id-Reverse.
    Comment string
    Comment.
    Dstaddr6s []string
    Dstaddr6.
    Dstaddrs []string
    Dstaddr.
    Fosid float64
    Id.
    IpVersion string
    Ip-Version. Valid values: 6, 4.
    Name string
    Name.
    PackagesFirewallResponseshapingpolicyId string
    an identifier for the resource with format {{fosid}}.
    PerIpShapers []string
    Per-Ip-Shaper.
    Pkg string
    Package.
    PkgFolderPath string
    Pkg Folder Path.
    Schedules []string
    Schedule.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    Srcaddrs []string
    Srcaddr.
    Status string
    Status. Valid values: disable, enable.
    TrafficShaperReverses []string
    Traffic-Shaper-Reverse.
    TrafficShapers []string
    Traffic-Shaper.
    Uuid string
    Uuid.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    classId Double
    Class-Id.
    classIdReverse Double
    Class-Id-Reverse.
    comment String
    Comment.
    dstaddr6s List<String>
    Dstaddr6.
    dstaddrs List<String>
    Dstaddr.
    fosid Double
    Id.
    ipVersion String
    Ip-Version. Valid values: 6, 4.
    name String
    Name.
    packagesFirewallResponseshapingpolicyId String
    an identifier for the resource with format {{fosid}}.
    perIpShapers List<String>
    Per-Ip-Shaper.
    pkg String
    Package.
    pkgFolderPath String
    Pkg Folder Path.
    schedules List<String>
    Schedule.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    srcaddrs List<String>
    Srcaddr.
    status String
    Status. Valid values: disable, enable.
    trafficShaperReverses List<String>
    Traffic-Shaper-Reverse.
    trafficShapers List<String>
    Traffic-Shaper.
    uuid String
    Uuid.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    classId number
    Class-Id.
    classIdReverse number
    Class-Id-Reverse.
    comment string
    Comment.
    dstaddr6s string[]
    Dstaddr6.
    dstaddrs string[]
    Dstaddr.
    fosid number
    Id.
    ipVersion string
    Ip-Version. Valid values: 6, 4.
    name string
    Name.
    packagesFirewallResponseshapingpolicyId string
    an identifier for the resource with format {{fosid}}.
    perIpShapers string[]
    Per-Ip-Shaper.
    pkg string
    Package.
    pkgFolderPath string
    Pkg Folder Path.
    schedules string[]
    Schedule.
    scopetype string
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    srcaddrs string[]
    Srcaddr.
    status string
    Status. Valid values: disable, enable.
    trafficShaperReverses string[]
    Traffic-Shaper-Reverse.
    trafficShapers string[]
    Traffic-Shaper.
    uuid string
    Uuid.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    class_id float
    Class-Id.
    class_id_reverse float
    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_responseshapingpolicy_id str
    an identifier for the resource with format {{fosid}}.
    per_ip_shapers Sequence[str]
    Per-Ip-Shaper.
    pkg str
    Package.
    pkg_folder_path str
    Pkg Folder Path.
    schedules Sequence[str]
    Schedule.
    scopetype str
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    srcaddrs Sequence[str]
    Srcaddr.
    status str
    Status. Valid values: disable, enable.
    traffic_shaper_reverses Sequence[str]
    Traffic-Shaper-Reverse.
    traffic_shapers Sequence[str]
    Traffic-Shaper.
    uuid str
    Uuid.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    classId Number
    Class-Id.
    classIdReverse Number
    Class-Id-Reverse.
    comment String
    Comment.
    dstaddr6s List<String>
    Dstaddr6.
    dstaddrs List<String>
    Dstaddr.
    fosid Number
    Id.
    ipVersion String
    Ip-Version. Valid values: 6, 4.
    name String
    Name.
    packagesFirewallResponseshapingpolicyId String
    an identifier for the resource with format {{fosid}}.
    perIpShapers List<String>
    Per-Ip-Shaper.
    pkg String
    Package.
    pkgFolderPath String
    Pkg Folder Path.
    schedules List<String>
    Schedule.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    srcaddrs List<String>
    Srcaddr.
    status String
    Status. Valid values: disable, enable.
    trafficShaperReverses List<String>
    Traffic-Shaper-Reverse.
    trafficShapers 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 fortimanager Terraform Provider.
    Viewing docs for fortimanager 1.16.0
    published on Saturday, Mar 7, 2026 by fortinetdev
      Try Pulumi Cloud free. Your team will thank you.