fortimanager.ObjectSystemNpuTcptimeoutprofile
Explore with Pulumi AI
Configure TCP timeout profile.
This resource is a sub resource for variable
tcp_timeout_profileof resourcefortimanager.ObjectSystemNpu. Conflict and overwrite may occur if use both of them.
Create ObjectSystemNpuTcptimeoutprofile Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ObjectSystemNpuTcptimeoutprofile(name: string, args?: ObjectSystemNpuTcptimeoutprofileArgs, opts?: CustomResourceOptions);@overload
def ObjectSystemNpuTcptimeoutprofile(resource_name: str,
                                     args: Optional[ObjectSystemNpuTcptimeoutprofileArgs] = None,
                                     opts: Optional[ResourceOptions] = None)
@overload
def ObjectSystemNpuTcptimeoutprofile(resource_name: str,
                                     opts: Optional[ResourceOptions] = None,
                                     adom: Optional[str] = None,
                                     close_wait: Optional[float] = None,
                                     fin_wait: Optional[float] = None,
                                     fosid: Optional[float] = None,
                                     object_system_npu_tcptimeoutprofile_id: Optional[str] = None,
                                     scopetype: Optional[str] = None,
                                     syn_sent: Optional[float] = None,
                                     syn_wait: Optional[float] = None,
                                     tcp_idle: Optional[float] = None,
                                     time_wait: Optional[float] = None)func NewObjectSystemNpuTcptimeoutprofile(ctx *Context, name string, args *ObjectSystemNpuTcptimeoutprofileArgs, opts ...ResourceOption) (*ObjectSystemNpuTcptimeoutprofile, error)public ObjectSystemNpuTcptimeoutprofile(string name, ObjectSystemNpuTcptimeoutprofileArgs? args = null, CustomResourceOptions? opts = null)
public ObjectSystemNpuTcptimeoutprofile(String name, ObjectSystemNpuTcptimeoutprofileArgs args)
public ObjectSystemNpuTcptimeoutprofile(String name, ObjectSystemNpuTcptimeoutprofileArgs args, CustomResourceOptions options)
type: fortimanager:ObjectSystemNpuTcptimeoutprofile
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 ObjectSystemNpuTcptimeoutprofileArgs
- 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 ObjectSystemNpuTcptimeoutprofileArgs
- 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 ObjectSystemNpuTcptimeoutprofileArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectSystemNpuTcptimeoutprofileArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ObjectSystemNpuTcptimeoutprofileArgs
- 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 objectSystemNpuTcptimeoutprofileResource = new Fortimanager.ObjectSystemNpuTcptimeoutprofile("objectSystemNpuTcptimeoutprofileResource", new()
{
    Adom = "string",
    CloseWait = 0,
    FinWait = 0,
    Fosid = 0,
    ObjectSystemNpuTcptimeoutprofileId = "string",
    Scopetype = "string",
    SynSent = 0,
    SynWait = 0,
    TcpIdle = 0,
    TimeWait = 0,
});
example, err := fortimanager.NewObjectSystemNpuTcptimeoutprofile(ctx, "objectSystemNpuTcptimeoutprofileResource", &fortimanager.ObjectSystemNpuTcptimeoutprofileArgs{
Adom: pulumi.String("string"),
CloseWait: pulumi.Float64(0),
FinWait: pulumi.Float64(0),
Fosid: pulumi.Float64(0),
ObjectSystemNpuTcptimeoutprofileId: pulumi.String("string"),
Scopetype: pulumi.String("string"),
SynSent: pulumi.Float64(0),
SynWait: pulumi.Float64(0),
TcpIdle: pulumi.Float64(0),
TimeWait: pulumi.Float64(0),
})
var objectSystemNpuTcptimeoutprofileResource = new ObjectSystemNpuTcptimeoutprofile("objectSystemNpuTcptimeoutprofileResource", ObjectSystemNpuTcptimeoutprofileArgs.builder()
    .adom("string")
    .closeWait(0)
    .finWait(0)
    .fosid(0)
    .objectSystemNpuTcptimeoutprofileId("string")
    .scopetype("string")
    .synSent(0)
    .synWait(0)
    .tcpIdle(0)
    .timeWait(0)
    .build());
object_system_npu_tcptimeoutprofile_resource = fortimanager.ObjectSystemNpuTcptimeoutprofile("objectSystemNpuTcptimeoutprofileResource",
    adom="string",
    close_wait=0,
    fin_wait=0,
    fosid=0,
    object_system_npu_tcptimeoutprofile_id="string",
    scopetype="string",
    syn_sent=0,
    syn_wait=0,
    tcp_idle=0,
    time_wait=0)
const objectSystemNpuTcptimeoutprofileResource = new fortimanager.ObjectSystemNpuTcptimeoutprofile("objectSystemNpuTcptimeoutprofileResource", {
    adom: "string",
    closeWait: 0,
    finWait: 0,
    fosid: 0,
    objectSystemNpuTcptimeoutprofileId: "string",
    scopetype: "string",
    synSent: 0,
    synWait: 0,
    tcpIdle: 0,
    timeWait: 0,
});
type: fortimanager:ObjectSystemNpuTcptimeoutprofile
properties:
    adom: string
    closeWait: 0
    finWait: 0
    fosid: 0
    objectSystemNpuTcptimeoutprofileId: string
    scopetype: string
    synSent: 0
    synWait: 0
    tcpIdle: 0
    timeWait: 0
ObjectSystemNpuTcptimeoutprofile 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 ObjectSystemNpuTcptimeoutprofile resource accepts the following input properties:
- Adom string
- Adom. This value is valid only when the scopetypeisadom, otherwise the value of adom in the provider will be inherited.
- CloseWait double
- Set close-wait timeout(seconds)
- FinWait double
- Set fin-wait timeout(seconds)
- Fosid double
- Timeout profile ID (5-47)
- ObjectSystem stringNpu Tcptimeoutprofile Id 
- an identifier for the resource with format {{fosid}}.
- Scopetype string
- The scope of application of the resource. Valid values: inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit.
- SynSent double
- Set syn-sent timeout(seconds)
- SynWait double
- Set syn-wait timeout(seconds)
- TcpIdle double
- Set TCP establish timeout(seconds)
- TimeWait double
- Set time-wait timeout(seconds)
- Adom string
- Adom. This value is valid only when the scopetypeisadom, otherwise the value of adom in the provider will be inherited.
- CloseWait float64
- Set close-wait timeout(seconds)
- FinWait float64
- Set fin-wait timeout(seconds)
- Fosid float64
- Timeout profile ID (5-47)
- ObjectSystem stringNpu Tcptimeoutprofile Id 
- an identifier for the resource with format {{fosid}}.
- Scopetype string
- The scope of application of the resource. Valid values: inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit.
- SynSent float64
- Set syn-sent timeout(seconds)
- SynWait float64
- Set syn-wait timeout(seconds)
- TcpIdle float64
- Set TCP establish timeout(seconds)
- TimeWait float64
- Set time-wait timeout(seconds)
- adom String
- Adom. This value is valid only when the scopetypeisadom, otherwise the value of adom in the provider will be inherited.
- closeWait Double
- Set close-wait timeout(seconds)
- finWait Double
- Set fin-wait timeout(seconds)
- fosid Double
- Timeout profile ID (5-47)
- objectSystem StringNpu Tcptimeoutprofile Id 
- an identifier for the resource with format {{fosid}}.
- scopetype String
- The scope of application of the resource. Valid values: inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit.
- synSent Double
- Set syn-sent timeout(seconds)
- synWait Double
- Set syn-wait timeout(seconds)
- tcpIdle Double
- Set TCP establish timeout(seconds)
- timeWait Double
- Set time-wait timeout(seconds)
- adom string
- Adom. This value is valid only when the scopetypeisadom, otherwise the value of adom in the provider will be inherited.
- closeWait number
- Set close-wait timeout(seconds)
- finWait number
- Set fin-wait timeout(seconds)
- fosid number
- Timeout profile ID (5-47)
- objectSystem stringNpu Tcptimeoutprofile Id 
- an identifier for the resource with format {{fosid}}.
- scopetype string
- The scope of application of the resource. Valid values: inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit.
- synSent number
- Set syn-sent timeout(seconds)
- synWait number
- Set syn-wait timeout(seconds)
- tcpIdle number
- Set TCP establish timeout(seconds)
- timeWait number
- Set time-wait timeout(seconds)
- adom str
- Adom. This value is valid only when the scopetypeisadom, otherwise the value of adom in the provider will be inherited.
- close_wait float
- Set close-wait timeout(seconds)
- fin_wait float
- Set fin-wait timeout(seconds)
- fosid float
- Timeout profile ID (5-47)
- object_system_ strnpu_ tcptimeoutprofile_ id 
- an identifier for the resource with format {{fosid}}.
- scopetype str
- The scope of application of the resource. Valid values: inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit.
- syn_sent float
- Set syn-sent timeout(seconds)
- syn_wait float
- Set syn-wait timeout(seconds)
- tcp_idle float
- Set TCP establish timeout(seconds)
- time_wait float
- Set time-wait timeout(seconds)
- adom String
- Adom. This value is valid only when the scopetypeisadom, otherwise the value of adom in the provider will be inherited.
- closeWait Number
- Set close-wait timeout(seconds)
- finWait Number
- Set fin-wait timeout(seconds)
- fosid Number
- Timeout profile ID (5-47)
- objectSystem StringNpu Tcptimeoutprofile Id 
- an identifier for the resource with format {{fosid}}.
- scopetype String
- The scope of application of the resource. Valid values: inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit.
- synSent Number
- Set syn-sent timeout(seconds)
- synWait Number
- Set syn-wait timeout(seconds)
- tcpIdle Number
- Set TCP establish timeout(seconds)
- timeWait Number
- Set time-wait timeout(seconds)
Outputs
All input properties are implicitly available as output properties. Additionally, the ObjectSystemNpuTcptimeoutprofile 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 ObjectSystemNpuTcptimeoutprofile Resource
Get an existing ObjectSystemNpuTcptimeoutprofile 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?: ObjectSystemNpuTcptimeoutprofileState, opts?: CustomResourceOptions): ObjectSystemNpuTcptimeoutprofile@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        adom: Optional[str] = None,
        close_wait: Optional[float] = None,
        fin_wait: Optional[float] = None,
        fosid: Optional[float] = None,
        object_system_npu_tcptimeoutprofile_id: Optional[str] = None,
        scopetype: Optional[str] = None,
        syn_sent: Optional[float] = None,
        syn_wait: Optional[float] = None,
        tcp_idle: Optional[float] = None,
        time_wait: Optional[float] = None) -> ObjectSystemNpuTcptimeoutprofilefunc GetObjectSystemNpuTcptimeoutprofile(ctx *Context, name string, id IDInput, state *ObjectSystemNpuTcptimeoutprofileState, opts ...ResourceOption) (*ObjectSystemNpuTcptimeoutprofile, error)public static ObjectSystemNpuTcptimeoutprofile Get(string name, Input<string> id, ObjectSystemNpuTcptimeoutprofileState? state, CustomResourceOptions? opts = null)public static ObjectSystemNpuTcptimeoutprofile get(String name, Output<String> id, ObjectSystemNpuTcptimeoutprofileState state, CustomResourceOptions options)resources:  _:    type: fortimanager:ObjectSystemNpuTcptimeoutprofile    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 scopetypeisadom, otherwise the value of adom in the provider will be inherited.
- CloseWait double
- Set close-wait timeout(seconds)
- FinWait double
- Set fin-wait timeout(seconds)
- Fosid double
- Timeout profile ID (5-47)
- ObjectSystem stringNpu Tcptimeoutprofile Id 
- an identifier for the resource with format {{fosid}}.
- Scopetype string
- The scope of application of the resource. Valid values: inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit.
- SynSent double
- Set syn-sent timeout(seconds)
- SynWait double
- Set syn-wait timeout(seconds)
- TcpIdle double
- Set TCP establish timeout(seconds)
- TimeWait double
- Set time-wait timeout(seconds)
- Adom string
- Adom. This value is valid only when the scopetypeisadom, otherwise the value of adom in the provider will be inherited.
- CloseWait float64
- Set close-wait timeout(seconds)
- FinWait float64
- Set fin-wait timeout(seconds)
- Fosid float64
- Timeout profile ID (5-47)
- ObjectSystem stringNpu Tcptimeoutprofile Id 
- an identifier for the resource with format {{fosid}}.
- Scopetype string
- The scope of application of the resource. Valid values: inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit.
- SynSent float64
- Set syn-sent timeout(seconds)
- SynWait float64
- Set syn-wait timeout(seconds)
- TcpIdle float64
- Set TCP establish timeout(seconds)
- TimeWait float64
- Set time-wait timeout(seconds)
- adom String
- Adom. This value is valid only when the scopetypeisadom, otherwise the value of adom in the provider will be inherited.
- closeWait Double
- Set close-wait timeout(seconds)
- finWait Double
- Set fin-wait timeout(seconds)
- fosid Double
- Timeout profile ID (5-47)
- objectSystem StringNpu Tcptimeoutprofile Id 
- an identifier for the resource with format {{fosid}}.
- scopetype String
- The scope of application of the resource. Valid values: inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit.
- synSent Double
- Set syn-sent timeout(seconds)
- synWait Double
- Set syn-wait timeout(seconds)
- tcpIdle Double
- Set TCP establish timeout(seconds)
- timeWait Double
- Set time-wait timeout(seconds)
- adom string
- Adom. This value is valid only when the scopetypeisadom, otherwise the value of adom in the provider will be inherited.
- closeWait number
- Set close-wait timeout(seconds)
- finWait number
- Set fin-wait timeout(seconds)
- fosid number
- Timeout profile ID (5-47)
- objectSystem stringNpu Tcptimeoutprofile Id 
- an identifier for the resource with format {{fosid}}.
- scopetype string
- The scope of application of the resource. Valid values: inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit.
- synSent number
- Set syn-sent timeout(seconds)
- synWait number
- Set syn-wait timeout(seconds)
- tcpIdle number
- Set TCP establish timeout(seconds)
- timeWait number
- Set time-wait timeout(seconds)
- adom str
- Adom. This value is valid only when the scopetypeisadom, otherwise the value of adom in the provider will be inherited.
- close_wait float
- Set close-wait timeout(seconds)
- fin_wait float
- Set fin-wait timeout(seconds)
- fosid float
- Timeout profile ID (5-47)
- object_system_ strnpu_ tcptimeoutprofile_ id 
- an identifier for the resource with format {{fosid}}.
- scopetype str
- The scope of application of the resource. Valid values: inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit.
- syn_sent float
- Set syn-sent timeout(seconds)
- syn_wait float
- Set syn-wait timeout(seconds)
- tcp_idle float
- Set TCP establish timeout(seconds)
- time_wait float
- Set time-wait timeout(seconds)
- adom String
- Adom. This value is valid only when the scopetypeisadom, otherwise the value of adom in the provider will be inherited.
- closeWait Number
- Set close-wait timeout(seconds)
- finWait Number
- Set fin-wait timeout(seconds)
- fosid Number
- Timeout profile ID (5-47)
- objectSystem StringNpu Tcptimeoutprofile Id 
- an identifier for the resource with format {{fosid}}.
- scopetype String
- The scope of application of the resource. Valid values: inherit,adom,global. Theinheritmeans that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit.
- synSent Number
- Set syn-sent timeout(seconds)
- synWait Number
- Set syn-wait timeout(seconds)
- tcpIdle Number
- Set TCP establish timeout(seconds)
- timeWait Number
- Set time-wait timeout(seconds)
Import
ObjectSystem NpuTcpTimeoutProfile can be imported using any of these accepted formats:
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/objectSystemNpuTcptimeoutprofile:ObjectSystemNpuTcptimeoutprofile labelname {{fosid}}
$ 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 fortimanagerTerraform Provider.