RAT timeout profile
Create ObjectGtpRattimeoutprofile Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ObjectGtpRattimeoutprofile(name: string, args?: ObjectGtpRattimeoutprofileArgs, opts?: CustomResourceOptions);@overload
def ObjectGtpRattimeoutprofile(resource_name: str,
args: Optional[ObjectGtpRattimeoutprofileArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def ObjectGtpRattimeoutprofile(resource_name: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
eutran_timeout: Optional[float] = None,
gan_timeout: Optional[float] = None,
geran_timeout: Optional[float] = None,
hspa_timeout: Optional[float] = None,
ltem_timeout: Optional[float] = None,
name: Optional[str] = None,
nbiot_timeout: Optional[float] = None,
nr_timeout: Optional[float] = None,
object_gtp_rattimeoutprofile_id: Optional[str] = None,
scopetype: Optional[str] = None,
utran_timeout: Optional[float] = None,
virtual_timeout: Optional[float] = None,
wlan_timeout: Optional[float] = None)func NewObjectGtpRattimeoutprofile(ctx *Context, name string, args *ObjectGtpRattimeoutprofileArgs, opts ...ResourceOption) (*ObjectGtpRattimeoutprofile, error)public ObjectGtpRattimeoutprofile(string name, ObjectGtpRattimeoutprofileArgs? args = null, CustomResourceOptions? opts = null)
public ObjectGtpRattimeoutprofile(String name, ObjectGtpRattimeoutprofileArgs args)
public ObjectGtpRattimeoutprofile(String name, ObjectGtpRattimeoutprofileArgs args, CustomResourceOptions options)
type: fortimanager:ObjectGtpRattimeoutprofile
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 ObjectGtpRattimeoutprofileArgs
- 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 ObjectGtpRattimeoutprofileArgs
- 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 ObjectGtpRattimeoutprofileArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectGtpRattimeoutprofileArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ObjectGtpRattimeoutprofileArgs
- 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 objectGtpRattimeoutprofileResource = new Fortimanager.ObjectGtpRattimeoutprofile("objectGtpRattimeoutprofileResource", new()
{
Adom = "string",
EutranTimeout = 0,
GanTimeout = 0,
GeranTimeout = 0,
HspaTimeout = 0,
LtemTimeout = 0,
Name = "string",
NbiotTimeout = 0,
NrTimeout = 0,
ObjectGtpRattimeoutprofileId = "string",
Scopetype = "string",
UtranTimeout = 0,
VirtualTimeout = 0,
WlanTimeout = 0,
});
example, err := fortimanager.NewObjectGtpRattimeoutprofile(ctx, "objectGtpRattimeoutprofileResource", &fortimanager.ObjectGtpRattimeoutprofileArgs{
Adom: pulumi.String("string"),
EutranTimeout: pulumi.Float64(0),
GanTimeout: pulumi.Float64(0),
GeranTimeout: pulumi.Float64(0),
HspaTimeout: pulumi.Float64(0),
LtemTimeout: pulumi.Float64(0),
Name: pulumi.String("string"),
NbiotTimeout: pulumi.Float64(0),
NrTimeout: pulumi.Float64(0),
ObjectGtpRattimeoutprofileId: pulumi.String("string"),
Scopetype: pulumi.String("string"),
UtranTimeout: pulumi.Float64(0),
VirtualTimeout: pulumi.Float64(0),
WlanTimeout: pulumi.Float64(0),
})
var objectGtpRattimeoutprofileResource = new ObjectGtpRattimeoutprofile("objectGtpRattimeoutprofileResource", ObjectGtpRattimeoutprofileArgs.builder()
.adom("string")
.eutranTimeout(0.0)
.ganTimeout(0.0)
.geranTimeout(0.0)
.hspaTimeout(0.0)
.ltemTimeout(0.0)
.name("string")
.nbiotTimeout(0.0)
.nrTimeout(0.0)
.objectGtpRattimeoutprofileId("string")
.scopetype("string")
.utranTimeout(0.0)
.virtualTimeout(0.0)
.wlanTimeout(0.0)
.build());
object_gtp_rattimeoutprofile_resource = fortimanager.ObjectGtpRattimeoutprofile("objectGtpRattimeoutprofileResource",
adom="string",
eutran_timeout=0,
gan_timeout=0,
geran_timeout=0,
hspa_timeout=0,
ltem_timeout=0,
name="string",
nbiot_timeout=0,
nr_timeout=0,
object_gtp_rattimeoutprofile_id="string",
scopetype="string",
utran_timeout=0,
virtual_timeout=0,
wlan_timeout=0)
const objectGtpRattimeoutprofileResource = new fortimanager.ObjectGtpRattimeoutprofile("objectGtpRattimeoutprofileResource", {
adom: "string",
eutranTimeout: 0,
ganTimeout: 0,
geranTimeout: 0,
hspaTimeout: 0,
ltemTimeout: 0,
name: "string",
nbiotTimeout: 0,
nrTimeout: 0,
objectGtpRattimeoutprofileId: "string",
scopetype: "string",
utranTimeout: 0,
virtualTimeout: 0,
wlanTimeout: 0,
});
type: fortimanager:ObjectGtpRattimeoutprofile
properties:
adom: string
eutranTimeout: 0
ganTimeout: 0
geranTimeout: 0
hspaTimeout: 0
ltemTimeout: 0
name: string
nbiotTimeout: 0
nrTimeout: 0
objectGtpRattimeoutprofileId: string
scopetype: string
utranTimeout: 0
virtualTimeout: 0
wlanTimeout: 0
ObjectGtpRattimeoutprofile 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 ObjectGtpRattimeoutprofile 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. - Eutran
Timeout double - Established eutran timeout in seconds (default = 0).
- Gan
Timeout double - Established gan timeout in seconds (default = 0).
- Geran
Timeout double - Established geran timeout in seconds (default = 0).
- Hspa
Timeout double - Established hspa timeout in seconds (default = 0).
- Ltem
Timeout double - Established ltem timeout in seconds (default = 0).
- Name string
- RAT timeout profile name.
- Nbiot
Timeout double - Established nbiot timeout in seconds (default = 0).
- Nr
Timeout double - Established nr timeout in seconds (default = 0).
- Object
Gtp stringRattimeoutprofile Id - an identifier for the resource with format {{name}}.
- 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. - Utran
Timeout double - Established utran timeout in seconds (default = 0).
- Virtual
Timeout double - Established virtual timeout in seconds (default = 0).
- Wlan
Timeout double - Established wlan timeout in seconds (default = 0).
- Adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - Eutran
Timeout float64 - Established eutran timeout in seconds (default = 0).
- Gan
Timeout float64 - Established gan timeout in seconds (default = 0).
- Geran
Timeout float64 - Established geran timeout in seconds (default = 0).
- Hspa
Timeout float64 - Established hspa timeout in seconds (default = 0).
- Ltem
Timeout float64 - Established ltem timeout in seconds (default = 0).
- Name string
- RAT timeout profile name.
- Nbiot
Timeout float64 - Established nbiot timeout in seconds (default = 0).
- Nr
Timeout float64 - Established nr timeout in seconds (default = 0).
- Object
Gtp stringRattimeoutprofile Id - an identifier for the resource with format {{name}}.
- 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. - Utran
Timeout float64 - Established utran timeout in seconds (default = 0).
- Virtual
Timeout float64 - Established virtual timeout in seconds (default = 0).
- Wlan
Timeout float64 - Established wlan timeout in seconds (default = 0).
- adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - eutran
Timeout Double - Established eutran timeout in seconds (default = 0).
- gan
Timeout Double - Established gan timeout in seconds (default = 0).
- geran
Timeout Double - Established geran timeout in seconds (default = 0).
- hspa
Timeout Double - Established hspa timeout in seconds (default = 0).
- ltem
Timeout Double - Established ltem timeout in seconds (default = 0).
- name String
- RAT timeout profile name.
- nbiot
Timeout Double - Established nbiot timeout in seconds (default = 0).
- nr
Timeout Double - Established nr timeout in seconds (default = 0).
- object
Gtp StringRattimeoutprofile Id - an identifier for the resource with format {{name}}.
- 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. - utran
Timeout Double - Established utran timeout in seconds (default = 0).
- virtual
Timeout Double - Established virtual timeout in seconds (default = 0).
- wlan
Timeout Double - Established wlan timeout in seconds (default = 0).
- adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - eutran
Timeout number - Established eutran timeout in seconds (default = 0).
- gan
Timeout number - Established gan timeout in seconds (default = 0).
- geran
Timeout number - Established geran timeout in seconds (default = 0).
- hspa
Timeout number - Established hspa timeout in seconds (default = 0).
- ltem
Timeout number - Established ltem timeout in seconds (default = 0).
- name string
- RAT timeout profile name.
- nbiot
Timeout number - Established nbiot timeout in seconds (default = 0).
- nr
Timeout number - Established nr timeout in seconds (default = 0).
- object
Gtp stringRattimeoutprofile Id - an identifier for the resource with format {{name}}.
- 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. - utran
Timeout number - Established utran timeout in seconds (default = 0).
- virtual
Timeout number - Established virtual timeout in seconds (default = 0).
- wlan
Timeout number - Established wlan timeout in seconds (default = 0).
- adom str
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - eutran_
timeout float - Established eutran timeout in seconds (default = 0).
- gan_
timeout float - Established gan timeout in seconds (default = 0).
- geran_
timeout float - Established geran timeout in seconds (default = 0).
- hspa_
timeout float - Established hspa timeout in seconds (default = 0).
- ltem_
timeout float - Established ltem timeout in seconds (default = 0).
- name str
- RAT timeout profile name.
- nbiot_
timeout float - Established nbiot timeout in seconds (default = 0).
- nr_
timeout float - Established nr timeout in seconds (default = 0).
- object_
gtp_ strrattimeoutprofile_ id - an identifier for the resource with format {{name}}.
- 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. - utran_
timeout float - Established utran timeout in seconds (default = 0).
- virtual_
timeout float - Established virtual timeout in seconds (default = 0).
- wlan_
timeout float - Established wlan timeout in seconds (default = 0).
- adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - eutran
Timeout Number - Established eutran timeout in seconds (default = 0).
- gan
Timeout Number - Established gan timeout in seconds (default = 0).
- geran
Timeout Number - Established geran timeout in seconds (default = 0).
- hspa
Timeout Number - Established hspa timeout in seconds (default = 0).
- ltem
Timeout Number - Established ltem timeout in seconds (default = 0).
- name String
- RAT timeout profile name.
- nbiot
Timeout Number - Established nbiot timeout in seconds (default = 0).
- nr
Timeout Number - Established nr timeout in seconds (default = 0).
- object
Gtp StringRattimeoutprofile Id - an identifier for the resource with format {{name}}.
- 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. - utran
Timeout Number - Established utran timeout in seconds (default = 0).
- virtual
Timeout Number - Established virtual timeout in seconds (default = 0).
- wlan
Timeout Number - Established wlan timeout in seconds (default = 0).
Outputs
All input properties are implicitly available as output properties. Additionally, the ObjectGtpRattimeoutprofile 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 ObjectGtpRattimeoutprofile Resource
Get an existing ObjectGtpRattimeoutprofile 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?: ObjectGtpRattimeoutprofileState, opts?: CustomResourceOptions): ObjectGtpRattimeoutprofile@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
eutran_timeout: Optional[float] = None,
gan_timeout: Optional[float] = None,
geran_timeout: Optional[float] = None,
hspa_timeout: Optional[float] = None,
ltem_timeout: Optional[float] = None,
name: Optional[str] = None,
nbiot_timeout: Optional[float] = None,
nr_timeout: Optional[float] = None,
object_gtp_rattimeoutprofile_id: Optional[str] = None,
scopetype: Optional[str] = None,
utran_timeout: Optional[float] = None,
virtual_timeout: Optional[float] = None,
wlan_timeout: Optional[float] = None) -> ObjectGtpRattimeoutprofilefunc GetObjectGtpRattimeoutprofile(ctx *Context, name string, id IDInput, state *ObjectGtpRattimeoutprofileState, opts ...ResourceOption) (*ObjectGtpRattimeoutprofile, error)public static ObjectGtpRattimeoutprofile Get(string name, Input<string> id, ObjectGtpRattimeoutprofileState? state, CustomResourceOptions? opts = null)public static ObjectGtpRattimeoutprofile get(String name, Output<String> id, ObjectGtpRattimeoutprofileState state, CustomResourceOptions options)resources: _: type: fortimanager:ObjectGtpRattimeoutprofile 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. - Eutran
Timeout double - Established eutran timeout in seconds (default = 0).
- Gan
Timeout double - Established gan timeout in seconds (default = 0).
- Geran
Timeout double - Established geran timeout in seconds (default = 0).
- Hspa
Timeout double - Established hspa timeout in seconds (default = 0).
- Ltem
Timeout double - Established ltem timeout in seconds (default = 0).
- Name string
- RAT timeout profile name.
- Nbiot
Timeout double - Established nbiot timeout in seconds (default = 0).
- Nr
Timeout double - Established nr timeout in seconds (default = 0).
- Object
Gtp stringRattimeoutprofile Id - an identifier for the resource with format {{name}}.
- 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. - Utran
Timeout double - Established utran timeout in seconds (default = 0).
- Virtual
Timeout double - Established virtual timeout in seconds (default = 0).
- Wlan
Timeout double - Established wlan timeout in seconds (default = 0).
- Adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - Eutran
Timeout float64 - Established eutran timeout in seconds (default = 0).
- Gan
Timeout float64 - Established gan timeout in seconds (default = 0).
- Geran
Timeout float64 - Established geran timeout in seconds (default = 0).
- Hspa
Timeout float64 - Established hspa timeout in seconds (default = 0).
- Ltem
Timeout float64 - Established ltem timeout in seconds (default = 0).
- Name string
- RAT timeout profile name.
- Nbiot
Timeout float64 - Established nbiot timeout in seconds (default = 0).
- Nr
Timeout float64 - Established nr timeout in seconds (default = 0).
- Object
Gtp stringRattimeoutprofile Id - an identifier for the resource with format {{name}}.
- 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. - Utran
Timeout float64 - Established utran timeout in seconds (default = 0).
- Virtual
Timeout float64 - Established virtual timeout in seconds (default = 0).
- Wlan
Timeout float64 - Established wlan timeout in seconds (default = 0).
- adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - eutran
Timeout Double - Established eutran timeout in seconds (default = 0).
- gan
Timeout Double - Established gan timeout in seconds (default = 0).
- geran
Timeout Double - Established geran timeout in seconds (default = 0).
- hspa
Timeout Double - Established hspa timeout in seconds (default = 0).
- ltem
Timeout Double - Established ltem timeout in seconds (default = 0).
- name String
- RAT timeout profile name.
- nbiot
Timeout Double - Established nbiot timeout in seconds (default = 0).
- nr
Timeout Double - Established nr timeout in seconds (default = 0).
- object
Gtp StringRattimeoutprofile Id - an identifier for the resource with format {{name}}.
- 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. - utran
Timeout Double - Established utran timeout in seconds (default = 0).
- virtual
Timeout Double - Established virtual timeout in seconds (default = 0).
- wlan
Timeout Double - Established wlan timeout in seconds (default = 0).
- adom string
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - eutran
Timeout number - Established eutran timeout in seconds (default = 0).
- gan
Timeout number - Established gan timeout in seconds (default = 0).
- geran
Timeout number - Established geran timeout in seconds (default = 0).
- hspa
Timeout number - Established hspa timeout in seconds (default = 0).
- ltem
Timeout number - Established ltem timeout in seconds (default = 0).
- name string
- RAT timeout profile name.
- nbiot
Timeout number - Established nbiot timeout in seconds (default = 0).
- nr
Timeout number - Established nr timeout in seconds (default = 0).
- object
Gtp stringRattimeoutprofile Id - an identifier for the resource with format {{name}}.
- 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. - utran
Timeout number - Established utran timeout in seconds (default = 0).
- virtual
Timeout number - Established virtual timeout in seconds (default = 0).
- wlan
Timeout number - Established wlan timeout in seconds (default = 0).
- adom str
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - eutran_
timeout float - Established eutran timeout in seconds (default = 0).
- gan_
timeout float - Established gan timeout in seconds (default = 0).
- geran_
timeout float - Established geran timeout in seconds (default = 0).
- hspa_
timeout float - Established hspa timeout in seconds (default = 0).
- ltem_
timeout float - Established ltem timeout in seconds (default = 0).
- name str
- RAT timeout profile name.
- nbiot_
timeout float - Established nbiot timeout in seconds (default = 0).
- nr_
timeout float - Established nr timeout in seconds (default = 0).
- object_
gtp_ strrattimeoutprofile_ id - an identifier for the resource with format {{name}}.
- 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. - utran_
timeout float - Established utran timeout in seconds (default = 0).
- virtual_
timeout float - Established virtual timeout in seconds (default = 0).
- wlan_
timeout float - Established wlan timeout in seconds (default = 0).
- adom String
- Adom. This value is valid only when the
scopetypeisadom, otherwise the value of adom in the provider will be inherited. - eutran
Timeout Number - Established eutran timeout in seconds (default = 0).
- gan
Timeout Number - Established gan timeout in seconds (default = 0).
- geran
Timeout Number - Established geran timeout in seconds (default = 0).
- hspa
Timeout Number - Established hspa timeout in seconds (default = 0).
- ltem
Timeout Number - Established ltem timeout in seconds (default = 0).
- name String
- RAT timeout profile name.
- nbiot
Timeout Number - Established nbiot timeout in seconds (default = 0).
- nr
Timeout Number - Established nr timeout in seconds (default = 0).
- object
Gtp StringRattimeoutprofile Id - an identifier for the resource with format {{name}}.
- 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. - utran
Timeout Number - Established utran timeout in seconds (default = 0).
- virtual
Timeout Number - Established virtual timeout in seconds (default = 0).
- wlan
Timeout Number - Established wlan timeout in seconds (default = 0).
Import
ObjectGtp RatTimeoutProfile can be imported using any of these accepted formats:
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/objectGtpRattimeoutprofile:ObjectGtpRattimeoutprofile labelname {{name}}
$ 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.
