fortimanager.ObjectFirewallGtpMessageratelimitv0
Explore with Pulumi AI
Message rate limiting for GTP version 0.
This resource is a sub resource for variable
message_rate_limit_v0
of resourcefortimanager.ObjectFirewallGtp
. Conflict and overwrite may occur if use both of them.
Create ObjectFirewallGtpMessageratelimitv0 Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ObjectFirewallGtpMessageratelimitv0(name: string, args: ObjectFirewallGtpMessageratelimitv0Args, opts?: CustomResourceOptions);
@overload
def ObjectFirewallGtpMessageratelimitv0(resource_name: str,
args: ObjectFirewallGtpMessageratelimitv0Args,
opts: Optional[ResourceOptions] = None)
@overload
def ObjectFirewallGtpMessageratelimitv0(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_messageratelimitv0_id: Optional[str] = None,
scopetype: Optional[str] = None)
func NewObjectFirewallGtpMessageratelimitv0(ctx *Context, name string, args ObjectFirewallGtpMessageratelimitv0Args, opts ...ResourceOption) (*ObjectFirewallGtpMessageratelimitv0, error)
public ObjectFirewallGtpMessageratelimitv0(string name, ObjectFirewallGtpMessageratelimitv0Args args, CustomResourceOptions? opts = null)
public ObjectFirewallGtpMessageratelimitv0(String name, ObjectFirewallGtpMessageratelimitv0Args args)
public ObjectFirewallGtpMessageratelimitv0(String name, ObjectFirewallGtpMessageratelimitv0Args args, CustomResourceOptions options)
type: fortimanager:ObjectFirewallGtpMessageratelimitv0
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 ObjectFirewallGtpMessageratelimitv0Args
- 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 ObjectFirewallGtpMessageratelimitv0Args
- 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 ObjectFirewallGtpMessageratelimitv0Args
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectFirewallGtpMessageratelimitv0Args
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ObjectFirewallGtpMessageratelimitv0Args
- 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 objectFirewallGtpMessageratelimitv0Resource = new Fortimanager.ObjectFirewallGtpMessageratelimitv0("objectFirewallGtpMessageratelimitv0Resource", new()
{
Gtp = "string",
Adom = "string",
CreatePdpRequest = 0,
DeletePdpRequest = 0,
EchoRequest = 0,
ObjectFirewallGtpMessageratelimitv0Id = "string",
Scopetype = "string",
});
example, err := fortimanager.NewObjectFirewallGtpMessageratelimitv0(ctx, "objectFirewallGtpMessageratelimitv0Resource", &fortimanager.ObjectFirewallGtpMessageratelimitv0Args{
Gtp: pulumi.String("string"),
Adom: pulumi.String("string"),
CreatePdpRequest: pulumi.Float64(0),
DeletePdpRequest: pulumi.Float64(0),
EchoRequest: pulumi.Float64(0),
ObjectFirewallGtpMessageratelimitv0Id: pulumi.String("string"),
Scopetype: pulumi.String("string"),
})
var objectFirewallGtpMessageratelimitv0Resource = new ObjectFirewallGtpMessageratelimitv0("objectFirewallGtpMessageratelimitv0Resource", ObjectFirewallGtpMessageratelimitv0Args.builder()
.gtp("string")
.adom("string")
.createPdpRequest(0)
.deletePdpRequest(0)
.echoRequest(0)
.objectFirewallGtpMessageratelimitv0Id("string")
.scopetype("string")
.build());
object_firewall_gtp_messageratelimitv0_resource = fortimanager.ObjectFirewallGtpMessageratelimitv0("objectFirewallGtpMessageratelimitv0Resource",
gtp="string",
adom="string",
create_pdp_request=0,
delete_pdp_request=0,
echo_request=0,
object_firewall_gtp_messageratelimitv0_id="string",
scopetype="string")
const objectFirewallGtpMessageratelimitv0Resource = new fortimanager.ObjectFirewallGtpMessageratelimitv0("objectFirewallGtpMessageratelimitv0Resource", {
gtp: "string",
adom: "string",
createPdpRequest: 0,
deletePdpRequest: 0,
echoRequest: 0,
objectFirewallGtpMessageratelimitv0Id: "string",
scopetype: "string",
});
type: fortimanager:ObjectFirewallGtpMessageratelimitv0
properties:
adom: string
createPdpRequest: 0
deletePdpRequest: 0
echoRequest: 0
gtp: string
objectFirewallGtpMessageratelimitv0Id: string
scopetype: string
ObjectFirewallGtpMessageratelimitv0 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 ObjectFirewallGtpMessageratelimitv0 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 Messageratelimitv0Id - 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 Messageratelimitv0Id - 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 Messageratelimitv0Id - 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 Messageratelimitv0Id - 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_ messageratelimitv0_ 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 Messageratelimitv0Id - 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 ObjectFirewallGtpMessageratelimitv0 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 ObjectFirewallGtpMessageratelimitv0 Resource
Get an existing ObjectFirewallGtpMessageratelimitv0 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?: ObjectFirewallGtpMessageratelimitv0State, opts?: CustomResourceOptions): ObjectFirewallGtpMessageratelimitv0
@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_messageratelimitv0_id: Optional[str] = None,
scopetype: Optional[str] = None) -> ObjectFirewallGtpMessageratelimitv0
func GetObjectFirewallGtpMessageratelimitv0(ctx *Context, name string, id IDInput, state *ObjectFirewallGtpMessageratelimitv0State, opts ...ResourceOption) (*ObjectFirewallGtpMessageratelimitv0, error)
public static ObjectFirewallGtpMessageratelimitv0 Get(string name, Input<string> id, ObjectFirewallGtpMessageratelimitv0State? state, CustomResourceOptions? opts = null)
public static ObjectFirewallGtpMessageratelimitv0 get(String name, Output<String> id, ObjectFirewallGtpMessageratelimitv0State state, CustomResourceOptions options)
resources: _: type: fortimanager:ObjectFirewallGtpMessageratelimitv0 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 Messageratelimitv0Id - 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 Messageratelimitv0Id - 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 Messageratelimitv0Id - 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 Messageratelimitv0Id - 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_ messageratelimitv0_ 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 Messageratelimitv0Id - 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 GtpMessageRateLimitV0 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/objectFirewallGtpMessageratelimitv0:ObjectFirewallGtpMessageratelimitv0 labelname ObjectFirewallGtpMessageRateLimitV0
$ 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.