fortimanager.ObjectSystemNpuHpe
Explore with Pulumi AI
Host protection engine configuration.
This resource is a sub resource for variable
hpe
of resourcefortimanager.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});
import pulumi
import pulumi_fortimanager as fortimanager
trname = fortimanager.ObjectSystemNpuHpe("trname", all_protocol=400000)
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
})
}
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,
});
});
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());
}
}
resources:
trname:
type: fortimanager:ObjectSystemNpuHpe
properties:
allProtocol: '400000'
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 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 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 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 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 String
- The unique name of the resource.
- args 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,
});
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),
})
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());
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)
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,
});
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
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
isadom
, otherwise the value of adom in the provider will be inherited. - All
Protocol double - Maximum packet rate of each host queue except high priority traffic(1K - 40M pps, default = 10M pps), set 0 to disable.
- Arp
Max double - Maximum ARP packet rate (1K - 40M pps, default = 40K pps).
- Enable
Queue stringShaper - Enable/Disable NPU host protection engine (HPE) queue shaper. Valid values:
disable
,enable
. - Enable
Shaper string - Enable/Disable NPU Host Protection Engine (HPE) for packet type shaper. Valid values:
disable
,enable
. - Esp
Max double - Maximum ESP packet rate (1K - 40M pps, default = 40K pps).
- Exception
Code double - Maximum exception code rate of traffic(1K - 32M pps, default = 1M pps).
- Fragment
With doubleSess - Maximum fragment with session rate of traffic(1K - 32M pps, default = 1M pps).
- Fragment
Without doubleSession - Maximum fragment without session rate of traffic(1K - 32M pps, default = 1M pps).
- High
Priority double - Maximum packet rate for TCAM high priority traffic (1K - 40M pps, default = 10M pps),set 0 to disable.
- Icmp
Max double - Maximum ICMP packet rate (1K - 40M pps, default = 40K pps).
- Ip
Frag doubleMax - Maximum fragmented IP packet rate (1K - 40M pps, default = 40K pps).
- Ip
Others doubleMax - Maximum IP packet rate for other packets (packet types that cannot be set with other options) (1K - 1G pps, default = 40K pps).
- L2Others
Max double - Maximum L2 packet rate for L2 packets that are not ARP packets (1K - 40M pps, default = 40K pps).
- Object
System stringNpu Hpe Id - an identifier for the resource.
- Pri
Type doubleMax - 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 doubleMax - 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
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Sctp
Max double - Maximum SCTP packet rate (1K - 40M pps, default = 40K pps).
- Tcp
Max double - Maximum TCP packet rate (1K - 40M pps, default = 600K pps).
- Tcpfin
Rst doubleMax - Maximum TCP carries FIN or RST flags packet rate (1K - 40M pps, default = 600K pps).
- Tcpsyn
Ack doubleMax - Maximum TCP carries SYN and ACK flags packet rate (1K - 40M pps, default = 600K pps).
- Tcpsyn
Max double - Maximum TCP SYN packet rate (1K - 40M pps, default = 600K pps).
- Udp
Max double - Maximum UDP packet rate (1K - 40M pps, default = 600K pps).
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - All
Protocol float64 - Maximum packet rate of each host queue except high priority traffic(1K - 40M pps, default = 10M pps), set 0 to disable.
- Arp
Max float64 - Maximum ARP packet rate (1K - 40M pps, default = 40K pps).
- Enable
Queue stringShaper - Enable/Disable NPU host protection engine (HPE) queue shaper. Valid values:
disable
,enable
. - Enable
Shaper string - Enable/Disable NPU Host Protection Engine (HPE) for packet type shaper. Valid values:
disable
,enable
. - Esp
Max float64 - Maximum ESP packet rate (1K - 40M pps, default = 40K pps).
- Exception
Code float64 - Maximum exception code rate of traffic(1K - 32M pps, default = 1M pps).
- Fragment
With float64Sess - Maximum fragment with session rate of traffic(1K - 32M pps, default = 1M pps).
- Fragment
Without float64Session - Maximum fragment without session rate of traffic(1K - 32M pps, default = 1M pps).
- High
Priority float64 - Maximum packet rate for TCAM high priority traffic (1K - 40M pps, default = 10M pps),set 0 to disable.
- Icmp
Max float64 - Maximum ICMP packet rate (1K - 40M pps, default = 40K pps).
- Ip
Frag float64Max - Maximum fragmented IP packet rate (1K - 40M pps, default = 40K pps).
- Ip
Others float64Max - Maximum IP packet rate for other packets (packet types that cannot be set with other options) (1K - 1G pps, default = 40K pps).
- L2Others
Max float64 - Maximum L2 packet rate for L2 packets that are not ARP packets (1K - 40M pps, default = 40K pps).
- Object
System stringNpu Hpe Id - an identifier for the resource.
- Pri
Type float64Max - 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 float64Max - 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
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Sctp
Max float64 - Maximum SCTP packet rate (1K - 40M pps, default = 40K pps).
- Tcp
Max float64 - Maximum TCP packet rate (1K - 40M pps, default = 600K pps).
- Tcpfin
Rst float64Max - Maximum TCP carries FIN or RST flags packet rate (1K - 40M pps, default = 600K pps).
- Tcpsyn
Ack float64Max - Maximum TCP carries SYN and ACK flags packet rate (1K - 40M pps, default = 600K pps).
- Tcpsyn
Max float64 - Maximum TCP SYN packet rate (1K - 40M pps, default = 600K pps).
- Udp
Max float64 - Maximum UDP packet rate (1K - 40M pps, default = 600K pps).
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - all
Protocol Double - Maximum packet rate of each host queue except high priority traffic(1K - 40M pps, default = 10M pps), set 0 to disable.
- arp
Max Double - Maximum ARP packet rate (1K - 40M pps, default = 40K pps).
- enable
Queue StringShaper - Enable/Disable NPU host protection engine (HPE) queue shaper. Valid values:
disable
,enable
. - enable
Shaper String - Enable/Disable NPU Host Protection Engine (HPE) for packet type shaper. Valid values:
disable
,enable
. - esp
Max Double - Maximum ESP packet rate (1K - 40M pps, default = 40K pps).
- exception
Code Double - Maximum exception code rate of traffic(1K - 32M pps, default = 1M pps).
- fragment
With DoubleSess - Maximum fragment with session rate of traffic(1K - 32M pps, default = 1M pps).
- fragment
Without DoubleSession - Maximum fragment without session rate of traffic(1K - 32M pps, default = 1M pps).
- high
Priority Double - Maximum packet rate for TCAM high priority traffic (1K - 40M pps, default = 10M pps),set 0 to disable.
- icmp
Max Double - Maximum ICMP packet rate (1K - 40M pps, default = 40K pps).
- ip
Frag DoubleMax - Maximum fragmented IP packet rate (1K - 40M pps, default = 40K pps).
- ip
Others DoubleMax - Maximum IP packet rate for other packets (packet types that cannot be set with other options) (1K - 1G pps, default = 40K pps).
- l2Others
Max Double - Maximum L2 packet rate for L2 packets that are not ARP packets (1K - 40M pps, default = 40K pps).
- object
System StringNpu Hpe Id - an identifier for the resource.
- pri
Type DoubleMax - 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 DoubleMax - 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
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - sctp
Max Double - Maximum SCTP packet rate (1K - 40M pps, default = 40K pps).
- tcp
Max Double - Maximum TCP packet rate (1K - 40M pps, default = 600K pps).
- tcpfin
Rst DoubleMax - Maximum TCP carries FIN or RST flags packet rate (1K - 40M pps, default = 600K pps).
- tcpsyn
Ack DoubleMax - Maximum TCP carries SYN and ACK flags packet rate (1K - 40M pps, default = 600K pps).
- tcpsyn
Max Double - Maximum TCP SYN packet rate (1K - 40M pps, default = 600K pps).
- udp
Max Double - Maximum UDP packet rate (1K - 40M pps, default = 600K pps).
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - all
Protocol number - Maximum packet rate of each host queue except high priority traffic(1K - 40M pps, default = 10M pps), set 0 to disable.
- arp
Max number - Maximum ARP packet rate (1K - 40M pps, default = 40K pps).
- enable
Queue stringShaper - Enable/Disable NPU host protection engine (HPE) queue shaper. Valid values:
disable
,enable
. - enable
Shaper string - Enable/Disable NPU Host Protection Engine (HPE) for packet type shaper. Valid values:
disable
,enable
. - esp
Max number - Maximum ESP packet rate (1K - 40M pps, default = 40K pps).
- exception
Code number - Maximum exception code rate of traffic(1K - 32M pps, default = 1M pps).
- fragment
With numberSess - Maximum fragment with session rate of traffic(1K - 32M pps, default = 1M pps).
- fragment
Without numberSession - Maximum fragment without session rate of traffic(1K - 32M pps, default = 1M pps).
- high
Priority number - Maximum packet rate for TCAM high priority traffic (1K - 40M pps, default = 10M pps),set 0 to disable.
- icmp
Max number - Maximum ICMP packet rate (1K - 40M pps, default = 40K pps).
- ip
Frag numberMax - Maximum fragmented IP packet rate (1K - 40M pps, default = 40K pps).
- ip
Others numberMax - Maximum IP packet rate for other packets (packet types that cannot be set with other options) (1K - 1G pps, default = 40K pps).
- l2Others
Max number - Maximum L2 packet rate for L2 packets that are not ARP packets (1K - 40M pps, default = 40K pps).
- object
System stringNpu Hpe Id - an identifier for the resource.
- pri
Type numberMax - 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 numberMax - 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
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - sctp
Max number - Maximum SCTP packet rate (1K - 40M pps, default = 40K pps).
- tcp
Max number - Maximum TCP packet rate (1K - 40M pps, default = 600K pps).
- tcpfin
Rst numberMax - Maximum TCP carries FIN or RST flags packet rate (1K - 40M pps, default = 600K pps).
- tcpsyn
Ack numberMax - Maximum TCP carries SYN and ACK flags packet rate (1K - 40M pps, default = 600K pps).
- tcpsyn
Max number - Maximum TCP SYN packet rate (1K - 40M pps, default = 600K pps).
- udp
Max number - Maximum UDP packet rate (1K - 40M pps, default = 600K pps).
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, 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_ strshaper - 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_ floatsess - Maximum fragment with session rate of traffic(1K - 32M pps, default = 1M pps).
- fragment_
without_ floatsession - 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_ floatmax - Maximum fragmented IP packet rate (1K - 40M pps, default = 40K pps).
- ip_
others_ floatmax - Maximum IP packet rate for other packets (packet types that cannot be set with other options) (1K - 1G pps, default = 40K pps).
- l2_
others_ floatmax - Maximum L2 packet rate for L2 packets that are not ARP packets (1K - 40M pps, default = 40K pps).
- object_
system_ strnpu_ hpe_ id - an identifier for the resource.
- pri_
type_ floatmax - 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_ floatmax - 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
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - 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_ floatmax - Maximum TCP carries FIN or RST flags packet rate (1K - 40M pps, default = 600K pps).
- tcpsyn_
ack_ floatmax - 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
isadom
, otherwise the value of adom in the provider will be inherited. - all
Protocol Number - Maximum packet rate of each host queue except high priority traffic(1K - 40M pps, default = 10M pps), set 0 to disable.
- arp
Max Number - Maximum ARP packet rate (1K - 40M pps, default = 40K pps).
- enable
Queue StringShaper - Enable/Disable NPU host protection engine (HPE) queue shaper. Valid values:
disable
,enable
. - enable
Shaper String - Enable/Disable NPU Host Protection Engine (HPE) for packet type shaper. Valid values:
disable
,enable
. - esp
Max Number - Maximum ESP packet rate (1K - 40M pps, default = 40K pps).
- exception
Code Number - Maximum exception code rate of traffic(1K - 32M pps, default = 1M pps).
- fragment
With NumberSess - Maximum fragment with session rate of traffic(1K - 32M pps, default = 1M pps).
- fragment
Without NumberSession - Maximum fragment without session rate of traffic(1K - 32M pps, default = 1M pps).
- high
Priority Number - Maximum packet rate for TCAM high priority traffic (1K - 40M pps, default = 10M pps),set 0 to disable.
- icmp
Max Number - Maximum ICMP packet rate (1K - 40M pps, default = 40K pps).
- ip
Frag NumberMax - Maximum fragmented IP packet rate (1K - 40M pps, default = 40K pps).
- ip
Others NumberMax - Maximum IP packet rate for other packets (packet types that cannot be set with other options) (1K - 1G pps, default = 40K pps).
- l2Others
Max Number - Maximum L2 packet rate for L2 packets that are not ARP packets (1K - 40M pps, default = 40K pps).
- object
System StringNpu Hpe Id - an identifier for the resource.
- pri
Type NumberMax - 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 NumberMax - 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
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - sctp
Max Number - Maximum SCTP packet rate (1K - 40M pps, default = 40K pps).
- tcp
Max Number - Maximum TCP packet rate (1K - 40M pps, default = 600K pps).
- tcpfin
Rst NumberMax - Maximum TCP carries FIN or RST flags packet rate (1K - 40M pps, default = 600K pps).
- tcpsyn
Ack NumberMax - Maximum TCP carries SYN and ACK flags packet rate (1K - 40M pps, default = 600K pps).
- tcpsyn
Max Number - Maximum TCP SYN packet rate (1K - 40M pps, default = 600K pps).
- udp
Max 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
- 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. - All
Protocol double - Maximum packet rate of each host queue except high priority traffic(1K - 40M pps, default = 10M pps), set 0 to disable.
- Arp
Max double - Maximum ARP packet rate (1K - 40M pps, default = 40K pps).
- Enable
Queue stringShaper - Enable/Disable NPU host protection engine (HPE) queue shaper. Valid values:
disable
,enable
. - Enable
Shaper string - Enable/Disable NPU Host Protection Engine (HPE) for packet type shaper. Valid values:
disable
,enable
. - Esp
Max double - Maximum ESP packet rate (1K - 40M pps, default = 40K pps).
- Exception
Code double - Maximum exception code rate of traffic(1K - 32M pps, default = 1M pps).
- Fragment
With doubleSess - Maximum fragment with session rate of traffic(1K - 32M pps, default = 1M pps).
- Fragment
Without doubleSession - Maximum fragment without session rate of traffic(1K - 32M pps, default = 1M pps).
- High
Priority double - Maximum packet rate for TCAM high priority traffic (1K - 40M pps, default = 10M pps),set 0 to disable.
- Icmp
Max double - Maximum ICMP packet rate (1K - 40M pps, default = 40K pps).
- Ip
Frag doubleMax - Maximum fragmented IP packet rate (1K - 40M pps, default = 40K pps).
- Ip
Others doubleMax - Maximum IP packet rate for other packets (packet types that cannot be set with other options) (1K - 1G pps, default = 40K pps).
- L2Others
Max double - Maximum L2 packet rate for L2 packets that are not ARP packets (1K - 40M pps, default = 40K pps).
- Object
System stringNpu Hpe Id - an identifier for the resource.
- Pri
Type doubleMax - 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 doubleMax - 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
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Sctp
Max double - Maximum SCTP packet rate (1K - 40M pps, default = 40K pps).
- Tcp
Max double - Maximum TCP packet rate (1K - 40M pps, default = 600K pps).
- Tcpfin
Rst doubleMax - Maximum TCP carries FIN or RST flags packet rate (1K - 40M pps, default = 600K pps).
- Tcpsyn
Ack doubleMax - Maximum TCP carries SYN and ACK flags packet rate (1K - 40M pps, default = 600K pps).
- Tcpsyn
Max double - Maximum TCP SYN packet rate (1K - 40M pps, default = 600K pps).
- Udp
Max double - Maximum UDP packet rate (1K - 40M pps, default = 600K pps).
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - All
Protocol float64 - Maximum packet rate of each host queue except high priority traffic(1K - 40M pps, default = 10M pps), set 0 to disable.
- Arp
Max float64 - Maximum ARP packet rate (1K - 40M pps, default = 40K pps).
- Enable
Queue stringShaper - Enable/Disable NPU host protection engine (HPE) queue shaper. Valid values:
disable
,enable
. - Enable
Shaper string - Enable/Disable NPU Host Protection Engine (HPE) for packet type shaper. Valid values:
disable
,enable
. - Esp
Max float64 - Maximum ESP packet rate (1K - 40M pps, default = 40K pps).
- Exception
Code float64 - Maximum exception code rate of traffic(1K - 32M pps, default = 1M pps).
- Fragment
With float64Sess - Maximum fragment with session rate of traffic(1K - 32M pps, default = 1M pps).
- Fragment
Without float64Session - Maximum fragment without session rate of traffic(1K - 32M pps, default = 1M pps).
- High
Priority float64 - Maximum packet rate for TCAM high priority traffic (1K - 40M pps, default = 10M pps),set 0 to disable.
- Icmp
Max float64 - Maximum ICMP packet rate (1K - 40M pps, default = 40K pps).
- Ip
Frag float64Max - Maximum fragmented IP packet rate (1K - 40M pps, default = 40K pps).
- Ip
Others float64Max - Maximum IP packet rate for other packets (packet types that cannot be set with other options) (1K - 1G pps, default = 40K pps).
- L2Others
Max float64 - Maximum L2 packet rate for L2 packets that are not ARP packets (1K - 40M pps, default = 40K pps).
- Object
System stringNpu Hpe Id - an identifier for the resource.
- Pri
Type float64Max - 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 float64Max - 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
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Sctp
Max float64 - Maximum SCTP packet rate (1K - 40M pps, default = 40K pps).
- Tcp
Max float64 - Maximum TCP packet rate (1K - 40M pps, default = 600K pps).
- Tcpfin
Rst float64Max - Maximum TCP carries FIN or RST flags packet rate (1K - 40M pps, default = 600K pps).
- Tcpsyn
Ack float64Max - Maximum TCP carries SYN and ACK flags packet rate (1K - 40M pps, default = 600K pps).
- Tcpsyn
Max float64 - Maximum TCP SYN packet rate (1K - 40M pps, default = 600K pps).
- Udp
Max float64 - Maximum UDP packet rate (1K - 40M pps, default = 600K pps).
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - all
Protocol Double - Maximum packet rate of each host queue except high priority traffic(1K - 40M pps, default = 10M pps), set 0 to disable.
- arp
Max Double - Maximum ARP packet rate (1K - 40M pps, default = 40K pps).
- enable
Queue StringShaper - Enable/Disable NPU host protection engine (HPE) queue shaper. Valid values:
disable
,enable
. - enable
Shaper String - Enable/Disable NPU Host Protection Engine (HPE) for packet type shaper. Valid values:
disable
,enable
. - esp
Max Double - Maximum ESP packet rate (1K - 40M pps, default = 40K pps).
- exception
Code Double - Maximum exception code rate of traffic(1K - 32M pps, default = 1M pps).
- fragment
With DoubleSess - Maximum fragment with session rate of traffic(1K - 32M pps, default = 1M pps).
- fragment
Without DoubleSession - Maximum fragment without session rate of traffic(1K - 32M pps, default = 1M pps).
- high
Priority Double - Maximum packet rate for TCAM high priority traffic (1K - 40M pps, default = 10M pps),set 0 to disable.
- icmp
Max Double - Maximum ICMP packet rate (1K - 40M pps, default = 40K pps).
- ip
Frag DoubleMax - Maximum fragmented IP packet rate (1K - 40M pps, default = 40K pps).
- ip
Others DoubleMax - Maximum IP packet rate for other packets (packet types that cannot be set with other options) (1K - 1G pps, default = 40K pps).
- l2Others
Max Double - Maximum L2 packet rate for L2 packets that are not ARP packets (1K - 40M pps, default = 40K pps).
- object
System StringNpu Hpe Id - an identifier for the resource.
- pri
Type DoubleMax - 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 DoubleMax - 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
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - sctp
Max Double - Maximum SCTP packet rate (1K - 40M pps, default = 40K pps).
- tcp
Max Double - Maximum TCP packet rate (1K - 40M pps, default = 600K pps).
- tcpfin
Rst DoubleMax - Maximum TCP carries FIN or RST flags packet rate (1K - 40M pps, default = 600K pps).
- tcpsyn
Ack DoubleMax - Maximum TCP carries SYN and ACK flags packet rate (1K - 40M pps, default = 600K pps).
- tcpsyn
Max Double - Maximum TCP SYN packet rate (1K - 40M pps, default = 600K pps).
- udp
Max Double - Maximum UDP packet rate (1K - 40M pps, default = 600K pps).
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - all
Protocol number - Maximum packet rate of each host queue except high priority traffic(1K - 40M pps, default = 10M pps), set 0 to disable.
- arp
Max number - Maximum ARP packet rate (1K - 40M pps, default = 40K pps).
- enable
Queue stringShaper - Enable/Disable NPU host protection engine (HPE) queue shaper. Valid values:
disable
,enable
. - enable
Shaper string - Enable/Disable NPU Host Protection Engine (HPE) for packet type shaper. Valid values:
disable
,enable
. - esp
Max number - Maximum ESP packet rate (1K - 40M pps, default = 40K pps).
- exception
Code number - Maximum exception code rate of traffic(1K - 32M pps, default = 1M pps).
- fragment
With numberSess - Maximum fragment with session rate of traffic(1K - 32M pps, default = 1M pps).
- fragment
Without numberSession - Maximum fragment without session rate of traffic(1K - 32M pps, default = 1M pps).
- high
Priority number - Maximum packet rate for TCAM high priority traffic (1K - 40M pps, default = 10M pps),set 0 to disable.
- icmp
Max number - Maximum ICMP packet rate (1K - 40M pps, default = 40K pps).
- ip
Frag numberMax - Maximum fragmented IP packet rate (1K - 40M pps, default = 40K pps).
- ip
Others numberMax - Maximum IP packet rate for other packets (packet types that cannot be set with other options) (1K - 1G pps, default = 40K pps).
- l2Others
Max number - Maximum L2 packet rate for L2 packets that are not ARP packets (1K - 40M pps, default = 40K pps).
- object
System stringNpu Hpe Id - an identifier for the resource.
- pri
Type numberMax - 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 numberMax - 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
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - sctp
Max number - Maximum SCTP packet rate (1K - 40M pps, default = 40K pps).
- tcp
Max number - Maximum TCP packet rate (1K - 40M pps, default = 600K pps).
- tcpfin
Rst numberMax - Maximum TCP carries FIN or RST flags packet rate (1K - 40M pps, default = 600K pps).
- tcpsyn
Ack numberMax - Maximum TCP carries SYN and ACK flags packet rate (1K - 40M pps, default = 600K pps).
- tcpsyn
Max number - Maximum TCP SYN packet rate (1K - 40M pps, default = 600K pps).
- udp
Max number - Maximum UDP packet rate (1K - 40M pps, default = 600K pps).
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, 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_ strshaper - 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_ floatsess - Maximum fragment with session rate of traffic(1K - 32M pps, default = 1M pps).
- fragment_
without_ floatsession - 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_ floatmax - Maximum fragmented IP packet rate (1K - 40M pps, default = 40K pps).
- ip_
others_ floatmax - Maximum IP packet rate for other packets (packet types that cannot be set with other options) (1K - 1G pps, default = 40K pps).
- l2_
others_ floatmax - Maximum L2 packet rate for L2 packets that are not ARP packets (1K - 40M pps, default = 40K pps).
- object_
system_ strnpu_ hpe_ id - an identifier for the resource.
- pri_
type_ floatmax - 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_ floatmax - 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
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - 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_ floatmax - Maximum TCP carries FIN or RST flags packet rate (1K - 40M pps, default = 600K pps).
- tcpsyn_
ack_ floatmax - 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
isadom
, otherwise the value of adom in the provider will be inherited. - all
Protocol Number - Maximum packet rate of each host queue except high priority traffic(1K - 40M pps, default = 10M pps), set 0 to disable.
- arp
Max Number - Maximum ARP packet rate (1K - 40M pps, default = 40K pps).
- enable
Queue StringShaper - Enable/Disable NPU host protection engine (HPE) queue shaper. Valid values:
disable
,enable
. - enable
Shaper String - Enable/Disable NPU Host Protection Engine (HPE) for packet type shaper. Valid values:
disable
,enable
. - esp
Max Number - Maximum ESP packet rate (1K - 40M pps, default = 40K pps).
- exception
Code Number - Maximum exception code rate of traffic(1K - 32M pps, default = 1M pps).
- fragment
With NumberSess - Maximum fragment with session rate of traffic(1K - 32M pps, default = 1M pps).
- fragment
Without NumberSession - Maximum fragment without session rate of traffic(1K - 32M pps, default = 1M pps).
- high
Priority Number - Maximum packet rate for TCAM high priority traffic (1K - 40M pps, default = 10M pps),set 0 to disable.
- icmp
Max Number - Maximum ICMP packet rate (1K - 40M pps, default = 40K pps).
- ip
Frag NumberMax - Maximum fragmented IP packet rate (1K - 40M pps, default = 40K pps).
- ip
Others NumberMax - Maximum IP packet rate for other packets (packet types that cannot be set with other options) (1K - 1G pps, default = 40K pps).
- l2Others
Max Number - Maximum L2 packet rate for L2 packets that are not ARP packets (1K - 40M pps, default = 40K pps).
- object
System StringNpu Hpe Id - an identifier for the resource.
- pri
Type NumberMax - 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 NumberMax - 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
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - sctp
Max Number - Maximum SCTP packet rate (1K - 40M pps, default = 40K pps).
- tcp
Max Number - Maximum TCP packet rate (1K - 40M pps, default = 600K pps).
- tcpfin
Rst NumberMax - Maximum TCP carries FIN or RST flags packet rate (1K - 40M pps, default = 600K pps).
- tcpsyn
Ack NumberMax - Maximum TCP carries SYN and ACK flags packet rate (1K - 40M pps, default = 600K pps).
- tcpsyn
Max Number - Maximum TCP SYN packet rate (1K - 40M pps, default = 600K pps).
- udp
Max 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
$ 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.