1. Packages
  2. Fortimanager Provider
  3. API Docs
  4. ObjectSystemNpuHpe
fortimanager 1.14.0 published on Tuesday, Apr 15, 2025 by fortinetdev

fortimanager.ObjectSystemNpuHpe

Explore with Pulumi AI

Host protection engine configuration.

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

Example Usage

import * as pulumi from "@pulumi/pulumi";
import * as fortimanager from "@pulumi/fortimanager";

const trname = new fortimanager.ObjectSystemNpuHpe("trname", {allProtocol: 400000});
Copy
import pulumi
import pulumi_fortimanager as fortimanager

trname = fortimanager.ObjectSystemNpuHpe("trname", all_protocol=400000)
Copy
package main

import (
	"github.com/pulumi/pulumi-terraform-provider/sdks/go/fortimanager/fortimanager"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := fortimanager.NewObjectSystemNpuHpe(ctx, "trname", &fortimanager.ObjectSystemNpuHpeArgs{
			AllProtocol: pulumi.Float64(400000),
		})
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Fortimanager = Pulumi.Fortimanager;

return await Deployment.RunAsync(() => 
{
    var trname = new Fortimanager.ObjectSystemNpuHpe("trname", new()
    {
        AllProtocol = 400000,
    });

});
Copy
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.fortimanager.ObjectSystemNpuHpe;
import com.pulumi.fortimanager.ObjectSystemNpuHpeArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;

public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }

    public static void stack(Context ctx) {
        var trname = new ObjectSystemNpuHpe("trname", ObjectSystemNpuHpeArgs.builder()
            .allProtocol("400000")
            .build());

    }
}
Copy
resources:
  trname:
    type: fortimanager:ObjectSystemNpuHpe
    properties:
      allProtocol: '400000'
Copy

Create ObjectSystemNpuHpe Resource

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

Constructor syntax

new ObjectSystemNpuHpe(name: string, args?: ObjectSystemNpuHpeArgs, opts?: CustomResourceOptions);
@overload
def ObjectSystemNpuHpe(resource_name: str,
                       args: Optional[ObjectSystemNpuHpeInitArgs] = None,
                       opts: Optional[ResourceOptions] = None)

@overload
def ObjectSystemNpuHpe(resource_name: str,
                       opts: Optional[ResourceOptions] = None,
                       adom: Optional[str] = None,
                       all_protocol: Optional[float] = None,
                       arp_max: Optional[float] = None,
                       enable_queue_shaper: Optional[str] = None,
                       enable_shaper: Optional[str] = None,
                       esp_max: Optional[float] = None,
                       exception_code: Optional[float] = None,
                       fragment_with_sess: Optional[float] = None,
                       fragment_without_session: Optional[float] = None,
                       high_priority: Optional[float] = None,
                       icmp_max: Optional[float] = None,
                       ip_frag_max: Optional[float] = None,
                       ip_others_max: Optional[float] = None,
                       l2_others_max: Optional[float] = None,
                       object_system_npu_hpe_id: Optional[str] = None,
                       pri_type_max: Optional[float] = None,
                       queue_shaper_max: Optional[float] = None,
                       scopetype: Optional[str] = None,
                       sctp_max: Optional[float] = None,
                       tcp_max: Optional[float] = None,
                       tcpfin_rst_max: Optional[float] = None,
                       tcpsyn_ack_max: Optional[float] = None,
                       tcpsyn_max: Optional[float] = None,
                       udp_max: Optional[float] = None)
func NewObjectSystemNpuHpe(ctx *Context, name string, args *ObjectSystemNpuHpeArgs, opts ...ResourceOption) (*ObjectSystemNpuHpe, error)
public ObjectSystemNpuHpe(string name, ObjectSystemNpuHpeArgs? args = null, CustomResourceOptions? opts = null)
public ObjectSystemNpuHpe(String name, ObjectSystemNpuHpeArgs args)
public ObjectSystemNpuHpe(String name, ObjectSystemNpuHpeArgs args, CustomResourceOptions options)
type: fortimanager:ObjectSystemNpuHpe
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args ObjectSystemNpuHpeArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args ObjectSystemNpuHpeInitArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args ObjectSystemNpuHpeArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args ObjectSystemNpuHpeArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. ObjectSystemNpuHpeArgs
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 objectSystemNpuHpeResource = new Fortimanager.ObjectSystemNpuHpe("objectSystemNpuHpeResource", new()
{
    Adom = "string",
    AllProtocol = 0,
    ArpMax = 0,
    EnableQueueShaper = "string",
    EnableShaper = "string",
    EspMax = 0,
    ExceptionCode = 0,
    FragmentWithSess = 0,
    FragmentWithoutSession = 0,
    HighPriority = 0,
    IcmpMax = 0,
    IpFragMax = 0,
    IpOthersMax = 0,
    L2OthersMax = 0,
    ObjectSystemNpuHpeId = "string",
    PriTypeMax = 0,
    QueueShaperMax = 0,
    Scopetype = "string",
    SctpMax = 0,
    TcpMax = 0,
    TcpfinRstMax = 0,
    TcpsynAckMax = 0,
    TcpsynMax = 0,
    UdpMax = 0,
});
Copy
example, err := fortimanager.NewObjectSystemNpuHpe(ctx, "objectSystemNpuHpeResource", &fortimanager.ObjectSystemNpuHpeArgs{
Adom: pulumi.String("string"),
AllProtocol: pulumi.Float64(0),
ArpMax: pulumi.Float64(0),
EnableQueueShaper: pulumi.String("string"),
EnableShaper: pulumi.String("string"),
EspMax: pulumi.Float64(0),
ExceptionCode: pulumi.Float64(0),
FragmentWithSess: pulumi.Float64(0),
FragmentWithoutSession: pulumi.Float64(0),
HighPriority: pulumi.Float64(0),
IcmpMax: pulumi.Float64(0),
IpFragMax: pulumi.Float64(0),
IpOthersMax: pulumi.Float64(0),
L2OthersMax: pulumi.Float64(0),
ObjectSystemNpuHpeId: pulumi.String("string"),
PriTypeMax: pulumi.Float64(0),
QueueShaperMax: pulumi.Float64(0),
Scopetype: pulumi.String("string"),
SctpMax: pulumi.Float64(0),
TcpMax: pulumi.Float64(0),
TcpfinRstMax: pulumi.Float64(0),
TcpsynAckMax: pulumi.Float64(0),
TcpsynMax: pulumi.Float64(0),
UdpMax: pulumi.Float64(0),
})
Copy
var objectSystemNpuHpeResource = new ObjectSystemNpuHpe("objectSystemNpuHpeResource", ObjectSystemNpuHpeArgs.builder()
    .adom("string")
    .allProtocol(0)
    .arpMax(0)
    .enableQueueShaper("string")
    .enableShaper("string")
    .espMax(0)
    .exceptionCode(0)
    .fragmentWithSess(0)
    .fragmentWithoutSession(0)
    .highPriority(0)
    .icmpMax(0)
    .ipFragMax(0)
    .ipOthersMax(0)
    .l2OthersMax(0)
    .objectSystemNpuHpeId("string")
    .priTypeMax(0)
    .queueShaperMax(0)
    .scopetype("string")
    .sctpMax(0)
    .tcpMax(0)
    .tcpfinRstMax(0)
    .tcpsynAckMax(0)
    .tcpsynMax(0)
    .udpMax(0)
    .build());
Copy
object_system_npu_hpe_resource = fortimanager.ObjectSystemNpuHpe("objectSystemNpuHpeResource",
    adom="string",
    all_protocol=0,
    arp_max=0,
    enable_queue_shaper="string",
    enable_shaper="string",
    esp_max=0,
    exception_code=0,
    fragment_with_sess=0,
    fragment_without_session=0,
    high_priority=0,
    icmp_max=0,
    ip_frag_max=0,
    ip_others_max=0,
    l2_others_max=0,
    object_system_npu_hpe_id="string",
    pri_type_max=0,
    queue_shaper_max=0,
    scopetype="string",
    sctp_max=0,
    tcp_max=0,
    tcpfin_rst_max=0,
    tcpsyn_ack_max=0,
    tcpsyn_max=0,
    udp_max=0)
Copy
const objectSystemNpuHpeResource = new fortimanager.ObjectSystemNpuHpe("objectSystemNpuHpeResource", {
    adom: "string",
    allProtocol: 0,
    arpMax: 0,
    enableQueueShaper: "string",
    enableShaper: "string",
    espMax: 0,
    exceptionCode: 0,
    fragmentWithSess: 0,
    fragmentWithoutSession: 0,
    highPriority: 0,
    icmpMax: 0,
    ipFragMax: 0,
    ipOthersMax: 0,
    l2OthersMax: 0,
    objectSystemNpuHpeId: "string",
    priTypeMax: 0,
    queueShaperMax: 0,
    scopetype: "string",
    sctpMax: 0,
    tcpMax: 0,
    tcpfinRstMax: 0,
    tcpsynAckMax: 0,
    tcpsynMax: 0,
    udpMax: 0,
});
Copy
type: fortimanager:ObjectSystemNpuHpe
properties:
    adom: string
    allProtocol: 0
    arpMax: 0
    enableQueueShaper: string
    enableShaper: string
    espMax: 0
    exceptionCode: 0
    fragmentWithSess: 0
    fragmentWithoutSession: 0
    highPriority: 0
    icmpMax: 0
    ipFragMax: 0
    ipOthersMax: 0
    l2OthersMax: 0
    objectSystemNpuHpeId: string
    priTypeMax: 0
    queueShaperMax: 0
    scopetype: string
    sctpMax: 0
    tcpMax: 0
    tcpfinRstMax: 0
    tcpsynAckMax: 0
    tcpsynMax: 0
    udpMax: 0
Copy

ObjectSystemNpuHpe 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 ObjectSystemNpuHpe 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.
AllProtocol double
Maximum packet rate of each host queue except high priority traffic(1K - 40M pps, default = 10M pps), set 0 to disable.
ArpMax double
Maximum ARP packet rate (1K - 40M pps, default = 40K pps).
EnableQueueShaper string
Enable/Disable NPU host protection engine (HPE) queue shaper. Valid values: disable, enable.
EnableShaper string
Enable/Disable NPU Host Protection Engine (HPE) for packet type shaper. Valid values: disable, enable.
EspMax double
Maximum ESP packet rate (1K - 40M pps, default = 40K pps).
ExceptionCode double
Maximum exception code rate of traffic(1K - 32M pps, default = 1M pps).
FragmentWithSess double
Maximum fragment with session rate of traffic(1K - 32M pps, default = 1M pps).
FragmentWithoutSession double
Maximum fragment without session rate of traffic(1K - 32M pps, default = 1M pps).
HighPriority double
Maximum packet rate for TCAM high priority traffic (1K - 40M pps, default = 10M pps),set 0 to disable.
IcmpMax double
Maximum ICMP packet rate (1K - 40M pps, default = 40K pps).
IpFragMax double
Maximum fragmented IP packet rate (1K - 40M pps, default = 40K pps).
IpOthersMax double
Maximum IP packet rate for other packets (packet types that cannot be set with other options) (1K - 1G pps, default = 40K pps).
L2OthersMax double
Maximum L2 packet rate for L2 packets that are not ARP packets (1K - 40M pps, default = 40K pps).
ObjectSystemNpuHpeId string
an identifier for the resource.
PriTypeMax double
Maximum overflow rate of priority type traffic(1K - 40M pps, default = 40K pps). Includes L2: HA, 802.3ad LACP, heartbeats. L3: OSPF. L4_TCP: BGP. L4_UDP: IKE, SLBC, BFD.
QueueShaperMax double
Maximum per queue byte rate of traffic(1K - 32M pps, default = 1M pps).
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.
SctpMax double
Maximum SCTP packet rate (1K - 40M pps, default = 40K pps).
TcpMax double
Maximum TCP packet rate (1K - 40M pps, default = 600K pps).
TcpfinRstMax double
Maximum TCP carries FIN or RST flags packet rate (1K - 40M pps, default = 600K pps).
TcpsynAckMax double
Maximum TCP carries SYN and ACK flags packet rate (1K - 40M pps, default = 600K pps).
TcpsynMax double
Maximum TCP SYN packet rate (1K - 40M pps, default = 600K pps).
UdpMax double
Maximum UDP packet rate (1K - 40M pps, default = 600K pps).
Adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
AllProtocol float64
Maximum packet rate of each host queue except high priority traffic(1K - 40M pps, default = 10M pps), set 0 to disable.
ArpMax float64
Maximum ARP packet rate (1K - 40M pps, default = 40K pps).
EnableQueueShaper string
Enable/Disable NPU host protection engine (HPE) queue shaper. Valid values: disable, enable.
EnableShaper string
Enable/Disable NPU Host Protection Engine (HPE) for packet type shaper. Valid values: disable, enable.
EspMax float64
Maximum ESP packet rate (1K - 40M pps, default = 40K pps).
ExceptionCode float64
Maximum exception code rate of traffic(1K - 32M pps, default = 1M pps).
FragmentWithSess float64
Maximum fragment with session rate of traffic(1K - 32M pps, default = 1M pps).
FragmentWithoutSession float64
Maximum fragment without session rate of traffic(1K - 32M pps, default = 1M pps).
HighPriority float64
Maximum packet rate for TCAM high priority traffic (1K - 40M pps, default = 10M pps),set 0 to disable.
IcmpMax float64
Maximum ICMP packet rate (1K - 40M pps, default = 40K pps).
IpFragMax float64
Maximum fragmented IP packet rate (1K - 40M pps, default = 40K pps).
IpOthersMax float64
Maximum IP packet rate for other packets (packet types that cannot be set with other options) (1K - 1G pps, default = 40K pps).
L2OthersMax float64
Maximum L2 packet rate for L2 packets that are not ARP packets (1K - 40M pps, default = 40K pps).
ObjectSystemNpuHpeId string
an identifier for the resource.
PriTypeMax float64
Maximum overflow rate of priority type traffic(1K - 40M pps, default = 40K pps). Includes L2: HA, 802.3ad LACP, heartbeats. L3: OSPF. L4_TCP: BGP. L4_UDP: IKE, SLBC, BFD.
QueueShaperMax float64
Maximum per queue byte rate of traffic(1K - 32M pps, default = 1M pps).
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.
SctpMax float64
Maximum SCTP packet rate (1K - 40M pps, default = 40K pps).
TcpMax float64
Maximum TCP packet rate (1K - 40M pps, default = 600K pps).
TcpfinRstMax float64
Maximum TCP carries FIN or RST flags packet rate (1K - 40M pps, default = 600K pps).
TcpsynAckMax float64
Maximum TCP carries SYN and ACK flags packet rate (1K - 40M pps, default = 600K pps).
TcpsynMax float64
Maximum TCP SYN packet rate (1K - 40M pps, default = 600K pps).
UdpMax float64
Maximum UDP packet rate (1K - 40M pps, default = 600K pps).
adom String
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
allProtocol Double
Maximum packet rate of each host queue except high priority traffic(1K - 40M pps, default = 10M pps), set 0 to disable.
arpMax Double
Maximum ARP packet rate (1K - 40M pps, default = 40K pps).
enableQueueShaper String
Enable/Disable NPU host protection engine (HPE) queue shaper. Valid values: disable, enable.
enableShaper String
Enable/Disable NPU Host Protection Engine (HPE) for packet type shaper. Valid values: disable, enable.
espMax Double
Maximum ESP packet rate (1K - 40M pps, default = 40K pps).
exceptionCode Double
Maximum exception code rate of traffic(1K - 32M pps, default = 1M pps).
fragmentWithSess Double
Maximum fragment with session rate of traffic(1K - 32M pps, default = 1M pps).
fragmentWithoutSession Double
Maximum fragment without session rate of traffic(1K - 32M pps, default = 1M pps).
highPriority Double
Maximum packet rate for TCAM high priority traffic (1K - 40M pps, default = 10M pps),set 0 to disable.
icmpMax Double
Maximum ICMP packet rate (1K - 40M pps, default = 40K pps).
ipFragMax Double
Maximum fragmented IP packet rate (1K - 40M pps, default = 40K pps).
ipOthersMax Double
Maximum IP packet rate for other packets (packet types that cannot be set with other options) (1K - 1G pps, default = 40K pps).
l2OthersMax Double
Maximum L2 packet rate for L2 packets that are not ARP packets (1K - 40M pps, default = 40K pps).
objectSystemNpuHpeId String
an identifier for the resource.
priTypeMax Double
Maximum overflow rate of priority type traffic(1K - 40M pps, default = 40K pps). Includes L2: HA, 802.3ad LACP, heartbeats. L3: OSPF. L4_TCP: BGP. L4_UDP: IKE, SLBC, BFD.
queueShaperMax Double
Maximum per queue byte rate of traffic(1K - 32M pps, default = 1M pps).
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.
sctpMax Double
Maximum SCTP packet rate (1K - 40M pps, default = 40K pps).
tcpMax Double
Maximum TCP packet rate (1K - 40M pps, default = 600K pps).
tcpfinRstMax Double
Maximum TCP carries FIN or RST flags packet rate (1K - 40M pps, default = 600K pps).
tcpsynAckMax Double
Maximum TCP carries SYN and ACK flags packet rate (1K - 40M pps, default = 600K pps).
tcpsynMax Double
Maximum TCP SYN packet rate (1K - 40M pps, default = 600K pps).
udpMax Double
Maximum UDP packet rate (1K - 40M pps, default = 600K pps).
adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
allProtocol number
Maximum packet rate of each host queue except high priority traffic(1K - 40M pps, default = 10M pps), set 0 to disable.
arpMax number
Maximum ARP packet rate (1K - 40M pps, default = 40K pps).
enableQueueShaper string
Enable/Disable NPU host protection engine (HPE) queue shaper. Valid values: disable, enable.
enableShaper string
Enable/Disable NPU Host Protection Engine (HPE) for packet type shaper. Valid values: disable, enable.
espMax number
Maximum ESP packet rate (1K - 40M pps, default = 40K pps).
exceptionCode number
Maximum exception code rate of traffic(1K - 32M pps, default = 1M pps).
fragmentWithSess number
Maximum fragment with session rate of traffic(1K - 32M pps, default = 1M pps).
fragmentWithoutSession number
Maximum fragment without session rate of traffic(1K - 32M pps, default = 1M pps).
highPriority number
Maximum packet rate for TCAM high priority traffic (1K - 40M pps, default = 10M pps),set 0 to disable.
icmpMax number
Maximum ICMP packet rate (1K - 40M pps, default = 40K pps).
ipFragMax number
Maximum fragmented IP packet rate (1K - 40M pps, default = 40K pps).
ipOthersMax number
Maximum IP packet rate for other packets (packet types that cannot be set with other options) (1K - 1G pps, default = 40K pps).
l2OthersMax number
Maximum L2 packet rate for L2 packets that are not ARP packets (1K - 40M pps, default = 40K pps).
objectSystemNpuHpeId string
an identifier for the resource.
priTypeMax number
Maximum overflow rate of priority type traffic(1K - 40M pps, default = 40K pps). Includes L2: HA, 802.3ad LACP, heartbeats. L3: OSPF. L4_TCP: BGP. L4_UDP: IKE, SLBC, BFD.
queueShaperMax number
Maximum per queue byte rate of traffic(1K - 32M pps, default = 1M pps).
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.
sctpMax number
Maximum SCTP packet rate (1K - 40M pps, default = 40K pps).
tcpMax number
Maximum TCP packet rate (1K - 40M pps, default = 600K pps).
tcpfinRstMax number
Maximum TCP carries FIN or RST flags packet rate (1K - 40M pps, default = 600K pps).
tcpsynAckMax number
Maximum TCP carries SYN and ACK flags packet rate (1K - 40M pps, default = 600K pps).
tcpsynMax number
Maximum TCP SYN packet rate (1K - 40M pps, default = 600K pps).
udpMax number
Maximum UDP packet rate (1K - 40M pps, default = 600K pps).
adom str
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
all_protocol float
Maximum packet rate of each host queue except high priority traffic(1K - 40M pps, default = 10M pps), set 0 to disable.
arp_max float
Maximum ARP packet rate (1K - 40M pps, default = 40K pps).
enable_queue_shaper str
Enable/Disable NPU host protection engine (HPE) queue shaper. Valid values: disable, enable.
enable_shaper str
Enable/Disable NPU Host Protection Engine (HPE) for packet type shaper. Valid values: disable, enable.
esp_max float
Maximum ESP packet rate (1K - 40M pps, default = 40K pps).
exception_code float
Maximum exception code rate of traffic(1K - 32M pps, default = 1M pps).
fragment_with_sess float
Maximum fragment with session rate of traffic(1K - 32M pps, default = 1M pps).
fragment_without_session float
Maximum fragment without session rate of traffic(1K - 32M pps, default = 1M pps).
high_priority float
Maximum packet rate for TCAM high priority traffic (1K - 40M pps, default = 10M pps),set 0 to disable.
icmp_max float
Maximum ICMP packet rate (1K - 40M pps, default = 40K pps).
ip_frag_max float
Maximum fragmented IP packet rate (1K - 40M pps, default = 40K pps).
ip_others_max float
Maximum IP packet rate for other packets (packet types that cannot be set with other options) (1K - 1G pps, default = 40K pps).
l2_others_max float
Maximum L2 packet rate for L2 packets that are not ARP packets (1K - 40M pps, default = 40K pps).
object_system_npu_hpe_id str
an identifier for the resource.
pri_type_max float
Maximum overflow rate of priority type traffic(1K - 40M pps, default = 40K pps). Includes L2: HA, 802.3ad LACP, heartbeats. L3: OSPF. L4_TCP: BGP. L4_UDP: IKE, SLBC, BFD.
queue_shaper_max float
Maximum per queue byte rate of traffic(1K - 32M pps, default = 1M pps).
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.
sctp_max float
Maximum SCTP packet rate (1K - 40M pps, default = 40K pps).
tcp_max float
Maximum TCP packet rate (1K - 40M pps, default = 600K pps).
tcpfin_rst_max float
Maximum TCP carries FIN or RST flags packet rate (1K - 40M pps, default = 600K pps).
tcpsyn_ack_max float
Maximum TCP carries SYN and ACK flags packet rate (1K - 40M pps, default = 600K pps).
tcpsyn_max float
Maximum TCP SYN packet rate (1K - 40M pps, default = 600K pps).
udp_max float
Maximum UDP packet rate (1K - 40M pps, default = 600K pps).
adom String
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
allProtocol Number
Maximum packet rate of each host queue except high priority traffic(1K - 40M pps, default = 10M pps), set 0 to disable.
arpMax Number
Maximum ARP packet rate (1K - 40M pps, default = 40K pps).
enableQueueShaper String
Enable/Disable NPU host protection engine (HPE) queue shaper. Valid values: disable, enable.
enableShaper String
Enable/Disable NPU Host Protection Engine (HPE) for packet type shaper. Valid values: disable, enable.
espMax Number
Maximum ESP packet rate (1K - 40M pps, default = 40K pps).
exceptionCode Number
Maximum exception code rate of traffic(1K - 32M pps, default = 1M pps).
fragmentWithSess Number
Maximum fragment with session rate of traffic(1K - 32M pps, default = 1M pps).
fragmentWithoutSession Number
Maximum fragment without session rate of traffic(1K - 32M pps, default = 1M pps).
highPriority Number
Maximum packet rate for TCAM high priority traffic (1K - 40M pps, default = 10M pps),set 0 to disable.
icmpMax Number
Maximum ICMP packet rate (1K - 40M pps, default = 40K pps).
ipFragMax Number
Maximum fragmented IP packet rate (1K - 40M pps, default = 40K pps).
ipOthersMax Number
Maximum IP packet rate for other packets (packet types that cannot be set with other options) (1K - 1G pps, default = 40K pps).
l2OthersMax Number
Maximum L2 packet rate for L2 packets that are not ARP packets (1K - 40M pps, default = 40K pps).
objectSystemNpuHpeId String
an identifier for the resource.
priTypeMax Number
Maximum overflow rate of priority type traffic(1K - 40M pps, default = 40K pps). Includes L2: HA, 802.3ad LACP, heartbeats. L3: OSPF. L4_TCP: BGP. L4_UDP: IKE, SLBC, BFD.
queueShaperMax Number
Maximum per queue byte rate of traffic(1K - 32M pps, default = 1M pps).
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.
sctpMax Number
Maximum SCTP packet rate (1K - 40M pps, default = 40K pps).
tcpMax Number
Maximum TCP packet rate (1K - 40M pps, default = 600K pps).
tcpfinRstMax Number
Maximum TCP carries FIN or RST flags packet rate (1K - 40M pps, default = 600K pps).
tcpsynAckMax Number
Maximum TCP carries SYN and ACK flags packet rate (1K - 40M pps, default = 600K pps).
tcpsynMax Number
Maximum TCP SYN packet rate (1K - 40M pps, default = 600K pps).
udpMax Number
Maximum UDP packet rate (1K - 40M pps, default = 600K pps).

Outputs

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

Get an existing ObjectSystemNpuHpe 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?: ObjectSystemNpuHpeState, opts?: CustomResourceOptions): ObjectSystemNpuHpe
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        adom: Optional[str] = None,
        all_protocol: Optional[float] = None,
        arp_max: Optional[float] = None,
        enable_queue_shaper: Optional[str] = None,
        enable_shaper: Optional[str] = None,
        esp_max: Optional[float] = None,
        exception_code: Optional[float] = None,
        fragment_with_sess: Optional[float] = None,
        fragment_without_session: Optional[float] = None,
        high_priority: Optional[float] = None,
        icmp_max: Optional[float] = None,
        ip_frag_max: Optional[float] = None,
        ip_others_max: Optional[float] = None,
        l2_others_max: Optional[float] = None,
        object_system_npu_hpe_id: Optional[str] = None,
        pri_type_max: Optional[float] = None,
        queue_shaper_max: Optional[float] = None,
        scopetype: Optional[str] = None,
        sctp_max: Optional[float] = None,
        tcp_max: Optional[float] = None,
        tcpfin_rst_max: Optional[float] = None,
        tcpsyn_ack_max: Optional[float] = None,
        tcpsyn_max: Optional[float] = None,
        udp_max: Optional[float] = None) -> ObjectSystemNpuHpe
func GetObjectSystemNpuHpe(ctx *Context, name string, id IDInput, state *ObjectSystemNpuHpeState, opts ...ResourceOption) (*ObjectSystemNpuHpe, error)
public static ObjectSystemNpuHpe Get(string name, Input<string> id, ObjectSystemNpuHpeState? state, CustomResourceOptions? opts = null)
public static ObjectSystemNpuHpe get(String name, Output<String> id, ObjectSystemNpuHpeState state, CustomResourceOptions options)
resources:  _:    type: fortimanager:ObjectSystemNpuHpe    get:      id: ${id}
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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.
AllProtocol double
Maximum packet rate of each host queue except high priority traffic(1K - 40M pps, default = 10M pps), set 0 to disable.
ArpMax double
Maximum ARP packet rate (1K - 40M pps, default = 40K pps).
EnableQueueShaper string
Enable/Disable NPU host protection engine (HPE) queue shaper. Valid values: disable, enable.
EnableShaper string
Enable/Disable NPU Host Protection Engine (HPE) for packet type shaper. Valid values: disable, enable.
EspMax double
Maximum ESP packet rate (1K - 40M pps, default = 40K pps).
ExceptionCode double
Maximum exception code rate of traffic(1K - 32M pps, default = 1M pps).
FragmentWithSess double
Maximum fragment with session rate of traffic(1K - 32M pps, default = 1M pps).
FragmentWithoutSession double
Maximum fragment without session rate of traffic(1K - 32M pps, default = 1M pps).
HighPriority double
Maximum packet rate for TCAM high priority traffic (1K - 40M pps, default = 10M pps),set 0 to disable.
IcmpMax double
Maximum ICMP packet rate (1K - 40M pps, default = 40K pps).
IpFragMax double
Maximum fragmented IP packet rate (1K - 40M pps, default = 40K pps).
IpOthersMax double
Maximum IP packet rate for other packets (packet types that cannot be set with other options) (1K - 1G pps, default = 40K pps).
L2OthersMax double
Maximum L2 packet rate for L2 packets that are not ARP packets (1K - 40M pps, default = 40K pps).
ObjectSystemNpuHpeId string
an identifier for the resource.
PriTypeMax double
Maximum overflow rate of priority type traffic(1K - 40M pps, default = 40K pps). Includes L2: HA, 802.3ad LACP, heartbeats. L3: OSPF. L4_TCP: BGP. L4_UDP: IKE, SLBC, BFD.
QueueShaperMax double
Maximum per queue byte rate of traffic(1K - 32M pps, default = 1M pps).
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.
SctpMax double
Maximum SCTP packet rate (1K - 40M pps, default = 40K pps).
TcpMax double
Maximum TCP packet rate (1K - 40M pps, default = 600K pps).
TcpfinRstMax double
Maximum TCP carries FIN or RST flags packet rate (1K - 40M pps, default = 600K pps).
TcpsynAckMax double
Maximum TCP carries SYN and ACK flags packet rate (1K - 40M pps, default = 600K pps).
TcpsynMax double
Maximum TCP SYN packet rate (1K - 40M pps, default = 600K pps).
UdpMax double
Maximum UDP packet rate (1K - 40M pps, default = 600K pps).
Adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
AllProtocol float64
Maximum packet rate of each host queue except high priority traffic(1K - 40M pps, default = 10M pps), set 0 to disable.
ArpMax float64
Maximum ARP packet rate (1K - 40M pps, default = 40K pps).
EnableQueueShaper string
Enable/Disable NPU host protection engine (HPE) queue shaper. Valid values: disable, enable.
EnableShaper string
Enable/Disable NPU Host Protection Engine (HPE) for packet type shaper. Valid values: disable, enable.
EspMax float64
Maximum ESP packet rate (1K - 40M pps, default = 40K pps).
ExceptionCode float64
Maximum exception code rate of traffic(1K - 32M pps, default = 1M pps).
FragmentWithSess float64
Maximum fragment with session rate of traffic(1K - 32M pps, default = 1M pps).
FragmentWithoutSession float64
Maximum fragment without session rate of traffic(1K - 32M pps, default = 1M pps).
HighPriority float64
Maximum packet rate for TCAM high priority traffic (1K - 40M pps, default = 10M pps),set 0 to disable.
IcmpMax float64
Maximum ICMP packet rate (1K - 40M pps, default = 40K pps).
IpFragMax float64
Maximum fragmented IP packet rate (1K - 40M pps, default = 40K pps).
IpOthersMax float64
Maximum IP packet rate for other packets (packet types that cannot be set with other options) (1K - 1G pps, default = 40K pps).
L2OthersMax float64
Maximum L2 packet rate for L2 packets that are not ARP packets (1K - 40M pps, default = 40K pps).
ObjectSystemNpuHpeId string
an identifier for the resource.
PriTypeMax float64
Maximum overflow rate of priority type traffic(1K - 40M pps, default = 40K pps). Includes L2: HA, 802.3ad LACP, heartbeats. L3: OSPF. L4_TCP: BGP. L4_UDP: IKE, SLBC, BFD.
QueueShaperMax float64
Maximum per queue byte rate of traffic(1K - 32M pps, default = 1M pps).
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.
SctpMax float64
Maximum SCTP packet rate (1K - 40M pps, default = 40K pps).
TcpMax float64
Maximum TCP packet rate (1K - 40M pps, default = 600K pps).
TcpfinRstMax float64
Maximum TCP carries FIN or RST flags packet rate (1K - 40M pps, default = 600K pps).
TcpsynAckMax float64
Maximum TCP carries SYN and ACK flags packet rate (1K - 40M pps, default = 600K pps).
TcpsynMax float64
Maximum TCP SYN packet rate (1K - 40M pps, default = 600K pps).
UdpMax float64
Maximum UDP packet rate (1K - 40M pps, default = 600K pps).
adom String
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
allProtocol Double
Maximum packet rate of each host queue except high priority traffic(1K - 40M pps, default = 10M pps), set 0 to disable.
arpMax Double
Maximum ARP packet rate (1K - 40M pps, default = 40K pps).
enableQueueShaper String
Enable/Disable NPU host protection engine (HPE) queue shaper. Valid values: disable, enable.
enableShaper String
Enable/Disable NPU Host Protection Engine (HPE) for packet type shaper. Valid values: disable, enable.
espMax Double
Maximum ESP packet rate (1K - 40M pps, default = 40K pps).
exceptionCode Double
Maximum exception code rate of traffic(1K - 32M pps, default = 1M pps).
fragmentWithSess Double
Maximum fragment with session rate of traffic(1K - 32M pps, default = 1M pps).
fragmentWithoutSession Double
Maximum fragment without session rate of traffic(1K - 32M pps, default = 1M pps).
highPriority Double
Maximum packet rate for TCAM high priority traffic (1K - 40M pps, default = 10M pps),set 0 to disable.
icmpMax Double
Maximum ICMP packet rate (1K - 40M pps, default = 40K pps).
ipFragMax Double
Maximum fragmented IP packet rate (1K - 40M pps, default = 40K pps).
ipOthersMax Double
Maximum IP packet rate for other packets (packet types that cannot be set with other options) (1K - 1G pps, default = 40K pps).
l2OthersMax Double
Maximum L2 packet rate for L2 packets that are not ARP packets (1K - 40M pps, default = 40K pps).
objectSystemNpuHpeId String
an identifier for the resource.
priTypeMax Double
Maximum overflow rate of priority type traffic(1K - 40M pps, default = 40K pps). Includes L2: HA, 802.3ad LACP, heartbeats. L3: OSPF. L4_TCP: BGP. L4_UDP: IKE, SLBC, BFD.
queueShaperMax Double
Maximum per queue byte rate of traffic(1K - 32M pps, default = 1M pps).
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.
sctpMax Double
Maximum SCTP packet rate (1K - 40M pps, default = 40K pps).
tcpMax Double
Maximum TCP packet rate (1K - 40M pps, default = 600K pps).
tcpfinRstMax Double
Maximum TCP carries FIN or RST flags packet rate (1K - 40M pps, default = 600K pps).
tcpsynAckMax Double
Maximum TCP carries SYN and ACK flags packet rate (1K - 40M pps, default = 600K pps).
tcpsynMax Double
Maximum TCP SYN packet rate (1K - 40M pps, default = 600K pps).
udpMax Double
Maximum UDP packet rate (1K - 40M pps, default = 600K pps).
adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
allProtocol number
Maximum packet rate of each host queue except high priority traffic(1K - 40M pps, default = 10M pps), set 0 to disable.
arpMax number
Maximum ARP packet rate (1K - 40M pps, default = 40K pps).
enableQueueShaper string
Enable/Disable NPU host protection engine (HPE) queue shaper. Valid values: disable, enable.
enableShaper string
Enable/Disable NPU Host Protection Engine (HPE) for packet type shaper. Valid values: disable, enable.
espMax number
Maximum ESP packet rate (1K - 40M pps, default = 40K pps).
exceptionCode number
Maximum exception code rate of traffic(1K - 32M pps, default = 1M pps).
fragmentWithSess number
Maximum fragment with session rate of traffic(1K - 32M pps, default = 1M pps).
fragmentWithoutSession number
Maximum fragment without session rate of traffic(1K - 32M pps, default = 1M pps).
highPriority number
Maximum packet rate for TCAM high priority traffic (1K - 40M pps, default = 10M pps),set 0 to disable.
icmpMax number
Maximum ICMP packet rate (1K - 40M pps, default = 40K pps).
ipFragMax number
Maximum fragmented IP packet rate (1K - 40M pps, default = 40K pps).
ipOthersMax number
Maximum IP packet rate for other packets (packet types that cannot be set with other options) (1K - 1G pps, default = 40K pps).
l2OthersMax number
Maximum L2 packet rate for L2 packets that are not ARP packets (1K - 40M pps, default = 40K pps).
objectSystemNpuHpeId string
an identifier for the resource.
priTypeMax number
Maximum overflow rate of priority type traffic(1K - 40M pps, default = 40K pps). Includes L2: HA, 802.3ad LACP, heartbeats. L3: OSPF. L4_TCP: BGP. L4_UDP: IKE, SLBC, BFD.
queueShaperMax number
Maximum per queue byte rate of traffic(1K - 32M pps, default = 1M pps).
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.
sctpMax number
Maximum SCTP packet rate (1K - 40M pps, default = 40K pps).
tcpMax number
Maximum TCP packet rate (1K - 40M pps, default = 600K pps).
tcpfinRstMax number
Maximum TCP carries FIN or RST flags packet rate (1K - 40M pps, default = 600K pps).
tcpsynAckMax number
Maximum TCP carries SYN and ACK flags packet rate (1K - 40M pps, default = 600K pps).
tcpsynMax number
Maximum TCP SYN packet rate (1K - 40M pps, default = 600K pps).
udpMax number
Maximum UDP packet rate (1K - 40M pps, default = 600K pps).
adom str
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
all_protocol float
Maximum packet rate of each host queue except high priority traffic(1K - 40M pps, default = 10M pps), set 0 to disable.
arp_max float
Maximum ARP packet rate (1K - 40M pps, default = 40K pps).
enable_queue_shaper str
Enable/Disable NPU host protection engine (HPE) queue shaper. Valid values: disable, enable.
enable_shaper str
Enable/Disable NPU Host Protection Engine (HPE) for packet type shaper. Valid values: disable, enable.
esp_max float
Maximum ESP packet rate (1K - 40M pps, default = 40K pps).
exception_code float
Maximum exception code rate of traffic(1K - 32M pps, default = 1M pps).
fragment_with_sess float
Maximum fragment with session rate of traffic(1K - 32M pps, default = 1M pps).
fragment_without_session float
Maximum fragment without session rate of traffic(1K - 32M pps, default = 1M pps).
high_priority float
Maximum packet rate for TCAM high priority traffic (1K - 40M pps, default = 10M pps),set 0 to disable.
icmp_max float
Maximum ICMP packet rate (1K - 40M pps, default = 40K pps).
ip_frag_max float
Maximum fragmented IP packet rate (1K - 40M pps, default = 40K pps).
ip_others_max float
Maximum IP packet rate for other packets (packet types that cannot be set with other options) (1K - 1G pps, default = 40K pps).
l2_others_max float
Maximum L2 packet rate for L2 packets that are not ARP packets (1K - 40M pps, default = 40K pps).
object_system_npu_hpe_id str
an identifier for the resource.
pri_type_max float
Maximum overflow rate of priority type traffic(1K - 40M pps, default = 40K pps). Includes L2: HA, 802.3ad LACP, heartbeats. L3: OSPF. L4_TCP: BGP. L4_UDP: IKE, SLBC, BFD.
queue_shaper_max float
Maximum per queue byte rate of traffic(1K - 32M pps, default = 1M pps).
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.
sctp_max float
Maximum SCTP packet rate (1K - 40M pps, default = 40K pps).
tcp_max float
Maximum TCP packet rate (1K - 40M pps, default = 600K pps).
tcpfin_rst_max float
Maximum TCP carries FIN or RST flags packet rate (1K - 40M pps, default = 600K pps).
tcpsyn_ack_max float
Maximum TCP carries SYN and ACK flags packet rate (1K - 40M pps, default = 600K pps).
tcpsyn_max float
Maximum TCP SYN packet rate (1K - 40M pps, default = 600K pps).
udp_max float
Maximum UDP packet rate (1K - 40M pps, default = 600K pps).
adom String
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
allProtocol Number
Maximum packet rate of each host queue except high priority traffic(1K - 40M pps, default = 10M pps), set 0 to disable.
arpMax Number
Maximum ARP packet rate (1K - 40M pps, default = 40K pps).
enableQueueShaper String
Enable/Disable NPU host protection engine (HPE) queue shaper. Valid values: disable, enable.
enableShaper String
Enable/Disable NPU Host Protection Engine (HPE) for packet type shaper. Valid values: disable, enable.
espMax Number
Maximum ESP packet rate (1K - 40M pps, default = 40K pps).
exceptionCode Number
Maximum exception code rate of traffic(1K - 32M pps, default = 1M pps).
fragmentWithSess Number
Maximum fragment with session rate of traffic(1K - 32M pps, default = 1M pps).
fragmentWithoutSession Number
Maximum fragment without session rate of traffic(1K - 32M pps, default = 1M pps).
highPriority Number
Maximum packet rate for TCAM high priority traffic (1K - 40M pps, default = 10M pps),set 0 to disable.
icmpMax Number
Maximum ICMP packet rate (1K - 40M pps, default = 40K pps).
ipFragMax Number
Maximum fragmented IP packet rate (1K - 40M pps, default = 40K pps).
ipOthersMax Number
Maximum IP packet rate for other packets (packet types that cannot be set with other options) (1K - 1G pps, default = 40K pps).
l2OthersMax Number
Maximum L2 packet rate for L2 packets that are not ARP packets (1K - 40M pps, default = 40K pps).
objectSystemNpuHpeId String
an identifier for the resource.
priTypeMax Number
Maximum overflow rate of priority type traffic(1K - 40M pps, default = 40K pps). Includes L2: HA, 802.3ad LACP, heartbeats. L3: OSPF. L4_TCP: BGP. L4_UDP: IKE, SLBC, BFD.
queueShaperMax Number
Maximum per queue byte rate of traffic(1K - 32M pps, default = 1M pps).
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.
sctpMax Number
Maximum SCTP packet rate (1K - 40M pps, default = 40K pps).
tcpMax Number
Maximum TCP packet rate (1K - 40M pps, default = 600K pps).
tcpfinRstMax Number
Maximum TCP carries FIN or RST flags packet rate (1K - 40M pps, default = 600K pps).
tcpsynAckMax Number
Maximum TCP carries SYN and ACK flags packet rate (1K - 40M pps, default = 600K pps).
tcpsynMax Number
Maximum TCP SYN packet rate (1K - 40M pps, default = 600K pps).
udpMax Number
Maximum UDP packet rate (1K - 40M pps, default = 600K pps).

Import

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

$ export “FORTIMANAGER_IMPORT_TABLE”=“true”

$ pulumi import fortimanager:index/objectSystemNpuHpe:ObjectSystemNpuHpe labelname ObjectSystemNpuHpe
Copy

$ 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.