fortimanager.ObjectFirewallGtpMessageratelimitv1
Explore with Pulumi AI
Message rate limiting for GTP version 1.
This resource is a sub resource for variable
message_rate_limit_v1
of resourcefortimanager.ObjectFirewallGtp
. Conflict and overwrite may occur if use both of them.
Create ObjectFirewallGtpMessageratelimitv1 Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ObjectFirewallGtpMessageratelimitv1(name: string, args: ObjectFirewallGtpMessageratelimitv1Args, opts?: CustomResourceOptions);
@overload
def ObjectFirewallGtpMessageratelimitv1(resource_name: str,
args: ObjectFirewallGtpMessageratelimitv1Args,
opts: Optional[ResourceOptions] = None)
@overload
def ObjectFirewallGtpMessageratelimitv1(resource_name: str,
opts: Optional[ResourceOptions] = None,
gtp: Optional[str] = None,
adom: Optional[str] = None,
create_pdp_request: Optional[float] = None,
delete_pdp_request: Optional[float] = None,
echo_request: Optional[float] = None,
object_firewall_gtp_messageratelimitv1_id: Optional[str] = None,
scopetype: Optional[str] = None)
func NewObjectFirewallGtpMessageratelimitv1(ctx *Context, name string, args ObjectFirewallGtpMessageratelimitv1Args, opts ...ResourceOption) (*ObjectFirewallGtpMessageratelimitv1, error)
public ObjectFirewallGtpMessageratelimitv1(string name, ObjectFirewallGtpMessageratelimitv1Args args, CustomResourceOptions? opts = null)
public ObjectFirewallGtpMessageratelimitv1(String name, ObjectFirewallGtpMessageratelimitv1Args args)
public ObjectFirewallGtpMessageratelimitv1(String name, ObjectFirewallGtpMessageratelimitv1Args args, CustomResourceOptions options)
type: fortimanager:ObjectFirewallGtpMessageratelimitv1
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 ObjectFirewallGtpMessageratelimitv1Args
- 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 ObjectFirewallGtpMessageratelimitv1Args
- 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 ObjectFirewallGtpMessageratelimitv1Args
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectFirewallGtpMessageratelimitv1Args
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ObjectFirewallGtpMessageratelimitv1Args
- 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 objectFirewallGtpMessageratelimitv1Resource = new Fortimanager.ObjectFirewallGtpMessageratelimitv1("objectFirewallGtpMessageratelimitv1Resource", new()
{
Gtp = "string",
Adom = "string",
CreatePdpRequest = 0,
DeletePdpRequest = 0,
EchoRequest = 0,
ObjectFirewallGtpMessageratelimitv1Id = "string",
Scopetype = "string",
});
example, err := fortimanager.NewObjectFirewallGtpMessageratelimitv1(ctx, "objectFirewallGtpMessageratelimitv1Resource", &fortimanager.ObjectFirewallGtpMessageratelimitv1Args{
Gtp: pulumi.String("string"),
Adom: pulumi.String("string"),
CreatePdpRequest: pulumi.Float64(0),
DeletePdpRequest: pulumi.Float64(0),
EchoRequest: pulumi.Float64(0),
ObjectFirewallGtpMessageratelimitv1Id: pulumi.String("string"),
Scopetype: pulumi.String("string"),
})
var objectFirewallGtpMessageratelimitv1Resource = new ObjectFirewallGtpMessageratelimitv1("objectFirewallGtpMessageratelimitv1Resource", ObjectFirewallGtpMessageratelimitv1Args.builder()
.gtp("string")
.adom("string")
.createPdpRequest(0)
.deletePdpRequest(0)
.echoRequest(0)
.objectFirewallGtpMessageratelimitv1Id("string")
.scopetype("string")
.build());
object_firewall_gtp_messageratelimitv1_resource = fortimanager.ObjectFirewallGtpMessageratelimitv1("objectFirewallGtpMessageratelimitv1Resource",
gtp="string",
adom="string",
create_pdp_request=0,
delete_pdp_request=0,
echo_request=0,
object_firewall_gtp_messageratelimitv1_id="string",
scopetype="string")
const objectFirewallGtpMessageratelimitv1Resource = new fortimanager.ObjectFirewallGtpMessageratelimitv1("objectFirewallGtpMessageratelimitv1Resource", {
gtp: "string",
adom: "string",
createPdpRequest: 0,
deletePdpRequest: 0,
echoRequest: 0,
objectFirewallGtpMessageratelimitv1Id: "string",
scopetype: "string",
});
type: fortimanager:ObjectFirewallGtpMessageratelimitv1
properties:
adom: string
createPdpRequest: 0
deletePdpRequest: 0
echoRequest: 0
gtp: string
objectFirewallGtpMessageratelimitv1Id: string
scopetype: string
ObjectFirewallGtpMessageratelimitv1 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 ObjectFirewallGtpMessageratelimitv1 resource accepts the following input properties:
- Gtp string
- Gtp.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Create
Pdp doubleRequest - Rate limit (packets/s) for create PDP context request.
- Delete
Pdp doubleRequest - Rate limit (packets/s) for delete PDP context request.
- Echo
Request double - Rate limit (packets/s) for echo request.
- Object
Firewall stringGtp Messageratelimitv1Id - an identifier for the resource.
- 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
.
- Gtp string
- Gtp.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Create
Pdp float64Request - Rate limit (packets/s) for create PDP context request.
- Delete
Pdp float64Request - Rate limit (packets/s) for delete PDP context request.
- Echo
Request float64 - Rate limit (packets/s) for echo request.
- Object
Firewall stringGtp Messageratelimitv1Id - an identifier for the resource.
- 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
.
- gtp String
- Gtp.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - create
Pdp DoubleRequest - Rate limit (packets/s) for create PDP context request.
- delete
Pdp DoubleRequest - Rate limit (packets/s) for delete PDP context request.
- echo
Request Double - Rate limit (packets/s) for echo request.
- object
Firewall StringGtp Messageratelimitv1Id - an identifier for the resource.
- 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
.
- gtp string
- Gtp.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - create
Pdp numberRequest - Rate limit (packets/s) for create PDP context request.
- delete
Pdp numberRequest - Rate limit (packets/s) for delete PDP context request.
- echo
Request number - Rate limit (packets/s) for echo request.
- object
Firewall stringGtp Messageratelimitv1Id - an identifier for the resource.
- 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
.
- gtp str
- Gtp.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - create_
pdp_ floatrequest - Rate limit (packets/s) for create PDP context request.
- delete_
pdp_ floatrequest - Rate limit (packets/s) for delete PDP context request.
- echo_
request float - Rate limit (packets/s) for echo request.
- object_
firewall_ strgtp_ messageratelimitv1_ id - an identifier for the resource.
- 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
.
- gtp String
- Gtp.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - create
Pdp NumberRequest - Rate limit (packets/s) for create PDP context request.
- delete
Pdp NumberRequest - Rate limit (packets/s) for delete PDP context request.
- echo
Request Number - Rate limit (packets/s) for echo request.
- object
Firewall StringGtp Messageratelimitv1Id - an identifier for the resource.
- 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
.
Outputs
All input properties are implicitly available as output properties. Additionally, the ObjectFirewallGtpMessageratelimitv1 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 ObjectFirewallGtpMessageratelimitv1 Resource
Get an existing ObjectFirewallGtpMessageratelimitv1 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?: ObjectFirewallGtpMessageratelimitv1State, opts?: CustomResourceOptions): ObjectFirewallGtpMessageratelimitv1
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
create_pdp_request: Optional[float] = None,
delete_pdp_request: Optional[float] = None,
echo_request: Optional[float] = None,
gtp: Optional[str] = None,
object_firewall_gtp_messageratelimitv1_id: Optional[str] = None,
scopetype: Optional[str] = None) -> ObjectFirewallGtpMessageratelimitv1
func GetObjectFirewallGtpMessageratelimitv1(ctx *Context, name string, id IDInput, state *ObjectFirewallGtpMessageratelimitv1State, opts ...ResourceOption) (*ObjectFirewallGtpMessageratelimitv1, error)
public static ObjectFirewallGtpMessageratelimitv1 Get(string name, Input<string> id, ObjectFirewallGtpMessageratelimitv1State? state, CustomResourceOptions? opts = null)
public static ObjectFirewallGtpMessageratelimitv1 get(String name, Output<String> id, ObjectFirewallGtpMessageratelimitv1State state, CustomResourceOptions options)
resources: _: type: fortimanager:ObjectFirewallGtpMessageratelimitv1 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. - Create
Pdp doubleRequest - Rate limit (packets/s) for create PDP context request.
- Delete
Pdp doubleRequest - Rate limit (packets/s) for delete PDP context request.
- Echo
Request double - Rate limit (packets/s) for echo request.
- Gtp string
- Gtp.
- Object
Firewall stringGtp Messageratelimitv1Id - an identifier for the resource.
- 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
.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Create
Pdp float64Request - Rate limit (packets/s) for create PDP context request.
- Delete
Pdp float64Request - Rate limit (packets/s) for delete PDP context request.
- Echo
Request float64 - Rate limit (packets/s) for echo request.
- Gtp string
- Gtp.
- Object
Firewall stringGtp Messageratelimitv1Id - an identifier for the resource.
- 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
.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - create
Pdp DoubleRequest - Rate limit (packets/s) for create PDP context request.
- delete
Pdp DoubleRequest - Rate limit (packets/s) for delete PDP context request.
- echo
Request Double - Rate limit (packets/s) for echo request.
- gtp String
- Gtp.
- object
Firewall StringGtp Messageratelimitv1Id - an identifier for the resource.
- 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
.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - create
Pdp numberRequest - Rate limit (packets/s) for create PDP context request.
- delete
Pdp numberRequest - Rate limit (packets/s) for delete PDP context request.
- echo
Request number - Rate limit (packets/s) for echo request.
- gtp string
- Gtp.
- object
Firewall stringGtp Messageratelimitv1Id - an identifier for the resource.
- 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
.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - create_
pdp_ floatrequest - Rate limit (packets/s) for create PDP context request.
- delete_
pdp_ floatrequest - Rate limit (packets/s) for delete PDP context request.
- echo_
request float - Rate limit (packets/s) for echo request.
- gtp str
- Gtp.
- object_
firewall_ strgtp_ messageratelimitv1_ id - an identifier for the resource.
- 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
.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - create
Pdp NumberRequest - Rate limit (packets/s) for create PDP context request.
- delete
Pdp NumberRequest - Rate limit (packets/s) for delete PDP context request.
- echo
Request Number - Rate limit (packets/s) for echo request.
- gtp String
- Gtp.
- object
Firewall StringGtp Messageratelimitv1Id - an identifier for the resource.
- 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
.
Import
ObjectFirewall GtpMessageRateLimitV1 can be imported using any of these accepted formats:
Set import_options = [“gtp=YOUR_VALUE”] in the provider section.
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/objectFirewallGtpMessageratelimitv1:ObjectFirewallGtpMessageratelimitv1 labelname ObjectFirewallGtpMessageRateLimitV1
$ 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.