fortimanager.ObjectSystemNpuIcmperrorratectrl
Explore with Pulumi AI
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 resourcefortimanager.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
isadom
, otherwise the value of adom in the provider will be inherited. - Icmpv4Error
Bucket doubleSize - Bucket size used in the token bucket algorithm for controlling the flow of ICMPv4 error packets (1 - 100, default = 20).
- Icmpv4Error
Rate double - Average rate of ICMPv4 error packets that allowed to be generated per second (1 - 100, default = 1).
- Icmpv4Error
Rate stringLimit - Enable to limit the ICMPv4 error packets generated by this FortiGate. Valid values:
disable
,enable
. - Icmpv6Error
Bucket doubleSize - Bucket size used in the token bucket algorithm for controlling the flow of ICMPv6 error packets (1 - 100, default = 20).
- Icmpv6Error
Rate double - Average rate of ICMPv6 error packets that allowed to be generated per second (1 - 100, default = 1).
- Icmpv6Error
Rate stringLimit - Enable to limit the ICMPv6 error packets generated by this FortiGate. Valid values:
disable
,enable
. - Object
System stringNpu Icmperrorratectrl Id - an identifier for the resource.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Icmpv4Error
Bucket float64Size - Bucket size used in the token bucket algorithm for controlling the flow of ICMPv4 error packets (1 - 100, default = 20).
- Icmpv4Error
Rate float64 - Average rate of ICMPv4 error packets that allowed to be generated per second (1 - 100, default = 1).
- Icmpv4Error
Rate stringLimit - Enable to limit the ICMPv4 error packets generated by this FortiGate. Valid values:
disable
,enable
. - Icmpv6Error
Bucket float64Size - Bucket size used in the token bucket algorithm for controlling the flow of ICMPv6 error packets (1 - 100, default = 20).
- Icmpv6Error
Rate float64 - Average rate of ICMPv6 error packets that allowed to be generated per second (1 - 100, default = 1).
- Icmpv6Error
Rate stringLimit - Enable to limit the ICMPv6 error packets generated by this FortiGate. Valid values:
disable
,enable
. - Object
System stringNpu Icmperrorratectrl Id - an identifier for the resource.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - icmpv4Error
Bucket DoubleSize - Bucket size used in the token bucket algorithm for controlling the flow of ICMPv4 error packets (1 - 100, default = 20).
- icmpv4Error
Rate Double - Average rate of ICMPv4 error packets that allowed to be generated per second (1 - 100, default = 1).
- icmpv4Error
Rate StringLimit - Enable to limit the ICMPv4 error packets generated by this FortiGate. Valid values:
disable
,enable
. - icmpv6Error
Bucket DoubleSize - Bucket size used in the token bucket algorithm for controlling the flow of ICMPv6 error packets (1 - 100, default = 20).
- icmpv6Error
Rate Double - Average rate of ICMPv6 error packets that allowed to be generated per second (1 - 100, default = 1).
- icmpv6Error
Rate StringLimit - Enable to limit the ICMPv6 error packets generated by this FortiGate. Valid values:
disable
,enable
. - object
System StringNpu Icmperrorratectrl Id - an identifier for the resource.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - icmpv4Error
Bucket numberSize - Bucket size used in the token bucket algorithm for controlling the flow of ICMPv4 error packets (1 - 100, default = 20).
- icmpv4Error
Rate number - Average rate of ICMPv4 error packets that allowed to be generated per second (1 - 100, default = 1).
- icmpv4Error
Rate stringLimit - Enable to limit the ICMPv4 error packets generated by this FortiGate. Valid values:
disable
,enable
. - icmpv6Error
Bucket numberSize - Bucket size used in the token bucket algorithm for controlling the flow of ICMPv6 error packets (1 - 100, default = 20).
- icmpv6Error
Rate number - Average rate of ICMPv6 error packets that allowed to be generated per second (1 - 100, default = 1).
- icmpv6Error
Rate stringLimit - Enable to limit the ICMPv6 error packets generated by this FortiGate. Valid values:
disable
,enable
. - object
System stringNpu Icmperrorratectrl Id - an identifier for the resource.
- scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - icmpv4_
error_ floatbucket_ size - Bucket size used in the token bucket algorithm for controlling the flow of ICMPv4 error packets (1 - 100, default = 20).
- icmpv4_
error_ floatrate - Average rate of ICMPv4 error packets that allowed to be generated per second (1 - 100, default = 1).
- icmpv4_
error_ strrate_ limit - Enable to limit the ICMPv4 error packets generated by this FortiGate. Valid values:
disable
,enable
. - icmpv6_
error_ floatbucket_ size - Bucket size used in the token bucket algorithm for controlling the flow of ICMPv6 error packets (1 - 100, default = 20).
- icmpv6_
error_ floatrate - Average rate of ICMPv6 error packets that allowed to be generated per second (1 - 100, default = 1).
- icmpv6_
error_ strrate_ limit - Enable to limit the ICMPv6 error packets generated by this FortiGate. Valid values:
disable
,enable
. - object_
system_ strnpu_ icmperrorratectrl_ id - an identifier for the resource.
- scopetype str
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - icmpv4Error
Bucket NumberSize - Bucket size used in the token bucket algorithm for controlling the flow of ICMPv4 error packets (1 - 100, default = 20).
- icmpv4Error
Rate Number - Average rate of ICMPv4 error packets that allowed to be generated per second (1 - 100, default = 1).
- icmpv4Error
Rate StringLimit - Enable to limit the ICMPv4 error packets generated by this FortiGate. Valid values:
disable
,enable
. - icmpv6Error
Bucket NumberSize - Bucket size used in the token bucket algorithm for controlling the flow of ICMPv6 error packets (1 - 100, default = 20).
- icmpv6Error
Rate Number - Average rate of ICMPv6 error packets that allowed to be generated per second (1 - 100, default = 1).
- icmpv6Error
Rate StringLimit - Enable to limit the ICMPv6 error packets generated by this FortiGate. Valid values:
disable
,enable
. - object
System StringNpu Icmperrorratectrl Id - an identifier for the resource.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
Outputs
All input properties are implicitly available as output properties. Additionally, the 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.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Icmpv4Error
Bucket doubleSize - Bucket size used in the token bucket algorithm for controlling the flow of ICMPv4 error packets (1 - 100, default = 20).
- Icmpv4Error
Rate double - Average rate of ICMPv4 error packets that allowed to be generated per second (1 - 100, default = 1).
- Icmpv4Error
Rate stringLimit - Enable to limit the ICMPv4 error packets generated by this FortiGate. Valid values:
disable
,enable
. - Icmpv6Error
Bucket doubleSize - Bucket size used in the token bucket algorithm for controlling the flow of ICMPv6 error packets (1 - 100, default = 20).
- Icmpv6Error
Rate double - Average rate of ICMPv6 error packets that allowed to be generated per second (1 - 100, default = 1).
- Icmpv6Error
Rate stringLimit - Enable to limit the ICMPv6 error packets generated by this FortiGate. Valid values:
disable
,enable
. - Object
System stringNpu Icmperrorratectrl Id - an identifier for the resource.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Icmpv4Error
Bucket float64Size - Bucket size used in the token bucket algorithm for controlling the flow of ICMPv4 error packets (1 - 100, default = 20).
- Icmpv4Error
Rate float64 - Average rate of ICMPv4 error packets that allowed to be generated per second (1 - 100, default = 1).
- Icmpv4Error
Rate stringLimit - Enable to limit the ICMPv4 error packets generated by this FortiGate. Valid values:
disable
,enable
. - Icmpv6Error
Bucket float64Size - Bucket size used in the token bucket algorithm for controlling the flow of ICMPv6 error packets (1 - 100, default = 20).
- Icmpv6Error
Rate float64 - Average rate of ICMPv6 error packets that allowed to be generated per second (1 - 100, default = 1).
- Icmpv6Error
Rate stringLimit - Enable to limit the ICMPv6 error packets generated by this FortiGate. Valid values:
disable
,enable
. - Object
System stringNpu Icmperrorratectrl Id - an identifier for the resource.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - icmpv4Error
Bucket DoubleSize - Bucket size used in the token bucket algorithm for controlling the flow of ICMPv4 error packets (1 - 100, default = 20).
- icmpv4Error
Rate Double - Average rate of ICMPv4 error packets that allowed to be generated per second (1 - 100, default = 1).
- icmpv4Error
Rate StringLimit - Enable to limit the ICMPv4 error packets generated by this FortiGate. Valid values:
disable
,enable
. - icmpv6Error
Bucket DoubleSize - Bucket size used in the token bucket algorithm for controlling the flow of ICMPv6 error packets (1 - 100, default = 20).
- icmpv6Error
Rate Double - Average rate of ICMPv6 error packets that allowed to be generated per second (1 - 100, default = 1).
- icmpv6Error
Rate StringLimit - Enable to limit the ICMPv6 error packets generated by this FortiGate. Valid values:
disable
,enable
. - object
System StringNpu Icmperrorratectrl Id - an identifier for the resource.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - icmpv4Error
Bucket numberSize - Bucket size used in the token bucket algorithm for controlling the flow of ICMPv4 error packets (1 - 100, default = 20).
- icmpv4Error
Rate number - Average rate of ICMPv4 error packets that allowed to be generated per second (1 - 100, default = 1).
- icmpv4Error
Rate stringLimit - Enable to limit the ICMPv4 error packets generated by this FortiGate. Valid values:
disable
,enable
. - icmpv6Error
Bucket numberSize - Bucket size used in the token bucket algorithm for controlling the flow of ICMPv6 error packets (1 - 100, default = 20).
- icmpv6Error
Rate number - Average rate of ICMPv6 error packets that allowed to be generated per second (1 - 100, default = 1).
- icmpv6Error
Rate stringLimit - Enable to limit the ICMPv6 error packets generated by this FortiGate. Valid values:
disable
,enable
. - object
System stringNpu Icmperrorratectrl Id - an identifier for the resource.
- scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - icmpv4_
error_ floatbucket_ size - Bucket size used in the token bucket algorithm for controlling the flow of ICMPv4 error packets (1 - 100, default = 20).
- icmpv4_
error_ floatrate - Average rate of ICMPv4 error packets that allowed to be generated per second (1 - 100, default = 1).
- icmpv4_
error_ strrate_ limit - Enable to limit the ICMPv4 error packets generated by this FortiGate. Valid values:
disable
,enable
. - icmpv6_
error_ floatbucket_ size - Bucket size used in the token bucket algorithm for controlling the flow of ICMPv6 error packets (1 - 100, default = 20).
- icmpv6_
error_ floatrate - Average rate of ICMPv6 error packets that allowed to be generated per second (1 - 100, default = 1).
- icmpv6_
error_ strrate_ limit - Enable to limit the ICMPv6 error packets generated by this FortiGate. Valid values:
disable
,enable
. - object_
system_ strnpu_ icmperrorratectrl_ id - an identifier for the resource.
- scopetype str
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - icmpv4Error
Bucket NumberSize - Bucket size used in the token bucket algorithm for controlling the flow of ICMPv4 error packets (1 - 100, default = 20).
- icmpv4Error
Rate Number - Average rate of ICMPv4 error packets that allowed to be generated per second (1 - 100, default = 1).
- icmpv4Error
Rate StringLimit - Enable to limit the ICMPv4 error packets generated by this FortiGate. Valid values:
disable
,enable
. - icmpv6Error
Bucket NumberSize - Bucket size used in the token bucket algorithm for controlling the flow of ICMPv6 error packets (1 - 100, default = 20).
- icmpv6Error
Rate Number - Average rate of ICMPv6 error packets that allowed to be generated per second (1 - 100, default = 1).
- icmpv6Error
Rate StringLimit - Enable to limit the ICMPv6 error packets generated by this FortiGate. Valid values:
disable
,enable
. - object
System StringNpu Icmperrorratectrl Id - an identifier for the resource.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
Import
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.