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

fortimanager.PackagesFirewallDospolicy6

Explore with Pulumi AI

fortimanager logo
fortimanager 1.13.0 published on Thursday, Mar 13, 2025 by fortinetdev

    Configure IPv6 DoS policies.

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

    • anomaly: fortimanager.PackagesFirewallDospolicy6Anomaly

    Create PackagesFirewallDospolicy6 Resource

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

    Constructor syntax

    new PackagesFirewallDospolicy6(name: string, args: PackagesFirewallDospolicy6Args, opts?: CustomResourceOptions);
    @overload
    def PackagesFirewallDospolicy6(resource_name: str,
                                   args: PackagesFirewallDospolicy6Args,
                                   opts: Optional[ResourceOptions] = None)
    
    @overload
    def PackagesFirewallDospolicy6(resource_name: str,
                                   opts: Optional[ResourceOptions] = None,
                                   pkg: Optional[str] = None,
                                   dynamic_sort_subtable: Optional[str] = None,
                                   pkg_folder_path: Optional[str] = None,
                                   dstaddrs: Optional[Sequence[str]] = None,
                                   adom: Optional[str] = None,
                                   interfaces: Optional[Sequence[str]] = None,
                                   name: Optional[str] = None,
                                   comments: Optional[str] = None,
                                   anomalies: Optional[Sequence[PackagesFirewallDospolicy6AnomalyArgs]] = None,
                                   packages_firewall_dospolicy6_id: Optional[str] = None,
                                   policyid: Optional[float] = None,
                                   scopetype: Optional[str] = None,
                                   services: Optional[Sequence[str]] = None,
                                   srcaddrs: Optional[Sequence[str]] = None,
                                   status: Optional[str] = None,
                                   uuid: Optional[str] = None)
    func NewPackagesFirewallDospolicy6(ctx *Context, name string, args PackagesFirewallDospolicy6Args, opts ...ResourceOption) (*PackagesFirewallDospolicy6, error)
    public PackagesFirewallDospolicy6(string name, PackagesFirewallDospolicy6Args args, CustomResourceOptions? opts = null)
    public PackagesFirewallDospolicy6(String name, PackagesFirewallDospolicy6Args args)
    public PackagesFirewallDospolicy6(String name, PackagesFirewallDospolicy6Args args, CustomResourceOptions options)
    
    type: fortimanager:PackagesFirewallDospolicy6
    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 PackagesFirewallDospolicy6Args
    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 PackagesFirewallDospolicy6Args
    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 PackagesFirewallDospolicy6Args
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args PackagesFirewallDospolicy6Args
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args PackagesFirewallDospolicy6Args
    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 packagesFirewallDospolicy6Resource = new Fortimanager.PackagesFirewallDospolicy6("packagesFirewallDospolicy6Resource", new()
    {
        Pkg = "string",
        DynamicSortSubtable = "string",
        PkgFolderPath = "string",
        Dstaddrs = new[]
        {
            "string",
        },
        Adom = "string",
        Interfaces = new[]
        {
            "string",
        },
        Name = "string",
        Comments = "string",
        Anomalies = new[]
        {
            new Fortimanager.Inputs.PackagesFirewallDospolicy6AnomalyArgs
            {
                Action = "string",
                Log = "string",
                Name = "string",
                Quarantine = "string",
                QuarantineExpiry = "string",
                QuarantineLog = "string",
                Status = "string",
                SynproxyTcpMss = "string",
                SynproxyTcpSack = "string",
                SynproxyTcpTimestamp = "string",
                SynproxyTcpWindow = "string",
                SynproxyTcpWindowscale = "string",
                SynproxyTos = "string",
                SynproxyTtl = "string",
                Threshold = 0,
                Thresholddefault = 0,
            },
        },
        PackagesFirewallDospolicy6Id = "string",
        Policyid = 0,
        Scopetype = "string",
        Services = new[]
        {
            "string",
        },
        Srcaddrs = new[]
        {
            "string",
        },
        Status = "string",
        Uuid = "string",
    });
    
    example, err := fortimanager.NewPackagesFirewallDospolicy6(ctx, "packagesFirewallDospolicy6Resource", &fortimanager.PackagesFirewallDospolicy6Args{
    Pkg: pulumi.String("string"),
    DynamicSortSubtable: pulumi.String("string"),
    PkgFolderPath: pulumi.String("string"),
    Dstaddrs: pulumi.StringArray{
    pulumi.String("string"),
    },
    Adom: pulumi.String("string"),
    Interfaces: pulumi.StringArray{
    pulumi.String("string"),
    },
    Name: pulumi.String("string"),
    Comments: pulumi.String("string"),
    Anomalies: .PackagesFirewallDospolicy6AnomalyTypeArray{
    &.PackagesFirewallDospolicy6AnomalyTypeArgs{
    Action: pulumi.String("string"),
    Log: pulumi.String("string"),
    Name: pulumi.String("string"),
    Quarantine: pulumi.String("string"),
    QuarantineExpiry: pulumi.String("string"),
    QuarantineLog: pulumi.String("string"),
    Status: pulumi.String("string"),
    SynproxyTcpMss: pulumi.String("string"),
    SynproxyTcpSack: pulumi.String("string"),
    SynproxyTcpTimestamp: pulumi.String("string"),
    SynproxyTcpWindow: pulumi.String("string"),
    SynproxyTcpWindowscale: pulumi.String("string"),
    SynproxyTos: pulumi.String("string"),
    SynproxyTtl: pulumi.String("string"),
    Threshold: pulumi.Float64(0),
    Thresholddefault: pulumi.Float64(0),
    },
    },
    PackagesFirewallDospolicy6Id: pulumi.String("string"),
    Policyid: pulumi.Float64(0),
    Scopetype: pulumi.String("string"),
    Services: pulumi.StringArray{
    pulumi.String("string"),
    },
    Srcaddrs: pulumi.StringArray{
    pulumi.String("string"),
    },
    Status: pulumi.String("string"),
    Uuid: pulumi.String("string"),
    })
    
    var packagesFirewallDospolicy6Resource = new PackagesFirewallDospolicy6("packagesFirewallDospolicy6Resource", PackagesFirewallDospolicy6Args.builder()
        .pkg("string")
        .dynamicSortSubtable("string")
        .pkgFolderPath("string")
        .dstaddrs("string")
        .adom("string")
        .interfaces("string")
        .name("string")
        .comments("string")
        .anomalies(PackagesFirewallDospolicy6AnomalyArgs.builder()
            .action("string")
            .log("string")
            .name("string")
            .quarantine("string")
            .quarantineExpiry("string")
            .quarantineLog("string")
            .status("string")
            .synproxyTcpMss("string")
            .synproxyTcpSack("string")
            .synproxyTcpTimestamp("string")
            .synproxyTcpWindow("string")
            .synproxyTcpWindowscale("string")
            .synproxyTos("string")
            .synproxyTtl("string")
            .threshold(0)
            .thresholddefault(0)
            .build())
        .packagesFirewallDospolicy6Id("string")
        .policyid(0)
        .scopetype("string")
        .services("string")
        .srcaddrs("string")
        .status("string")
        .uuid("string")
        .build());
    
    packages_firewall_dospolicy6_resource = fortimanager.PackagesFirewallDospolicy6("packagesFirewallDospolicy6Resource",
        pkg="string",
        dynamic_sort_subtable="string",
        pkg_folder_path="string",
        dstaddrs=["string"],
        adom="string",
        interfaces=["string"],
        name="string",
        comments="string",
        anomalies=[{
            "action": "string",
            "log": "string",
            "name": "string",
            "quarantine": "string",
            "quarantine_expiry": "string",
            "quarantine_log": "string",
            "status": "string",
            "synproxy_tcp_mss": "string",
            "synproxy_tcp_sack": "string",
            "synproxy_tcp_timestamp": "string",
            "synproxy_tcp_window": "string",
            "synproxy_tcp_windowscale": "string",
            "synproxy_tos": "string",
            "synproxy_ttl": "string",
            "threshold": 0,
            "thresholddefault": 0,
        }],
        packages_firewall_dospolicy6_id="string",
        policyid=0,
        scopetype="string",
        services=["string"],
        srcaddrs=["string"],
        status="string",
        uuid="string")
    
    const packagesFirewallDospolicy6Resource = new fortimanager.PackagesFirewallDospolicy6("packagesFirewallDospolicy6Resource", {
        pkg: "string",
        dynamicSortSubtable: "string",
        pkgFolderPath: "string",
        dstaddrs: ["string"],
        adom: "string",
        interfaces: ["string"],
        name: "string",
        comments: "string",
        anomalies: [{
            action: "string",
            log: "string",
            name: "string",
            quarantine: "string",
            quarantineExpiry: "string",
            quarantineLog: "string",
            status: "string",
            synproxyTcpMss: "string",
            synproxyTcpSack: "string",
            synproxyTcpTimestamp: "string",
            synproxyTcpWindow: "string",
            synproxyTcpWindowscale: "string",
            synproxyTos: "string",
            synproxyTtl: "string",
            threshold: 0,
            thresholddefault: 0,
        }],
        packagesFirewallDospolicy6Id: "string",
        policyid: 0,
        scopetype: "string",
        services: ["string"],
        srcaddrs: ["string"],
        status: "string",
        uuid: "string",
    });
    
    type: fortimanager:PackagesFirewallDospolicy6
    properties:
        adom: string
        anomalies:
            - action: string
              log: string
              name: string
              quarantine: string
              quarantineExpiry: string
              quarantineLog: string
              status: string
              synproxyTcpMss: string
              synproxyTcpSack: string
              synproxyTcpTimestamp: string
              synproxyTcpWindow: string
              synproxyTcpWindowscale: string
              synproxyTos: string
              synproxyTtl: string
              threshold: 0
              thresholddefault: 0
        comments: string
        dstaddrs:
            - string
        dynamicSortSubtable: string
        interfaces:
            - string
        name: string
        packagesFirewallDospolicy6Id: string
        pkg: string
        pkgFolderPath: string
        policyid: 0
        scopetype: string
        services:
            - string
        srcaddrs:
            - string
        status: string
        uuid: string
    

    PackagesFirewallDospolicy6 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 PackagesFirewallDospolicy6 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.
    Anomalies List<PackagesFirewallDospolicy6Anomaly>
    Anomaly. The structure of anomaly block is documented below.
    Comments string
    Comment.
    Dstaddrs List<string>
    Destination address name from available addresses.
    DynamicSortSubtable string
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    Interfaces List<string>
    Incoming interface name from available interfaces.
    Name string
    Policy name.
    PackagesFirewallDospolicy6Id string
    an identifier for the resource with format {{policyid}}.
    PkgFolderPath string
    Pkg Folder Path.
    Policyid double
    Policy ID.
    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.
    Services List<string>
    Service object from available options.
    Srcaddrs List<string>
    Source address name from available addresses.
    Status string
    Enable/disable this policy. Valid values: disable, enable.
    Uuid string
    Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
    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.
    Anomalies []PackagesFirewallDospolicy6AnomalyTypeArgs
    Anomaly. The structure of anomaly block is documented below.
    Comments string
    Comment.
    Dstaddrs []string
    Destination address name from available addresses.
    DynamicSortSubtable string
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    Interfaces []string
    Incoming interface name from available interfaces.
    Name string
    Policy name.
    PackagesFirewallDospolicy6Id string
    an identifier for the resource with format {{policyid}}.
    PkgFolderPath string
    Pkg Folder Path.
    Policyid float64
    Policy ID.
    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.
    Services []string
    Service object from available options.
    Srcaddrs []string
    Source address name from available addresses.
    Status string
    Enable/disable this policy. Valid values: disable, enable.
    Uuid string
    Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
    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.
    anomalies List<PackagesFirewallDospolicy6Anomaly>
    Anomaly. The structure of anomaly block is documented below.
    comments String
    Comment.
    dstaddrs List<String>
    Destination address name from available addresses.
    dynamicSortSubtable String
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    interfaces List<String>
    Incoming interface name from available interfaces.
    name String
    Policy name.
    packagesFirewallDospolicy6Id String
    an identifier for the resource with format {{policyid}}.
    pkgFolderPath String
    Pkg Folder Path.
    policyid Double
    Policy ID.
    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.
    services List<String>
    Service object from available options.
    srcaddrs List<String>
    Source address name from available addresses.
    status String
    Enable/disable this policy. Valid values: disable, enable.
    uuid String
    Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
    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.
    anomalies PackagesFirewallDospolicy6Anomaly[]
    Anomaly. The structure of anomaly block is documented below.
    comments string
    Comment.
    dstaddrs string[]
    Destination address name from available addresses.
    dynamicSortSubtable string
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    interfaces string[]
    Incoming interface name from available interfaces.
    name string
    Policy name.
    packagesFirewallDospolicy6Id string
    an identifier for the resource with format {{policyid}}.
    pkgFolderPath string
    Pkg Folder Path.
    policyid number
    Policy ID.
    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.
    services string[]
    Service object from available options.
    srcaddrs string[]
    Source address name from available addresses.
    status string
    Enable/disable this policy. Valid values: disable, enable.
    uuid string
    Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
    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.
    anomalies Sequence[PackagesFirewallDospolicy6AnomalyArgs]
    Anomaly. The structure of anomaly block is documented below.
    comments str
    Comment.
    dstaddrs Sequence[str]
    Destination address name from available addresses.
    dynamic_sort_subtable str
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    interfaces Sequence[str]
    Incoming interface name from available interfaces.
    name str
    Policy name.
    packages_firewall_dospolicy6_id str
    an identifier for the resource with format {{policyid}}.
    pkg_folder_path str
    Pkg Folder Path.
    policyid float
    Policy ID.
    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.
    services Sequence[str]
    Service object from available options.
    srcaddrs Sequence[str]
    Source address name from available addresses.
    status str
    Enable/disable this policy. Valid values: disable, enable.
    uuid str
    Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
    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.
    anomalies List<Property Map>
    Anomaly. The structure of anomaly block is documented below.
    comments String
    Comment.
    dstaddrs List<String>
    Destination address name from available addresses.
    dynamicSortSubtable String
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    interfaces List<String>
    Incoming interface name from available interfaces.
    name String
    Policy name.
    packagesFirewallDospolicy6Id String
    an identifier for the resource with format {{policyid}}.
    pkgFolderPath String
    Pkg Folder Path.
    policyid Number
    Policy ID.
    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.
    services List<String>
    Service object from available options.
    srcaddrs List<String>
    Source address name from available addresses.
    status String
    Enable/disable this policy. Valid values: disable, enable.
    uuid String
    Universally Unique Identifier (UUID; automatically assigned but can be manually reset).

    Outputs

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

    Get an existing PackagesFirewallDospolicy6 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?: PackagesFirewallDospolicy6State, opts?: CustomResourceOptions): PackagesFirewallDospolicy6
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            adom: Optional[str] = None,
            anomalies: Optional[Sequence[PackagesFirewallDospolicy6AnomalyArgs]] = None,
            comments: Optional[str] = None,
            dstaddrs: Optional[Sequence[str]] = None,
            dynamic_sort_subtable: Optional[str] = None,
            interfaces: Optional[Sequence[str]] = None,
            name: Optional[str] = None,
            packages_firewall_dospolicy6_id: Optional[str] = None,
            pkg: Optional[str] = None,
            pkg_folder_path: Optional[str] = None,
            policyid: Optional[float] = None,
            scopetype: Optional[str] = None,
            services: Optional[Sequence[str]] = None,
            srcaddrs: Optional[Sequence[str]] = None,
            status: Optional[str] = None,
            uuid: Optional[str] = None) -> PackagesFirewallDospolicy6
    func GetPackagesFirewallDospolicy6(ctx *Context, name string, id IDInput, state *PackagesFirewallDospolicy6State, opts ...ResourceOption) (*PackagesFirewallDospolicy6, error)
    public static PackagesFirewallDospolicy6 Get(string name, Input<string> id, PackagesFirewallDospolicy6State? state, CustomResourceOptions? opts = null)
    public static PackagesFirewallDospolicy6 get(String name, Output<String> id, PackagesFirewallDospolicy6State state, CustomResourceOptions options)
    resources:  _:    type: fortimanager:PackagesFirewallDospolicy6    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.
    Anomalies List<PackagesFirewallDospolicy6Anomaly>
    Anomaly. The structure of anomaly block is documented below.
    Comments string
    Comment.
    Dstaddrs List<string>
    Destination address name from available addresses.
    DynamicSortSubtable string
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    Interfaces List<string>
    Incoming interface name from available interfaces.
    Name string
    Policy name.
    PackagesFirewallDospolicy6Id string
    an identifier for the resource with format {{policyid}}.
    Pkg string
    Package.
    PkgFolderPath string
    Pkg Folder Path.
    Policyid double
    Policy ID.
    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.
    Services List<string>
    Service object from available options.
    Srcaddrs List<string>
    Source address name from available addresses.
    Status string
    Enable/disable this policy. Valid values: disable, enable.
    Uuid string
    Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Anomalies []PackagesFirewallDospolicy6AnomalyTypeArgs
    Anomaly. The structure of anomaly block is documented below.
    Comments string
    Comment.
    Dstaddrs []string
    Destination address name from available addresses.
    DynamicSortSubtable string
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    Interfaces []string
    Incoming interface name from available interfaces.
    Name string
    Policy name.
    PackagesFirewallDospolicy6Id string
    an identifier for the resource with format {{policyid}}.
    Pkg string
    Package.
    PkgFolderPath string
    Pkg Folder Path.
    Policyid float64
    Policy ID.
    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.
    Services []string
    Service object from available options.
    Srcaddrs []string
    Source address name from available addresses.
    Status string
    Enable/disable this policy. Valid values: disable, enable.
    Uuid string
    Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    anomalies List<PackagesFirewallDospolicy6Anomaly>
    Anomaly. The structure of anomaly block is documented below.
    comments String
    Comment.
    dstaddrs List<String>
    Destination address name from available addresses.
    dynamicSortSubtable String
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    interfaces List<String>
    Incoming interface name from available interfaces.
    name String
    Policy name.
    packagesFirewallDospolicy6Id String
    an identifier for the resource with format {{policyid}}.
    pkg String
    Package.
    pkgFolderPath String
    Pkg Folder Path.
    policyid Double
    Policy ID.
    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.
    services List<String>
    Service object from available options.
    srcaddrs List<String>
    Source address name from available addresses.
    status String
    Enable/disable this policy. Valid values: disable, enable.
    uuid String
    Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    anomalies PackagesFirewallDospolicy6Anomaly[]
    Anomaly. The structure of anomaly block is documented below.
    comments string
    Comment.
    dstaddrs string[]
    Destination address name from available addresses.
    dynamicSortSubtable string
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    interfaces string[]
    Incoming interface name from available interfaces.
    name string
    Policy name.
    packagesFirewallDospolicy6Id string
    an identifier for the resource with format {{policyid}}.
    pkg string
    Package.
    pkgFolderPath string
    Pkg Folder Path.
    policyid number
    Policy ID.
    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.
    services string[]
    Service object from available options.
    srcaddrs string[]
    Source address name from available addresses.
    status string
    Enable/disable this policy. Valid values: disable, enable.
    uuid string
    Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    anomalies Sequence[PackagesFirewallDospolicy6AnomalyArgs]
    Anomaly. The structure of anomaly block is documented below.
    comments str
    Comment.
    dstaddrs Sequence[str]
    Destination address name from available addresses.
    dynamic_sort_subtable str
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    interfaces Sequence[str]
    Incoming interface name from available interfaces.
    name str
    Policy name.
    packages_firewall_dospolicy6_id str
    an identifier for the resource with format {{policyid}}.
    pkg str
    Package.
    pkg_folder_path str
    Pkg Folder Path.
    policyid float
    Policy ID.
    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.
    services Sequence[str]
    Service object from available options.
    srcaddrs Sequence[str]
    Source address name from available addresses.
    status str
    Enable/disable this policy. Valid values: disable, enable.
    uuid str
    Universally Unique Identifier (UUID; automatically assigned but can be manually reset).
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    anomalies List<Property Map>
    Anomaly. The structure of anomaly block is documented below.
    comments String
    Comment.
    dstaddrs List<String>
    Destination address name from available addresses.
    dynamicSortSubtable String
    true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
    interfaces List<String>
    Incoming interface name from available interfaces.
    name String
    Policy name.
    packagesFirewallDospolicy6Id String
    an identifier for the resource with format {{policyid}}.
    pkg String
    Package.
    pkgFolderPath String
    Pkg Folder Path.
    policyid Number
    Policy ID.
    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.
    services List<String>
    Service object from available options.
    srcaddrs List<String>
    Source address name from available addresses.
    status String
    Enable/disable this policy. Valid values: disable, enable.
    uuid String
    Universally Unique Identifier (UUID; automatically assigned but can be manually reset).

    Supporting Types

    PackagesFirewallDospolicy6Anomaly, PackagesFirewallDospolicy6AnomalyArgs

    Action string
    Action taken when the threshold is reached. Valid values: pass, block, proxy.
    Log string
    Enable/disable anomaly logging. Valid values: disable, enable.
    Name string
    Anomaly name.
    Quarantine string
    Quarantine method. Valid values: none, attacker, both, interface.
    QuarantineExpiry string
    Duration of quarantine. (Format ###d##h##m, minimum 1m, maximum 364d23h59m, default = 5m). Requires quarantine set to attacker.
    QuarantineLog string
    Enable/disable quarantine logging. Valid values: disable, enable.
    Status string
    Enable/disable this anomaly. Valid values: disable, enable.
    SynproxyTcpMss string
    Determine TCP maximum segment size (MSS) value for packets replied by syn proxy module. Valid values: 0, 256, 512, 1024, 1300, 1360, 1460, 1500.
    SynproxyTcpSack string
    enable/disable TCP selective acknowledage (SACK) for packets replied by syn proxy module. Valid values: disable, enable.
    SynproxyTcpTimestamp string
    enable/disable TCP timestamp option for packets replied by syn proxy module. Valid values: disable, enable.
    SynproxyTcpWindow string
    Determine TCP Window size for packets replied by syn proxy module. Valid values: 4096, 8192, 16384, 32768.
    SynproxyTcpWindowscale string
    Determine TCP window scale option value for packets replied by syn proxy module. Valid values: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14.
    SynproxyTos string
    Determine TCP differentiated services code point value (type of service). Valid values: 0, 10, 12, 14, 18, 20, 22, 26, 28, 30, 34, 36, 38, 40, 46, 255.
    SynproxyTtl string
    Determine Time to live (TTL) value for packets replied by syn proxy module. Valid values: 32, 64, 128, 255.
    Threshold double
    Anomaly threshold. Number of detected instances per minute that triggers the anomaly action.
    Thresholddefault double
    Threshold(Default).
    Action string
    Action taken when the threshold is reached. Valid values: pass, block, proxy.
    Log string
    Enable/disable anomaly logging. Valid values: disable, enable.
    Name string
    Anomaly name.
    Quarantine string
    Quarantine method. Valid values: none, attacker, both, interface.
    QuarantineExpiry string
    Duration of quarantine. (Format ###d##h##m, minimum 1m, maximum 364d23h59m, default = 5m). Requires quarantine set to attacker.
    QuarantineLog string
    Enable/disable quarantine logging. Valid values: disable, enable.
    Status string
    Enable/disable this anomaly. Valid values: disable, enable.
    SynproxyTcpMss string
    Determine TCP maximum segment size (MSS) value for packets replied by syn proxy module. Valid values: 0, 256, 512, 1024, 1300, 1360, 1460, 1500.
    SynproxyTcpSack string
    enable/disable TCP selective acknowledage (SACK) for packets replied by syn proxy module. Valid values: disable, enable.
    SynproxyTcpTimestamp string
    enable/disable TCP timestamp option for packets replied by syn proxy module. Valid values: disable, enable.
    SynproxyTcpWindow string
    Determine TCP Window size for packets replied by syn proxy module. Valid values: 4096, 8192, 16384, 32768.
    SynproxyTcpWindowscale string
    Determine TCP window scale option value for packets replied by syn proxy module. Valid values: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14.
    SynproxyTos string
    Determine TCP differentiated services code point value (type of service). Valid values: 0, 10, 12, 14, 18, 20, 22, 26, 28, 30, 34, 36, 38, 40, 46, 255.
    SynproxyTtl string
    Determine Time to live (TTL) value for packets replied by syn proxy module. Valid values: 32, 64, 128, 255.
    Threshold float64
    Anomaly threshold. Number of detected instances per minute that triggers the anomaly action.
    Thresholddefault float64
    Threshold(Default).
    action String
    Action taken when the threshold is reached. Valid values: pass, block, proxy.
    log String
    Enable/disable anomaly logging. Valid values: disable, enable.
    name String
    Anomaly name.
    quarantine String
    Quarantine method. Valid values: none, attacker, both, interface.
    quarantineExpiry String
    Duration of quarantine. (Format ###d##h##m, minimum 1m, maximum 364d23h59m, default = 5m). Requires quarantine set to attacker.
    quarantineLog String
    Enable/disable quarantine logging. Valid values: disable, enable.
    status String
    Enable/disable this anomaly. Valid values: disable, enable.
    synproxyTcpMss String
    Determine TCP maximum segment size (MSS) value for packets replied by syn proxy module. Valid values: 0, 256, 512, 1024, 1300, 1360, 1460, 1500.
    synproxyTcpSack String
    enable/disable TCP selective acknowledage (SACK) for packets replied by syn proxy module. Valid values: disable, enable.
    synproxyTcpTimestamp String
    enable/disable TCP timestamp option for packets replied by syn proxy module. Valid values: disable, enable.
    synproxyTcpWindow String
    Determine TCP Window size for packets replied by syn proxy module. Valid values: 4096, 8192, 16384, 32768.
    synproxyTcpWindowscale String
    Determine TCP window scale option value for packets replied by syn proxy module. Valid values: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14.
    synproxyTos String
    Determine TCP differentiated services code point value (type of service). Valid values: 0, 10, 12, 14, 18, 20, 22, 26, 28, 30, 34, 36, 38, 40, 46, 255.
    synproxyTtl String
    Determine Time to live (TTL) value for packets replied by syn proxy module. Valid values: 32, 64, 128, 255.
    threshold Double
    Anomaly threshold. Number of detected instances per minute that triggers the anomaly action.
    thresholddefault Double
    Threshold(Default).
    action string
    Action taken when the threshold is reached. Valid values: pass, block, proxy.
    log string
    Enable/disable anomaly logging. Valid values: disable, enable.
    name string
    Anomaly name.
    quarantine string
    Quarantine method. Valid values: none, attacker, both, interface.
    quarantineExpiry string
    Duration of quarantine. (Format ###d##h##m, minimum 1m, maximum 364d23h59m, default = 5m). Requires quarantine set to attacker.
    quarantineLog string
    Enable/disable quarantine logging. Valid values: disable, enable.
    status string
    Enable/disable this anomaly. Valid values: disable, enable.
    synproxyTcpMss string
    Determine TCP maximum segment size (MSS) value for packets replied by syn proxy module. Valid values: 0, 256, 512, 1024, 1300, 1360, 1460, 1500.
    synproxyTcpSack string
    enable/disable TCP selective acknowledage (SACK) for packets replied by syn proxy module. Valid values: disable, enable.
    synproxyTcpTimestamp string
    enable/disable TCP timestamp option for packets replied by syn proxy module. Valid values: disable, enable.
    synproxyTcpWindow string
    Determine TCP Window size for packets replied by syn proxy module. Valid values: 4096, 8192, 16384, 32768.
    synproxyTcpWindowscale string
    Determine TCP window scale option value for packets replied by syn proxy module. Valid values: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14.
    synproxyTos string
    Determine TCP differentiated services code point value (type of service). Valid values: 0, 10, 12, 14, 18, 20, 22, 26, 28, 30, 34, 36, 38, 40, 46, 255.
    synproxyTtl string
    Determine Time to live (TTL) value for packets replied by syn proxy module. Valid values: 32, 64, 128, 255.
    threshold number
    Anomaly threshold. Number of detected instances per minute that triggers the anomaly action.
    thresholddefault number
    Threshold(Default).
    action str
    Action taken when the threshold is reached. Valid values: pass, block, proxy.
    log str
    Enable/disable anomaly logging. Valid values: disable, enable.
    name str
    Anomaly name.
    quarantine str
    Quarantine method. Valid values: none, attacker, both, interface.
    quarantine_expiry str
    Duration of quarantine. (Format ###d##h##m, minimum 1m, maximum 364d23h59m, default = 5m). Requires quarantine set to attacker.
    quarantine_log str
    Enable/disable quarantine logging. Valid values: disable, enable.
    status str
    Enable/disable this anomaly. Valid values: disable, enable.
    synproxy_tcp_mss str
    Determine TCP maximum segment size (MSS) value for packets replied by syn proxy module. Valid values: 0, 256, 512, 1024, 1300, 1360, 1460, 1500.
    synproxy_tcp_sack str
    enable/disable TCP selective acknowledage (SACK) for packets replied by syn proxy module. Valid values: disable, enable.
    synproxy_tcp_timestamp str
    enable/disable TCP timestamp option for packets replied by syn proxy module. Valid values: disable, enable.
    synproxy_tcp_window str
    Determine TCP Window size for packets replied by syn proxy module. Valid values: 4096, 8192, 16384, 32768.
    synproxy_tcp_windowscale str
    Determine TCP window scale option value for packets replied by syn proxy module. Valid values: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14.
    synproxy_tos str
    Determine TCP differentiated services code point value (type of service). Valid values: 0, 10, 12, 14, 18, 20, 22, 26, 28, 30, 34, 36, 38, 40, 46, 255.
    synproxy_ttl str
    Determine Time to live (TTL) value for packets replied by syn proxy module. Valid values: 32, 64, 128, 255.
    threshold float
    Anomaly threshold. Number of detected instances per minute that triggers the anomaly action.
    thresholddefault float
    Threshold(Default).
    action String
    Action taken when the threshold is reached. Valid values: pass, block, proxy.
    log String
    Enable/disable anomaly logging. Valid values: disable, enable.
    name String
    Anomaly name.
    quarantine String
    Quarantine method. Valid values: none, attacker, both, interface.
    quarantineExpiry String
    Duration of quarantine. (Format ###d##h##m, minimum 1m, maximum 364d23h59m, default = 5m). Requires quarantine set to attacker.
    quarantineLog String
    Enable/disable quarantine logging. Valid values: disable, enable.
    status String
    Enable/disable this anomaly. Valid values: disable, enable.
    synproxyTcpMss String
    Determine TCP maximum segment size (MSS) value for packets replied by syn proxy module. Valid values: 0, 256, 512, 1024, 1300, 1360, 1460, 1500.
    synproxyTcpSack String
    enable/disable TCP selective acknowledage (SACK) for packets replied by syn proxy module. Valid values: disable, enable.
    synproxyTcpTimestamp String
    enable/disable TCP timestamp option for packets replied by syn proxy module. Valid values: disable, enable.
    synproxyTcpWindow String
    Determine TCP Window size for packets replied by syn proxy module. Valid values: 4096, 8192, 16384, 32768.
    synproxyTcpWindowscale String
    Determine TCP window scale option value for packets replied by syn proxy module. Valid values: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14.
    synproxyTos String
    Determine TCP differentiated services code point value (type of service). Valid values: 0, 10, 12, 14, 18, 20, 22, 26, 28, 30, 34, 36, 38, 40, 46, 255.
    synproxyTtl String
    Determine Time to live (TTL) value for packets replied by syn proxy module. Valid values: 32, 64, 128, 255.
    threshold Number
    Anomaly threshold. Number of detected instances per minute that triggers the anomaly action.
    thresholddefault Number
    Threshold(Default).

    Import

    Packages FirewallDosPolicy6 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/packagesFirewallDospolicy6:PackagesFirewallDospolicy6 labelname {{policyid}}
    

    $ 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.
    fortimanager logo
    fortimanager 1.13.0 published on Thursday, Mar 13, 2025 by fortinetdev