fortimanager.ObjectSystemNpuTcptimeoutprofile
Explore with Pulumi AI
Configure TCP timeout profile.
This resource is a sub resource for variable
tcp_timeout_profile
of 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
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Close
Wait double - Set close-wait timeout(seconds)
- Fin
Wait double - Set fin-wait timeout(seconds)
- Fosid double
- Timeout profile ID (5-47)
- Object
System 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
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Syn
Sent double - Set syn-sent timeout(seconds)
- Syn
Wait double - Set syn-wait timeout(seconds)
- Tcp
Idle double - Set TCP establish timeout(seconds)
- Time
Wait double - Set time-wait timeout(seconds)
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Close
Wait float64 - Set close-wait timeout(seconds)
- Fin
Wait float64 - Set fin-wait timeout(seconds)
- Fosid float64
- Timeout profile ID (5-47)
- Object
System 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
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Syn
Sent float64 - Set syn-sent timeout(seconds)
- Syn
Wait float64 - Set syn-wait timeout(seconds)
- Tcp
Idle float64 - Set TCP establish timeout(seconds)
- Time
Wait float64 - Set time-wait timeout(seconds)
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - close
Wait Double - Set close-wait timeout(seconds)
- fin
Wait Double - Set fin-wait timeout(seconds)
- fosid Double
- Timeout profile ID (5-47)
- object
System 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
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - syn
Sent Double - Set syn-sent timeout(seconds)
- syn
Wait Double - Set syn-wait timeout(seconds)
- tcp
Idle Double - Set TCP establish timeout(seconds)
- time
Wait Double - Set time-wait timeout(seconds)
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - close
Wait number - Set close-wait timeout(seconds)
- fin
Wait number - Set fin-wait timeout(seconds)
- fosid number
- Timeout profile ID (5-47)
- object
System 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
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - syn
Sent number - Set syn-sent timeout(seconds)
- syn
Wait number - Set syn-wait timeout(seconds)
- tcp
Idle number - Set TCP establish timeout(seconds)
- time
Wait number - Set time-wait timeout(seconds)
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, 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
. Theinherit
means 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
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - close
Wait Number - Set close-wait timeout(seconds)
- fin
Wait Number - Set fin-wait timeout(seconds)
- fosid Number
- Timeout profile ID (5-47)
- object
System 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
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - syn
Sent Number - Set syn-sent timeout(seconds)
- syn
Wait Number - Set syn-wait timeout(seconds)
- tcp
Idle Number - Set TCP establish timeout(seconds)
- time
Wait 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) -> ObjectSystemNpuTcptimeoutprofile
func 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
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Close
Wait double - Set close-wait timeout(seconds)
- Fin
Wait double - Set fin-wait timeout(seconds)
- Fosid double
- Timeout profile ID (5-47)
- Object
System 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
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Syn
Sent double - Set syn-sent timeout(seconds)
- Syn
Wait double - Set syn-wait timeout(seconds)
- Tcp
Idle double - Set TCP establish timeout(seconds)
- Time
Wait double - Set time-wait timeout(seconds)
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Close
Wait float64 - Set close-wait timeout(seconds)
- Fin
Wait float64 - Set fin-wait timeout(seconds)
- Fosid float64
- Timeout profile ID (5-47)
- Object
System 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
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Syn
Sent float64 - Set syn-sent timeout(seconds)
- Syn
Wait float64 - Set syn-wait timeout(seconds)
- Tcp
Idle float64 - Set TCP establish timeout(seconds)
- Time
Wait float64 - Set time-wait timeout(seconds)
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - close
Wait Double - Set close-wait timeout(seconds)
- fin
Wait Double - Set fin-wait timeout(seconds)
- fosid Double
- Timeout profile ID (5-47)
- object
System 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
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - syn
Sent Double - Set syn-sent timeout(seconds)
- syn
Wait Double - Set syn-wait timeout(seconds)
- tcp
Idle Double - Set TCP establish timeout(seconds)
- time
Wait Double - Set time-wait timeout(seconds)
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - close
Wait number - Set close-wait timeout(seconds)
- fin
Wait number - Set fin-wait timeout(seconds)
- fosid number
- Timeout profile ID (5-47)
- object
System 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
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - syn
Sent number - Set syn-sent timeout(seconds)
- syn
Wait number - Set syn-wait timeout(seconds)
- tcp
Idle number - Set TCP establish timeout(seconds)
- time
Wait number - Set time-wait timeout(seconds)
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, 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
. Theinherit
means 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
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - close
Wait Number - Set close-wait timeout(seconds)
- fin
Wait Number - Set fin-wait timeout(seconds)
- fosid Number
- Timeout profile ID (5-47)
- object
System 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
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - syn
Sent Number - Set syn-sent timeout(seconds)
- syn
Wait Number - Set syn-wait timeout(seconds)
- tcp
Idle Number - Set TCP establish timeout(seconds)
- time
Wait 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
fortimanager
Terraform Provider.