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

fortimanager.ObjectSystemNpuIcmperrorratectrl

Explore with Pulumi AI

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

    Configure the rate of ICMP errors generated by this FortiGate, which is achieved by token bucket algorithm.

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

    Create ObjectSystemNpuIcmperrorratectrl Resource

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

    Constructor syntax

    new ObjectSystemNpuIcmperrorratectrl(name: string, args?: ObjectSystemNpuIcmperrorratectrlArgs, opts?: CustomResourceOptions);
    @overload
    def ObjectSystemNpuIcmperrorratectrl(resource_name: str,
                                         args: Optional[ObjectSystemNpuIcmperrorratectrlArgs] = None,
                                         opts: Optional[ResourceOptions] = None)
    
    @overload
    def ObjectSystemNpuIcmperrorratectrl(resource_name: str,
                                         opts: Optional[ResourceOptions] = None,
                                         adom: Optional[str] = None,
                                         icmpv4_error_bucket_size: Optional[float] = None,
                                         icmpv4_error_rate: Optional[float] = None,
                                         icmpv4_error_rate_limit: Optional[str] = None,
                                         icmpv6_error_bucket_size: Optional[float] = None,
                                         icmpv6_error_rate: Optional[float] = None,
                                         icmpv6_error_rate_limit: Optional[str] = None,
                                         object_system_npu_icmperrorratectrl_id: Optional[str] = None,
                                         scopetype: Optional[str] = None)
    func NewObjectSystemNpuIcmperrorratectrl(ctx *Context, name string, args *ObjectSystemNpuIcmperrorratectrlArgs, opts ...ResourceOption) (*ObjectSystemNpuIcmperrorratectrl, error)
    public ObjectSystemNpuIcmperrorratectrl(string name, ObjectSystemNpuIcmperrorratectrlArgs? args = null, CustomResourceOptions? opts = null)
    public ObjectSystemNpuIcmperrorratectrl(String name, ObjectSystemNpuIcmperrorratectrlArgs args)
    public ObjectSystemNpuIcmperrorratectrl(String name, ObjectSystemNpuIcmperrorratectrlArgs args, CustomResourceOptions options)
    
    type: fortimanager:ObjectSystemNpuIcmperrorratectrl
    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 ObjectSystemNpuIcmperrorratectrlArgs
    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 ObjectSystemNpuIcmperrorratectrlArgs
    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 ObjectSystemNpuIcmperrorratectrlArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ObjectSystemNpuIcmperrorratectrlArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ObjectSystemNpuIcmperrorratectrlArgs
    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 objectSystemNpuIcmperrorratectrlResource = new Fortimanager.ObjectSystemNpuIcmperrorratectrl("objectSystemNpuIcmperrorratectrlResource", new()
    {
        Adom = "string",
        Icmpv4ErrorBucketSize = 0,
        Icmpv4ErrorRate = 0,
        Icmpv4ErrorRateLimit = "string",
        Icmpv6ErrorBucketSize = 0,
        Icmpv6ErrorRate = 0,
        Icmpv6ErrorRateLimit = "string",
        ObjectSystemNpuIcmperrorratectrlId = "string",
        Scopetype = "string",
    });
    
    example, err := fortimanager.NewObjectSystemNpuIcmperrorratectrl(ctx, "objectSystemNpuIcmperrorratectrlResource", &fortimanager.ObjectSystemNpuIcmperrorratectrlArgs{
    Adom: pulumi.String("string"),
    Icmpv4ErrorBucketSize: pulumi.Float64(0),
    Icmpv4ErrorRate: pulumi.Float64(0),
    Icmpv4ErrorRateLimit: pulumi.String("string"),
    Icmpv6ErrorBucketSize: pulumi.Float64(0),
    Icmpv6ErrorRate: pulumi.Float64(0),
    Icmpv6ErrorRateLimit: pulumi.String("string"),
    ObjectSystemNpuIcmperrorratectrlId: pulumi.String("string"),
    Scopetype: pulumi.String("string"),
    })
    
    var objectSystemNpuIcmperrorratectrlResource = new ObjectSystemNpuIcmperrorratectrl("objectSystemNpuIcmperrorratectrlResource", ObjectSystemNpuIcmperrorratectrlArgs.builder()
        .adom("string")
        .icmpv4ErrorBucketSize(0)
        .icmpv4ErrorRate(0)
        .icmpv4ErrorRateLimit("string")
        .icmpv6ErrorBucketSize(0)
        .icmpv6ErrorRate(0)
        .icmpv6ErrorRateLimit("string")
        .objectSystemNpuIcmperrorratectrlId("string")
        .scopetype("string")
        .build());
    
    object_system_npu_icmperrorratectrl_resource = fortimanager.ObjectSystemNpuIcmperrorratectrl("objectSystemNpuIcmperrorratectrlResource",
        adom="string",
        icmpv4_error_bucket_size=0,
        icmpv4_error_rate=0,
        icmpv4_error_rate_limit="string",
        icmpv6_error_bucket_size=0,
        icmpv6_error_rate=0,
        icmpv6_error_rate_limit="string",
        object_system_npu_icmperrorratectrl_id="string",
        scopetype="string")
    
    const objectSystemNpuIcmperrorratectrlResource = new fortimanager.ObjectSystemNpuIcmperrorratectrl("objectSystemNpuIcmperrorratectrlResource", {
        adom: "string",
        icmpv4ErrorBucketSize: 0,
        icmpv4ErrorRate: 0,
        icmpv4ErrorRateLimit: "string",
        icmpv6ErrorBucketSize: 0,
        icmpv6ErrorRate: 0,
        icmpv6ErrorRateLimit: "string",
        objectSystemNpuIcmperrorratectrlId: "string",
        scopetype: "string",
    });
    
    type: fortimanager:ObjectSystemNpuIcmperrorratectrl
    properties:
        adom: string
        icmpv4ErrorBucketSize: 0
        icmpv4ErrorRate: 0
        icmpv4ErrorRateLimit: string
        icmpv6ErrorBucketSize: 0
        icmpv6ErrorRate: 0
        icmpv6ErrorRateLimit: string
        objectSystemNpuIcmperrorratectrlId: string
        scopetype: string
    

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

    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Icmpv4ErrorBucketSize double
    Bucket size used in the token bucket algorithm for controlling the flow of ICMPv4 error packets (1 - 100, default = 20).
    Icmpv4ErrorRate double
    Average rate of ICMPv4 error packets that allowed to be generated per second (1 - 100, default = 1).
    Icmpv4ErrorRateLimit string
    Enable to limit the ICMPv4 error packets generated by this FortiGate. Valid values: disable, enable.
    Icmpv6ErrorBucketSize double
    Bucket size used in the token bucket algorithm for controlling the flow of ICMPv6 error packets (1 - 100, default = 20).
    Icmpv6ErrorRate double
    Average rate of ICMPv6 error packets that allowed to be generated per second (1 - 100, default = 1).
    Icmpv6ErrorRateLimit string
    Enable to limit the ICMPv6 error packets generated by this FortiGate. Valid values: disable, enable.
    ObjectSystemNpuIcmperrorratectrlId string
    an identifier for the resource.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Icmpv4ErrorBucketSize float64
    Bucket size used in the token bucket algorithm for controlling the flow of ICMPv4 error packets (1 - 100, default = 20).
    Icmpv4ErrorRate float64
    Average rate of ICMPv4 error packets that allowed to be generated per second (1 - 100, default = 1).
    Icmpv4ErrorRateLimit string
    Enable to limit the ICMPv4 error packets generated by this FortiGate. Valid values: disable, enable.
    Icmpv6ErrorBucketSize float64
    Bucket size used in the token bucket algorithm for controlling the flow of ICMPv6 error packets (1 - 100, default = 20).
    Icmpv6ErrorRate float64
    Average rate of ICMPv6 error packets that allowed to be generated per second (1 - 100, default = 1).
    Icmpv6ErrorRateLimit string
    Enable to limit the ICMPv6 error packets generated by this FortiGate. Valid values: disable, enable.
    ObjectSystemNpuIcmperrorratectrlId string
    an identifier for the resource.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    icmpv4ErrorBucketSize Double
    Bucket size used in the token bucket algorithm for controlling the flow of ICMPv4 error packets (1 - 100, default = 20).
    icmpv4ErrorRate Double
    Average rate of ICMPv4 error packets that allowed to be generated per second (1 - 100, default = 1).
    icmpv4ErrorRateLimit String
    Enable to limit the ICMPv4 error packets generated by this FortiGate. Valid values: disable, enable.
    icmpv6ErrorBucketSize Double
    Bucket size used in the token bucket algorithm for controlling the flow of ICMPv6 error packets (1 - 100, default = 20).
    icmpv6ErrorRate Double
    Average rate of ICMPv6 error packets that allowed to be generated per second (1 - 100, default = 1).
    icmpv6ErrorRateLimit String
    Enable to limit the ICMPv6 error packets generated by this FortiGate. Valid values: disable, enable.
    objectSystemNpuIcmperrorratectrlId String
    an identifier for the resource.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    icmpv4ErrorBucketSize number
    Bucket size used in the token bucket algorithm for controlling the flow of ICMPv4 error packets (1 - 100, default = 20).
    icmpv4ErrorRate number
    Average rate of ICMPv4 error packets that allowed to be generated per second (1 - 100, default = 1).
    icmpv4ErrorRateLimit string
    Enable to limit the ICMPv4 error packets generated by this FortiGate. Valid values: disable, enable.
    icmpv6ErrorBucketSize number
    Bucket size used in the token bucket algorithm for controlling the flow of ICMPv6 error packets (1 - 100, default = 20).
    icmpv6ErrorRate number
    Average rate of ICMPv6 error packets that allowed to be generated per second (1 - 100, default = 1).
    icmpv6ErrorRateLimit string
    Enable to limit the ICMPv6 error packets generated by this FortiGate. Valid values: disable, enable.
    objectSystemNpuIcmperrorratectrlId string
    an identifier for the resource.
    scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    icmpv4_error_bucket_size float
    Bucket size used in the token bucket algorithm for controlling the flow of ICMPv4 error packets (1 - 100, default = 20).
    icmpv4_error_rate float
    Average rate of ICMPv4 error packets that allowed to be generated per second (1 - 100, default = 1).
    icmpv4_error_rate_limit str
    Enable to limit the ICMPv4 error packets generated by this FortiGate. Valid values: disable, enable.
    icmpv6_error_bucket_size float
    Bucket size used in the token bucket algorithm for controlling the flow of ICMPv6 error packets (1 - 100, default = 20).
    icmpv6_error_rate float
    Average rate of ICMPv6 error packets that allowed to be generated per second (1 - 100, default = 1).
    icmpv6_error_rate_limit str
    Enable to limit the ICMPv6 error packets generated by this FortiGate. Valid values: disable, enable.
    object_system_npu_icmperrorratectrl_id str
    an identifier for the resource.
    scopetype str
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    icmpv4ErrorBucketSize Number
    Bucket size used in the token bucket algorithm for controlling the flow of ICMPv4 error packets (1 - 100, default = 20).
    icmpv4ErrorRate Number
    Average rate of ICMPv4 error packets that allowed to be generated per second (1 - 100, default = 1).
    icmpv4ErrorRateLimit String
    Enable to limit the ICMPv4 error packets generated by this FortiGate. Valid values: disable, enable.
    icmpv6ErrorBucketSize Number
    Bucket size used in the token bucket algorithm for controlling the flow of ICMPv6 error packets (1 - 100, default = 20).
    icmpv6ErrorRate Number
    Average rate of ICMPv6 error packets that allowed to be generated per second (1 - 100, default = 1).
    icmpv6ErrorRateLimit String
    Enable to limit the ICMPv6 error packets generated by this FortiGate. Valid values: disable, enable.
    objectSystemNpuIcmperrorratectrlId String
    an identifier for the resource.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.

    Outputs

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

    Get an existing ObjectSystemNpuIcmperrorratectrl 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?: ObjectSystemNpuIcmperrorratectrlState, opts?: CustomResourceOptions): ObjectSystemNpuIcmperrorratectrl
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            adom: Optional[str] = None,
            icmpv4_error_bucket_size: Optional[float] = None,
            icmpv4_error_rate: Optional[float] = None,
            icmpv4_error_rate_limit: Optional[str] = None,
            icmpv6_error_bucket_size: Optional[float] = None,
            icmpv6_error_rate: Optional[float] = None,
            icmpv6_error_rate_limit: Optional[str] = None,
            object_system_npu_icmperrorratectrl_id: Optional[str] = None,
            scopetype: Optional[str] = None) -> ObjectSystemNpuIcmperrorratectrl
    func GetObjectSystemNpuIcmperrorratectrl(ctx *Context, name string, id IDInput, state *ObjectSystemNpuIcmperrorratectrlState, opts ...ResourceOption) (*ObjectSystemNpuIcmperrorratectrl, error)
    public static ObjectSystemNpuIcmperrorratectrl Get(string name, Input<string> id, ObjectSystemNpuIcmperrorratectrlState? state, CustomResourceOptions? opts = null)
    public static ObjectSystemNpuIcmperrorratectrl get(String name, Output<String> id, ObjectSystemNpuIcmperrorratectrlState state, CustomResourceOptions options)
    resources:  _:    type: fortimanager:ObjectSystemNpuIcmperrorratectrl    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.
    Icmpv4ErrorBucketSize double
    Bucket size used in the token bucket algorithm for controlling the flow of ICMPv4 error packets (1 - 100, default = 20).
    Icmpv4ErrorRate double
    Average rate of ICMPv4 error packets that allowed to be generated per second (1 - 100, default = 1).
    Icmpv4ErrorRateLimit string
    Enable to limit the ICMPv4 error packets generated by this FortiGate. Valid values: disable, enable.
    Icmpv6ErrorBucketSize double
    Bucket size used in the token bucket algorithm for controlling the flow of ICMPv6 error packets (1 - 100, default = 20).
    Icmpv6ErrorRate double
    Average rate of ICMPv6 error packets that allowed to be generated per second (1 - 100, default = 1).
    Icmpv6ErrorRateLimit string
    Enable to limit the ICMPv6 error packets generated by this FortiGate. Valid values: disable, enable.
    ObjectSystemNpuIcmperrorratectrlId string
    an identifier for the resource.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Icmpv4ErrorBucketSize float64
    Bucket size used in the token bucket algorithm for controlling the flow of ICMPv4 error packets (1 - 100, default = 20).
    Icmpv4ErrorRate float64
    Average rate of ICMPv4 error packets that allowed to be generated per second (1 - 100, default = 1).
    Icmpv4ErrorRateLimit string
    Enable to limit the ICMPv4 error packets generated by this FortiGate. Valid values: disable, enable.
    Icmpv6ErrorBucketSize float64
    Bucket size used in the token bucket algorithm for controlling the flow of ICMPv6 error packets (1 - 100, default = 20).
    Icmpv6ErrorRate float64
    Average rate of ICMPv6 error packets that allowed to be generated per second (1 - 100, default = 1).
    Icmpv6ErrorRateLimit string
    Enable to limit the ICMPv6 error packets generated by this FortiGate. Valid values: disable, enable.
    ObjectSystemNpuIcmperrorratectrlId string
    an identifier for the resource.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    icmpv4ErrorBucketSize Double
    Bucket size used in the token bucket algorithm for controlling the flow of ICMPv4 error packets (1 - 100, default = 20).
    icmpv4ErrorRate Double
    Average rate of ICMPv4 error packets that allowed to be generated per second (1 - 100, default = 1).
    icmpv4ErrorRateLimit String
    Enable to limit the ICMPv4 error packets generated by this FortiGate. Valid values: disable, enable.
    icmpv6ErrorBucketSize Double
    Bucket size used in the token bucket algorithm for controlling the flow of ICMPv6 error packets (1 - 100, default = 20).
    icmpv6ErrorRate Double
    Average rate of ICMPv6 error packets that allowed to be generated per second (1 - 100, default = 1).
    icmpv6ErrorRateLimit String
    Enable to limit the ICMPv6 error packets generated by this FortiGate. Valid values: disable, enable.
    objectSystemNpuIcmperrorratectrlId String
    an identifier for the resource.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    icmpv4ErrorBucketSize number
    Bucket size used in the token bucket algorithm for controlling the flow of ICMPv4 error packets (1 - 100, default = 20).
    icmpv4ErrorRate number
    Average rate of ICMPv4 error packets that allowed to be generated per second (1 - 100, default = 1).
    icmpv4ErrorRateLimit string
    Enable to limit the ICMPv4 error packets generated by this FortiGate. Valid values: disable, enable.
    icmpv6ErrorBucketSize number
    Bucket size used in the token bucket algorithm for controlling the flow of ICMPv6 error packets (1 - 100, default = 20).
    icmpv6ErrorRate number
    Average rate of ICMPv6 error packets that allowed to be generated per second (1 - 100, default = 1).
    icmpv6ErrorRateLimit string
    Enable to limit the ICMPv6 error packets generated by this FortiGate. Valid values: disable, enable.
    objectSystemNpuIcmperrorratectrlId string
    an identifier for the resource.
    scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    icmpv4_error_bucket_size float
    Bucket size used in the token bucket algorithm for controlling the flow of ICMPv4 error packets (1 - 100, default = 20).
    icmpv4_error_rate float
    Average rate of ICMPv4 error packets that allowed to be generated per second (1 - 100, default = 1).
    icmpv4_error_rate_limit str
    Enable to limit the ICMPv4 error packets generated by this FortiGate. Valid values: disable, enable.
    icmpv6_error_bucket_size float
    Bucket size used in the token bucket algorithm for controlling the flow of ICMPv6 error packets (1 - 100, default = 20).
    icmpv6_error_rate float
    Average rate of ICMPv6 error packets that allowed to be generated per second (1 - 100, default = 1).
    icmpv6_error_rate_limit str
    Enable to limit the ICMPv6 error packets generated by this FortiGate. Valid values: disable, enable.
    object_system_npu_icmperrorratectrl_id str
    an identifier for the resource.
    scopetype str
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    icmpv4ErrorBucketSize Number
    Bucket size used in the token bucket algorithm for controlling the flow of ICMPv4 error packets (1 - 100, default = 20).
    icmpv4ErrorRate Number
    Average rate of ICMPv4 error packets that allowed to be generated per second (1 - 100, default = 1).
    icmpv4ErrorRateLimit String
    Enable to limit the ICMPv4 error packets generated by this FortiGate. Valid values: disable, enable.
    icmpv6ErrorBucketSize Number
    Bucket size used in the token bucket algorithm for controlling the flow of ICMPv6 error packets (1 - 100, default = 20).
    icmpv6ErrorRate Number
    Average rate of ICMPv6 error packets that allowed to be generated per second (1 - 100, default = 1).
    icmpv6ErrorRateLimit String
    Enable to limit the ICMPv6 error packets generated by this FortiGate. Valid values: disable, enable.
    objectSystemNpuIcmperrorratectrlId String
    an identifier for the resource.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.

    Import

    ObjectSystem NpuIcmpErrorRateCtrl can be imported using any of these accepted formats:

    $ export “FORTIMANAGER_IMPORT_TABLE”=“true”

    $ pulumi import fortimanager:index/objectSystemNpuIcmperrorratectrl:ObjectSystemNpuIcmperrorratectrl labelname ObjectSystemNpuIcmpErrorRateCtrl
    

    $ 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