fortimanager.ObjectFirewallGtpMessageratelimit
Explore with Pulumi AI
Message rate limiting.
This resource is a sub resource for variable
message_rate_limit
of resourcefortimanager.ObjectFirewallGtp
. Conflict and overwrite may occur if use both of them.
Create ObjectFirewallGtpMessageratelimit Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ObjectFirewallGtpMessageratelimit(name: string, args: ObjectFirewallGtpMessageratelimitArgs, opts?: CustomResourceOptions);
@overload
def ObjectFirewallGtpMessageratelimit(resource_name: str,
args: ObjectFirewallGtpMessageratelimitArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ObjectFirewallGtpMessageratelimit(resource_name: str,
opts: Optional[ResourceOptions] = None,
gtp: Optional[str] = None,
adom: Optional[str] = None,
create_aa_pdp_request: Optional[float] = None,
create_aa_pdp_response: Optional[float] = None,
create_mbms_request: Optional[float] = None,
create_mbms_response: Optional[float] = None,
create_pdp_request: Optional[float] = None,
create_pdp_response: Optional[float] = None,
delete_aa_pdp_request: Optional[float] = None,
delete_aa_pdp_response: Optional[float] = None,
delete_mbms_request: Optional[float] = None,
delete_mbms_response: Optional[float] = None,
delete_pdp_request: Optional[float] = None,
delete_pdp_response: Optional[float] = None,
echo_reponse: Optional[float] = None,
echo_request: Optional[float] = None,
echo_response: Optional[float] = None,
error_indication: Optional[float] = None,
failure_report_request: Optional[float] = None,
failure_report_response: Optional[float] = None,
fwd_reloc_complete_ack: Optional[float] = None,
fwd_relocation_complete: Optional[float] = None,
fwd_relocation_request: Optional[float] = None,
fwd_relocation_response: Optional[float] = None,
fwd_srns_context: Optional[float] = None,
fwd_srns_context_ack: Optional[float] = None,
g_pdu: Optional[float] = None,
identification_request: Optional[float] = None,
identification_response: Optional[float] = None,
mbms_de_reg_request: Optional[float] = None,
mbms_de_reg_response: Optional[float] = None,
mbms_notify_rej_request: Optional[float] = None,
mbms_notify_rej_response: Optional[float] = None,
mbms_notify_request: Optional[float] = None,
mbms_notify_response: Optional[float] = None,
mbms_reg_request: Optional[float] = None,
mbms_reg_response: Optional[float] = None,
mbms_ses_start_request: Optional[float] = None,
mbms_ses_start_response: Optional[float] = None,
mbms_ses_stop_request: Optional[float] = None,
mbms_ses_stop_response: Optional[float] = None,
note_ms_request: Optional[float] = None,
note_ms_response: Optional[float] = None,
object_firewall_gtp_messageratelimit_id: Optional[str] = None,
pdu_notify_rej_request: Optional[float] = None,
pdu_notify_rej_response: Optional[float] = None,
pdu_notify_request: Optional[float] = None,
pdu_notify_response: Optional[float] = None,
ran_info: Optional[float] = None,
relocation_cancel_request: Optional[float] = None,
relocation_cancel_response: Optional[float] = None,
scopetype: Optional[str] = None,
send_route_request: Optional[float] = None,
send_route_response: Optional[float] = None,
sgsn_context_ack: Optional[float] = None,
sgsn_context_request: Optional[float] = None,
sgsn_context_response: Optional[float] = None,
support_ext_hdr_notify: Optional[float] = None,
update_mbms_request: Optional[float] = None,
update_mbms_response: Optional[float] = None,
update_pdp_request: Optional[float] = None,
update_pdp_response: Optional[float] = None,
version_not_support: Optional[float] = None)
func NewObjectFirewallGtpMessageratelimit(ctx *Context, name string, args ObjectFirewallGtpMessageratelimitArgs, opts ...ResourceOption) (*ObjectFirewallGtpMessageratelimit, error)
public ObjectFirewallGtpMessageratelimit(string name, ObjectFirewallGtpMessageratelimitArgs args, CustomResourceOptions? opts = null)
public ObjectFirewallGtpMessageratelimit(String name, ObjectFirewallGtpMessageratelimitArgs args)
public ObjectFirewallGtpMessageratelimit(String name, ObjectFirewallGtpMessageratelimitArgs args, CustomResourceOptions options)
type: fortimanager:ObjectFirewallGtpMessageratelimit
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 ObjectFirewallGtpMessageratelimitArgs
- 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 ObjectFirewallGtpMessageratelimitArgs
- 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 ObjectFirewallGtpMessageratelimitArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectFirewallGtpMessageratelimitArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ObjectFirewallGtpMessageratelimitArgs
- 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 objectFirewallGtpMessageratelimitResource = new Fortimanager.ObjectFirewallGtpMessageratelimit("objectFirewallGtpMessageratelimitResource", new()
{
Gtp = "string",
Adom = "string",
CreateAaPdpRequest = 0,
CreateAaPdpResponse = 0,
CreateMbmsRequest = 0,
CreateMbmsResponse = 0,
CreatePdpRequest = 0,
CreatePdpResponse = 0,
DeleteAaPdpRequest = 0,
DeleteAaPdpResponse = 0,
DeleteMbmsRequest = 0,
DeleteMbmsResponse = 0,
DeletePdpRequest = 0,
DeletePdpResponse = 0,
EchoReponse = 0,
EchoRequest = 0,
EchoResponse = 0,
ErrorIndication = 0,
FailureReportRequest = 0,
FailureReportResponse = 0,
FwdRelocCompleteAck = 0,
FwdRelocationComplete = 0,
FwdRelocationRequest = 0,
FwdRelocationResponse = 0,
FwdSrnsContext = 0,
FwdSrnsContextAck = 0,
GPdu = 0,
IdentificationRequest = 0,
IdentificationResponse = 0,
MbmsDeRegRequest = 0,
MbmsDeRegResponse = 0,
MbmsNotifyRejRequest = 0,
MbmsNotifyRejResponse = 0,
MbmsNotifyRequest = 0,
MbmsNotifyResponse = 0,
MbmsRegRequest = 0,
MbmsRegResponse = 0,
MbmsSesStartRequest = 0,
MbmsSesStartResponse = 0,
MbmsSesStopRequest = 0,
MbmsSesStopResponse = 0,
NoteMsRequest = 0,
NoteMsResponse = 0,
ObjectFirewallGtpMessageratelimitId = "string",
PduNotifyRejRequest = 0,
PduNotifyRejResponse = 0,
PduNotifyRequest = 0,
PduNotifyResponse = 0,
RanInfo = 0,
RelocationCancelRequest = 0,
RelocationCancelResponse = 0,
Scopetype = "string",
SendRouteRequest = 0,
SendRouteResponse = 0,
SgsnContextAck = 0,
SgsnContextRequest = 0,
SgsnContextResponse = 0,
SupportExtHdrNotify = 0,
UpdateMbmsRequest = 0,
UpdateMbmsResponse = 0,
UpdatePdpRequest = 0,
UpdatePdpResponse = 0,
VersionNotSupport = 0,
});
example, err := fortimanager.NewObjectFirewallGtpMessageratelimit(ctx, "objectFirewallGtpMessageratelimitResource", &fortimanager.ObjectFirewallGtpMessageratelimitArgs{
Gtp: pulumi.String("string"),
Adom: pulumi.String("string"),
CreateAaPdpRequest: pulumi.Float64(0),
CreateAaPdpResponse: pulumi.Float64(0),
CreateMbmsRequest: pulumi.Float64(0),
CreateMbmsResponse: pulumi.Float64(0),
CreatePdpRequest: pulumi.Float64(0),
CreatePdpResponse: pulumi.Float64(0),
DeleteAaPdpRequest: pulumi.Float64(0),
DeleteAaPdpResponse: pulumi.Float64(0),
DeleteMbmsRequest: pulumi.Float64(0),
DeleteMbmsResponse: pulumi.Float64(0),
DeletePdpRequest: pulumi.Float64(0),
DeletePdpResponse: pulumi.Float64(0),
EchoReponse: pulumi.Float64(0),
EchoRequest: pulumi.Float64(0),
EchoResponse: pulumi.Float64(0),
ErrorIndication: pulumi.Float64(0),
FailureReportRequest: pulumi.Float64(0),
FailureReportResponse: pulumi.Float64(0),
FwdRelocCompleteAck: pulumi.Float64(0),
FwdRelocationComplete: pulumi.Float64(0),
FwdRelocationRequest: pulumi.Float64(0),
FwdRelocationResponse: pulumi.Float64(0),
FwdSrnsContext: pulumi.Float64(0),
FwdSrnsContextAck: pulumi.Float64(0),
GPdu: pulumi.Float64(0),
IdentificationRequest: pulumi.Float64(0),
IdentificationResponse: pulumi.Float64(0),
MbmsDeRegRequest: pulumi.Float64(0),
MbmsDeRegResponse: pulumi.Float64(0),
MbmsNotifyRejRequest: pulumi.Float64(0),
MbmsNotifyRejResponse: pulumi.Float64(0),
MbmsNotifyRequest: pulumi.Float64(0),
MbmsNotifyResponse: pulumi.Float64(0),
MbmsRegRequest: pulumi.Float64(0),
MbmsRegResponse: pulumi.Float64(0),
MbmsSesStartRequest: pulumi.Float64(0),
MbmsSesStartResponse: pulumi.Float64(0),
MbmsSesStopRequest: pulumi.Float64(0),
MbmsSesStopResponse: pulumi.Float64(0),
NoteMsRequest: pulumi.Float64(0),
NoteMsResponse: pulumi.Float64(0),
ObjectFirewallGtpMessageratelimitId: pulumi.String("string"),
PduNotifyRejRequest: pulumi.Float64(0),
PduNotifyRejResponse: pulumi.Float64(0),
PduNotifyRequest: pulumi.Float64(0),
PduNotifyResponse: pulumi.Float64(0),
RanInfo: pulumi.Float64(0),
RelocationCancelRequest: pulumi.Float64(0),
RelocationCancelResponse: pulumi.Float64(0),
Scopetype: pulumi.String("string"),
SendRouteRequest: pulumi.Float64(0),
SendRouteResponse: pulumi.Float64(0),
SgsnContextAck: pulumi.Float64(0),
SgsnContextRequest: pulumi.Float64(0),
SgsnContextResponse: pulumi.Float64(0),
SupportExtHdrNotify: pulumi.Float64(0),
UpdateMbmsRequest: pulumi.Float64(0),
UpdateMbmsResponse: pulumi.Float64(0),
UpdatePdpRequest: pulumi.Float64(0),
UpdatePdpResponse: pulumi.Float64(0),
VersionNotSupport: pulumi.Float64(0),
})
var objectFirewallGtpMessageratelimitResource = new ObjectFirewallGtpMessageratelimit("objectFirewallGtpMessageratelimitResource", ObjectFirewallGtpMessageratelimitArgs.builder()
.gtp("string")
.adom("string")
.createAaPdpRequest(0)
.createAaPdpResponse(0)
.createMbmsRequest(0)
.createMbmsResponse(0)
.createPdpRequest(0)
.createPdpResponse(0)
.deleteAaPdpRequest(0)
.deleteAaPdpResponse(0)
.deleteMbmsRequest(0)
.deleteMbmsResponse(0)
.deletePdpRequest(0)
.deletePdpResponse(0)
.echoReponse(0)
.echoRequest(0)
.echoResponse(0)
.errorIndication(0)
.failureReportRequest(0)
.failureReportResponse(0)
.fwdRelocCompleteAck(0)
.fwdRelocationComplete(0)
.fwdRelocationRequest(0)
.fwdRelocationResponse(0)
.fwdSrnsContext(0)
.fwdSrnsContextAck(0)
.gPdu(0)
.identificationRequest(0)
.identificationResponse(0)
.mbmsDeRegRequest(0)
.mbmsDeRegResponse(0)
.mbmsNotifyRejRequest(0)
.mbmsNotifyRejResponse(0)
.mbmsNotifyRequest(0)
.mbmsNotifyResponse(0)
.mbmsRegRequest(0)
.mbmsRegResponse(0)
.mbmsSesStartRequest(0)
.mbmsSesStartResponse(0)
.mbmsSesStopRequest(0)
.mbmsSesStopResponse(0)
.noteMsRequest(0)
.noteMsResponse(0)
.objectFirewallGtpMessageratelimitId("string")
.pduNotifyRejRequest(0)
.pduNotifyRejResponse(0)
.pduNotifyRequest(0)
.pduNotifyResponse(0)
.ranInfo(0)
.relocationCancelRequest(0)
.relocationCancelResponse(0)
.scopetype("string")
.sendRouteRequest(0)
.sendRouteResponse(0)
.sgsnContextAck(0)
.sgsnContextRequest(0)
.sgsnContextResponse(0)
.supportExtHdrNotify(0)
.updateMbmsRequest(0)
.updateMbmsResponse(0)
.updatePdpRequest(0)
.updatePdpResponse(0)
.versionNotSupport(0)
.build());
object_firewall_gtp_messageratelimit_resource = fortimanager.ObjectFirewallGtpMessageratelimit("objectFirewallGtpMessageratelimitResource",
gtp="string",
adom="string",
create_aa_pdp_request=0,
create_aa_pdp_response=0,
create_mbms_request=0,
create_mbms_response=0,
create_pdp_request=0,
create_pdp_response=0,
delete_aa_pdp_request=0,
delete_aa_pdp_response=0,
delete_mbms_request=0,
delete_mbms_response=0,
delete_pdp_request=0,
delete_pdp_response=0,
echo_reponse=0,
echo_request=0,
echo_response=0,
error_indication=0,
failure_report_request=0,
failure_report_response=0,
fwd_reloc_complete_ack=0,
fwd_relocation_complete=0,
fwd_relocation_request=0,
fwd_relocation_response=0,
fwd_srns_context=0,
fwd_srns_context_ack=0,
g_pdu=0,
identification_request=0,
identification_response=0,
mbms_de_reg_request=0,
mbms_de_reg_response=0,
mbms_notify_rej_request=0,
mbms_notify_rej_response=0,
mbms_notify_request=0,
mbms_notify_response=0,
mbms_reg_request=0,
mbms_reg_response=0,
mbms_ses_start_request=0,
mbms_ses_start_response=0,
mbms_ses_stop_request=0,
mbms_ses_stop_response=0,
note_ms_request=0,
note_ms_response=0,
object_firewall_gtp_messageratelimit_id="string",
pdu_notify_rej_request=0,
pdu_notify_rej_response=0,
pdu_notify_request=0,
pdu_notify_response=0,
ran_info=0,
relocation_cancel_request=0,
relocation_cancel_response=0,
scopetype="string",
send_route_request=0,
send_route_response=0,
sgsn_context_ack=0,
sgsn_context_request=0,
sgsn_context_response=0,
support_ext_hdr_notify=0,
update_mbms_request=0,
update_mbms_response=0,
update_pdp_request=0,
update_pdp_response=0,
version_not_support=0)
const objectFirewallGtpMessageratelimitResource = new fortimanager.ObjectFirewallGtpMessageratelimit("objectFirewallGtpMessageratelimitResource", {
gtp: "string",
adom: "string",
createAaPdpRequest: 0,
createAaPdpResponse: 0,
createMbmsRequest: 0,
createMbmsResponse: 0,
createPdpRequest: 0,
createPdpResponse: 0,
deleteAaPdpRequest: 0,
deleteAaPdpResponse: 0,
deleteMbmsRequest: 0,
deleteMbmsResponse: 0,
deletePdpRequest: 0,
deletePdpResponse: 0,
echoReponse: 0,
echoRequest: 0,
echoResponse: 0,
errorIndication: 0,
failureReportRequest: 0,
failureReportResponse: 0,
fwdRelocCompleteAck: 0,
fwdRelocationComplete: 0,
fwdRelocationRequest: 0,
fwdRelocationResponse: 0,
fwdSrnsContext: 0,
fwdSrnsContextAck: 0,
gPdu: 0,
identificationRequest: 0,
identificationResponse: 0,
mbmsDeRegRequest: 0,
mbmsDeRegResponse: 0,
mbmsNotifyRejRequest: 0,
mbmsNotifyRejResponse: 0,
mbmsNotifyRequest: 0,
mbmsNotifyResponse: 0,
mbmsRegRequest: 0,
mbmsRegResponse: 0,
mbmsSesStartRequest: 0,
mbmsSesStartResponse: 0,
mbmsSesStopRequest: 0,
mbmsSesStopResponse: 0,
noteMsRequest: 0,
noteMsResponse: 0,
objectFirewallGtpMessageratelimitId: "string",
pduNotifyRejRequest: 0,
pduNotifyRejResponse: 0,
pduNotifyRequest: 0,
pduNotifyResponse: 0,
ranInfo: 0,
relocationCancelRequest: 0,
relocationCancelResponse: 0,
scopetype: "string",
sendRouteRequest: 0,
sendRouteResponse: 0,
sgsnContextAck: 0,
sgsnContextRequest: 0,
sgsnContextResponse: 0,
supportExtHdrNotify: 0,
updateMbmsRequest: 0,
updateMbmsResponse: 0,
updatePdpRequest: 0,
updatePdpResponse: 0,
versionNotSupport: 0,
});
type: fortimanager:ObjectFirewallGtpMessageratelimit
properties:
adom: string
createAaPdpRequest: 0
createAaPdpResponse: 0
createMbmsRequest: 0
createMbmsResponse: 0
createPdpRequest: 0
createPdpResponse: 0
deleteAaPdpRequest: 0
deleteAaPdpResponse: 0
deleteMbmsRequest: 0
deleteMbmsResponse: 0
deletePdpRequest: 0
deletePdpResponse: 0
echoReponse: 0
echoRequest: 0
echoResponse: 0
errorIndication: 0
failureReportRequest: 0
failureReportResponse: 0
fwdRelocCompleteAck: 0
fwdRelocationComplete: 0
fwdRelocationRequest: 0
fwdRelocationResponse: 0
fwdSrnsContext: 0
fwdSrnsContextAck: 0
gPdu: 0
gtp: string
identificationRequest: 0
identificationResponse: 0
mbmsDeRegRequest: 0
mbmsDeRegResponse: 0
mbmsNotifyRejRequest: 0
mbmsNotifyRejResponse: 0
mbmsNotifyRequest: 0
mbmsNotifyResponse: 0
mbmsRegRequest: 0
mbmsRegResponse: 0
mbmsSesStartRequest: 0
mbmsSesStartResponse: 0
mbmsSesStopRequest: 0
mbmsSesStopResponse: 0
noteMsRequest: 0
noteMsResponse: 0
objectFirewallGtpMessageratelimitId: string
pduNotifyRejRequest: 0
pduNotifyRejResponse: 0
pduNotifyRequest: 0
pduNotifyResponse: 0
ranInfo: 0
relocationCancelRequest: 0
relocationCancelResponse: 0
scopetype: string
sendRouteRequest: 0
sendRouteResponse: 0
sgsnContextAck: 0
sgsnContextRequest: 0
sgsnContextResponse: 0
supportExtHdrNotify: 0
updateMbmsRequest: 0
updateMbmsResponse: 0
updatePdpRequest: 0
updatePdpResponse: 0
versionNotSupport: 0
ObjectFirewallGtpMessageratelimit 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 ObjectFirewallGtpMessageratelimit 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
Aa doublePdp Request - Rate limit for create AA PDP context request (packets per second).
- Create
Aa doublePdp Response - Rate limit for create AA PDP context response (packets per second).
- Create
Mbms doubleRequest - Rate limit for create MBMS context request (packets per second).
- Create
Mbms doubleResponse - Rate limit for create MBMS context response (packets per second).
- Create
Pdp doubleRequest - Rate limit for create PDP context request (packets per second).
- Create
Pdp doubleResponse - Rate limit for create PDP context response (packets per second).
- Delete
Aa doublePdp Request - Rate limit for delete AA PDP context request (packets per second).
- Delete
Aa doublePdp Response - Rate limit for delete AA PDP context response (packets per second).
- Delete
Mbms doubleRequest - Rate limit for delete MBMS context request (packets per second).
- Delete
Mbms doubleResponse - Rate limit for delete MBMS context response (packets per second).
- Delete
Pdp doubleRequest - Rate limit for delete PDP context request (packets per second).
- Delete
Pdp doubleResponse - Rate limit for delete PDP context response (packets per second).
- Echo
Reponse double - Rate limit for echo response (packets per second).
- Echo
Request double - Rate limit for echo requests (packets per second).
- Echo
Response double - Rate limit for echo response (packets per second).
- Error
Indication double - Rate limit for error indication (packets per second).
- Failure
Report doubleRequest - Rate limit for failure report request (packets per second).
- Failure
Report doubleResponse - Rate limit for failure report response (packets per second).
- Fwd
Reloc doubleComplete Ack - Rate limit for forward relocation complete acknowledge (packets per second).
- Fwd
Relocation doubleComplete - Rate limit for forward relocation complete (packets per second).
- Fwd
Relocation doubleRequest - Rate limit for forward relocation request (packets per second).
- Fwd
Relocation doubleResponse - Rate limit for forward relocation response (packets per second).
- Fwd
Srns doubleContext - Rate limit for forward SRNS context (packets per second).
- Fwd
Srns doubleContext Ack - Rate limit for forward SRNS context acknowledge (packets per second).
- GPdu double
- Rate limit for G-PDU (packets per second).
- Identification
Request double - Rate limit for identification request (packets per second).
- Identification
Response double - Rate limit for identification response (packets per second).
- Mbms
De doubleReg Request - Rate limit for MBMS de-registration request (packets per second).
- Mbms
De doubleReg Response - Rate limit for MBMS de-registration response (packets per second).
- Mbms
Notify doubleRej Request - Rate limit for MBMS notification reject request (packets per second).
- Mbms
Notify doubleRej Response - Rate limit for MBMS notification reject response (packets per second).
- Mbms
Notify doubleRequest - Rate limit for MBMS notification request (packets per second).
- Mbms
Notify doubleResponse - Rate limit for MBMS notification response (packets per second).
- Mbms
Reg doubleRequest - Rate limit for MBMS registration request (packets per second).
- Mbms
Reg doubleResponse - Rate limit for MBMS registration response (packets per second).
- Mbms
Ses doubleStart Request - Rate limit for MBMS session start request (packets per second).
- Mbms
Ses doubleStart Response - Rate limit for MBMS session start response (packets per second).
- Mbms
Ses doubleStop Request - Rate limit for MBMS session stop request (packets per second).
- Mbms
Ses doubleStop Response - Rate limit for MBMS session stop response (packets per second).
- Note
Ms doubleRequest - Rate limit for note MS GPRS present request (packets per second).
- Note
Ms doubleResponse - Rate limit for note MS GPRS present response (packets per second).
- Object
Firewall stringGtp Messageratelimit Id - an identifier for the resource.
- Pdu
Notify doubleRej Request - Rate limit for PDU notify reject request (packets per second).
- Pdu
Notify doubleRej Response - Rate limit for PDU notify reject response (packets per second).
- Pdu
Notify doubleRequest - Rate limit for PDU notify request (packets per second).
- Pdu
Notify doubleResponse - Rate limit for PDU notify response (packets per second).
- Ran
Info double - Rate limit for RAN information relay (packets per second).
- Relocation
Cancel doubleRequest - Rate limit for relocation cancel request (packets per second).
- Relocation
Cancel doubleResponse - Rate limit for relocation cancel response (packets per second).
- 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
. - Send
Route doubleRequest - Rate limit for send routing information for GPRS request (packets per second).
- Send
Route doubleResponse - Rate limit for send routing information for GPRS response (packets per second).
- Sgsn
Context doubleAck - Rate limit for SGSN context acknowledgement (packets per second).
- Sgsn
Context doubleRequest - Rate limit for SGSN context request (packets per second).
- Sgsn
Context doubleResponse - Rate limit for SGSN context response (packets per second).
- Support
Ext doubleHdr Notify - Rate limit for support extension headers notification (packets per second).
- Update
Mbms doubleRequest - Rate limit for update MBMS context request (packets per second).
- Update
Mbms doubleResponse - Rate limit for update MBMS context response (packets per second).
- Update
Pdp doubleRequest - Rate limit for update PDP context request (packets per second).
- Update
Pdp doubleResponse - Rate limit for update PDP context response (packets per second).
- Version
Not doubleSupport - Rate limit for version not supported (packets per second).
- 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
Aa float64Pdp Request - Rate limit for create AA PDP context request (packets per second).
- Create
Aa float64Pdp Response - Rate limit for create AA PDP context response (packets per second).
- Create
Mbms float64Request - Rate limit for create MBMS context request (packets per second).
- Create
Mbms float64Response - Rate limit for create MBMS context response (packets per second).
- Create
Pdp float64Request - Rate limit for create PDP context request (packets per second).
- Create
Pdp float64Response - Rate limit for create PDP context response (packets per second).
- Delete
Aa float64Pdp Request - Rate limit for delete AA PDP context request (packets per second).
- Delete
Aa float64Pdp Response - Rate limit for delete AA PDP context response (packets per second).
- Delete
Mbms float64Request - Rate limit for delete MBMS context request (packets per second).
- Delete
Mbms float64Response - Rate limit for delete MBMS context response (packets per second).
- Delete
Pdp float64Request - Rate limit for delete PDP context request (packets per second).
- Delete
Pdp float64Response - Rate limit for delete PDP context response (packets per second).
- Echo
Reponse float64 - Rate limit for echo response (packets per second).
- Echo
Request float64 - Rate limit for echo requests (packets per second).
- Echo
Response float64 - Rate limit for echo response (packets per second).
- Error
Indication float64 - Rate limit for error indication (packets per second).
- Failure
Report float64Request - Rate limit for failure report request (packets per second).
- Failure
Report float64Response - Rate limit for failure report response (packets per second).
- Fwd
Reloc float64Complete Ack - Rate limit for forward relocation complete acknowledge (packets per second).
- Fwd
Relocation float64Complete - Rate limit for forward relocation complete (packets per second).
- Fwd
Relocation float64Request - Rate limit for forward relocation request (packets per second).
- Fwd
Relocation float64Response - Rate limit for forward relocation response (packets per second).
- Fwd
Srns float64Context - Rate limit for forward SRNS context (packets per second).
- Fwd
Srns float64Context Ack - Rate limit for forward SRNS context acknowledge (packets per second).
- GPdu float64
- Rate limit for G-PDU (packets per second).
- Identification
Request float64 - Rate limit for identification request (packets per second).
- Identification
Response float64 - Rate limit for identification response (packets per second).
- Mbms
De float64Reg Request - Rate limit for MBMS de-registration request (packets per second).
- Mbms
De float64Reg Response - Rate limit for MBMS de-registration response (packets per second).
- Mbms
Notify float64Rej Request - Rate limit for MBMS notification reject request (packets per second).
- Mbms
Notify float64Rej Response - Rate limit for MBMS notification reject response (packets per second).
- Mbms
Notify float64Request - Rate limit for MBMS notification request (packets per second).
- Mbms
Notify float64Response - Rate limit for MBMS notification response (packets per second).
- Mbms
Reg float64Request - Rate limit for MBMS registration request (packets per second).
- Mbms
Reg float64Response - Rate limit for MBMS registration response (packets per second).
- Mbms
Ses float64Start Request - Rate limit for MBMS session start request (packets per second).
- Mbms
Ses float64Start Response - Rate limit for MBMS session start response (packets per second).
- Mbms
Ses float64Stop Request - Rate limit for MBMS session stop request (packets per second).
- Mbms
Ses float64Stop Response - Rate limit for MBMS session stop response (packets per second).
- Note
Ms float64Request - Rate limit for note MS GPRS present request (packets per second).
- Note
Ms float64Response - Rate limit for note MS GPRS present response (packets per second).
- Object
Firewall stringGtp Messageratelimit Id - an identifier for the resource.
- Pdu
Notify float64Rej Request - Rate limit for PDU notify reject request (packets per second).
- Pdu
Notify float64Rej Response - Rate limit for PDU notify reject response (packets per second).
- Pdu
Notify float64Request - Rate limit for PDU notify request (packets per second).
- Pdu
Notify float64Response - Rate limit for PDU notify response (packets per second).
- Ran
Info float64 - Rate limit for RAN information relay (packets per second).
- Relocation
Cancel float64Request - Rate limit for relocation cancel request (packets per second).
- Relocation
Cancel float64Response - Rate limit for relocation cancel response (packets per second).
- 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
. - Send
Route float64Request - Rate limit for send routing information for GPRS request (packets per second).
- Send
Route float64Response - Rate limit for send routing information for GPRS response (packets per second).
- Sgsn
Context float64Ack - Rate limit for SGSN context acknowledgement (packets per second).
- Sgsn
Context float64Request - Rate limit for SGSN context request (packets per second).
- Sgsn
Context float64Response - Rate limit for SGSN context response (packets per second).
- Support
Ext float64Hdr Notify - Rate limit for support extension headers notification (packets per second).
- Update
Mbms float64Request - Rate limit for update MBMS context request (packets per second).
- Update
Mbms float64Response - Rate limit for update MBMS context response (packets per second).
- Update
Pdp float64Request - Rate limit for update PDP context request (packets per second).
- Update
Pdp float64Response - Rate limit for update PDP context response (packets per second).
- Version
Not float64Support - Rate limit for version not supported (packets per second).
- 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
Aa DoublePdp Request - Rate limit for create AA PDP context request (packets per second).
- create
Aa DoublePdp Response - Rate limit for create AA PDP context response (packets per second).
- create
Mbms DoubleRequest - Rate limit for create MBMS context request (packets per second).
- create
Mbms DoubleResponse - Rate limit for create MBMS context response (packets per second).
- create
Pdp DoubleRequest - Rate limit for create PDP context request (packets per second).
- create
Pdp DoubleResponse - Rate limit for create PDP context response (packets per second).
- delete
Aa DoublePdp Request - Rate limit for delete AA PDP context request (packets per second).
- delete
Aa DoublePdp Response - Rate limit for delete AA PDP context response (packets per second).
- delete
Mbms DoubleRequest - Rate limit for delete MBMS context request (packets per second).
- delete
Mbms DoubleResponse - Rate limit for delete MBMS context response (packets per second).
- delete
Pdp DoubleRequest - Rate limit for delete PDP context request (packets per second).
- delete
Pdp DoubleResponse - Rate limit for delete PDP context response (packets per second).
- echo
Reponse Double - Rate limit for echo response (packets per second).
- echo
Request Double - Rate limit for echo requests (packets per second).
- echo
Response Double - Rate limit for echo response (packets per second).
- error
Indication Double - Rate limit for error indication (packets per second).
- failure
Report DoubleRequest - Rate limit for failure report request (packets per second).
- failure
Report DoubleResponse - Rate limit for failure report response (packets per second).
- fwd
Reloc DoubleComplete Ack - Rate limit for forward relocation complete acknowledge (packets per second).
- fwd
Relocation DoubleComplete - Rate limit for forward relocation complete (packets per second).
- fwd
Relocation DoubleRequest - Rate limit for forward relocation request (packets per second).
- fwd
Relocation DoubleResponse - Rate limit for forward relocation response (packets per second).
- fwd
Srns DoubleContext - Rate limit for forward SRNS context (packets per second).
- fwd
Srns DoubleContext Ack - Rate limit for forward SRNS context acknowledge (packets per second).
- g
Pdu Double - Rate limit for G-PDU (packets per second).
- identification
Request Double - Rate limit for identification request (packets per second).
- identification
Response Double - Rate limit for identification response (packets per second).
- mbms
De DoubleReg Request - Rate limit for MBMS de-registration request (packets per second).
- mbms
De DoubleReg Response - Rate limit for MBMS de-registration response (packets per second).
- mbms
Notify DoubleRej Request - Rate limit for MBMS notification reject request (packets per second).
- mbms
Notify DoubleRej Response - Rate limit for MBMS notification reject response (packets per second).
- mbms
Notify DoubleRequest - Rate limit for MBMS notification request (packets per second).
- mbms
Notify DoubleResponse - Rate limit for MBMS notification response (packets per second).
- mbms
Reg DoubleRequest - Rate limit for MBMS registration request (packets per second).
- mbms
Reg DoubleResponse - Rate limit for MBMS registration response (packets per second).
- mbms
Ses DoubleStart Request - Rate limit for MBMS session start request (packets per second).
- mbms
Ses DoubleStart Response - Rate limit for MBMS session start response (packets per second).
- mbms
Ses DoubleStop Request - Rate limit for MBMS session stop request (packets per second).
- mbms
Ses DoubleStop Response - Rate limit for MBMS session stop response (packets per second).
- note
Ms DoubleRequest - Rate limit for note MS GPRS present request (packets per second).
- note
Ms DoubleResponse - Rate limit for note MS GPRS present response (packets per second).
- object
Firewall StringGtp Messageratelimit Id - an identifier for the resource.
- pdu
Notify DoubleRej Request - Rate limit for PDU notify reject request (packets per second).
- pdu
Notify DoubleRej Response - Rate limit for PDU notify reject response (packets per second).
- pdu
Notify DoubleRequest - Rate limit for PDU notify request (packets per second).
- pdu
Notify DoubleResponse - Rate limit for PDU notify response (packets per second).
- ran
Info Double - Rate limit for RAN information relay (packets per second).
- relocation
Cancel DoubleRequest - Rate limit for relocation cancel request (packets per second).
- relocation
Cancel DoubleResponse - Rate limit for relocation cancel response (packets per second).
- 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
. - send
Route DoubleRequest - Rate limit for send routing information for GPRS request (packets per second).
- send
Route DoubleResponse - Rate limit for send routing information for GPRS response (packets per second).
- sgsn
Context DoubleAck - Rate limit for SGSN context acknowledgement (packets per second).
- sgsn
Context DoubleRequest - Rate limit for SGSN context request (packets per second).
- sgsn
Context DoubleResponse - Rate limit for SGSN context response (packets per second).
- support
Ext DoubleHdr Notify - Rate limit for support extension headers notification (packets per second).
- update
Mbms DoubleRequest - Rate limit for update MBMS context request (packets per second).
- update
Mbms DoubleResponse - Rate limit for update MBMS context response (packets per second).
- update
Pdp DoubleRequest - Rate limit for update PDP context request (packets per second).
- update
Pdp DoubleResponse - Rate limit for update PDP context response (packets per second).
- version
Not DoubleSupport - Rate limit for version not supported (packets per second).
- 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
Aa numberPdp Request - Rate limit for create AA PDP context request (packets per second).
- create
Aa numberPdp Response - Rate limit for create AA PDP context response (packets per second).
- create
Mbms numberRequest - Rate limit for create MBMS context request (packets per second).
- create
Mbms numberResponse - Rate limit for create MBMS context response (packets per second).
- create
Pdp numberRequest - Rate limit for create PDP context request (packets per second).
- create
Pdp numberResponse - Rate limit for create PDP context response (packets per second).
- delete
Aa numberPdp Request - Rate limit for delete AA PDP context request (packets per second).
- delete
Aa numberPdp Response - Rate limit for delete AA PDP context response (packets per second).
- delete
Mbms numberRequest - Rate limit for delete MBMS context request (packets per second).
- delete
Mbms numberResponse - Rate limit for delete MBMS context response (packets per second).
- delete
Pdp numberRequest - Rate limit for delete PDP context request (packets per second).
- delete
Pdp numberResponse - Rate limit for delete PDP context response (packets per second).
- echo
Reponse number - Rate limit for echo response (packets per second).
- echo
Request number - Rate limit for echo requests (packets per second).
- echo
Response number - Rate limit for echo response (packets per second).
- error
Indication number - Rate limit for error indication (packets per second).
- failure
Report numberRequest - Rate limit for failure report request (packets per second).
- failure
Report numberResponse - Rate limit for failure report response (packets per second).
- fwd
Reloc numberComplete Ack - Rate limit for forward relocation complete acknowledge (packets per second).
- fwd
Relocation numberComplete - Rate limit for forward relocation complete (packets per second).
- fwd
Relocation numberRequest - Rate limit for forward relocation request (packets per second).
- fwd
Relocation numberResponse - Rate limit for forward relocation response (packets per second).
- fwd
Srns numberContext - Rate limit for forward SRNS context (packets per second).
- fwd
Srns numberContext Ack - Rate limit for forward SRNS context acknowledge (packets per second).
- g
Pdu number - Rate limit for G-PDU (packets per second).
- identification
Request number - Rate limit for identification request (packets per second).
- identification
Response number - Rate limit for identification response (packets per second).
- mbms
De numberReg Request - Rate limit for MBMS de-registration request (packets per second).
- mbms
De numberReg Response - Rate limit for MBMS de-registration response (packets per second).
- mbms
Notify numberRej Request - Rate limit for MBMS notification reject request (packets per second).
- mbms
Notify numberRej Response - Rate limit for MBMS notification reject response (packets per second).
- mbms
Notify numberRequest - Rate limit for MBMS notification request (packets per second).
- mbms
Notify numberResponse - Rate limit for MBMS notification response (packets per second).
- mbms
Reg numberRequest - Rate limit for MBMS registration request (packets per second).
- mbms
Reg numberResponse - Rate limit for MBMS registration response (packets per second).
- mbms
Ses numberStart Request - Rate limit for MBMS session start request (packets per second).
- mbms
Ses numberStart Response - Rate limit for MBMS session start response (packets per second).
- mbms
Ses numberStop Request - Rate limit for MBMS session stop request (packets per second).
- mbms
Ses numberStop Response - Rate limit for MBMS session stop response (packets per second).
- note
Ms numberRequest - Rate limit for note MS GPRS present request (packets per second).
- note
Ms numberResponse - Rate limit for note MS GPRS present response (packets per second).
- object
Firewall stringGtp Messageratelimit Id - an identifier for the resource.
- pdu
Notify numberRej Request - Rate limit for PDU notify reject request (packets per second).
- pdu
Notify numberRej Response - Rate limit for PDU notify reject response (packets per second).
- pdu
Notify numberRequest - Rate limit for PDU notify request (packets per second).
- pdu
Notify numberResponse - Rate limit for PDU notify response (packets per second).
- ran
Info number - Rate limit for RAN information relay (packets per second).
- relocation
Cancel numberRequest - Rate limit for relocation cancel request (packets per second).
- relocation
Cancel numberResponse - Rate limit for relocation cancel response (packets per second).
- 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
. - send
Route numberRequest - Rate limit for send routing information for GPRS request (packets per second).
- send
Route numberResponse - Rate limit for send routing information for GPRS response (packets per second).
- sgsn
Context numberAck - Rate limit for SGSN context acknowledgement (packets per second).
- sgsn
Context numberRequest - Rate limit for SGSN context request (packets per second).
- sgsn
Context numberResponse - Rate limit for SGSN context response (packets per second).
- support
Ext numberHdr Notify - Rate limit for support extension headers notification (packets per second).
- update
Mbms numberRequest - Rate limit for update MBMS context request (packets per second).
- update
Mbms numberResponse - Rate limit for update MBMS context response (packets per second).
- update
Pdp numberRequest - Rate limit for update PDP context request (packets per second).
- update
Pdp numberResponse - Rate limit for update PDP context response (packets per second).
- version
Not numberSupport - Rate limit for version not supported (packets per second).
- 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_
aa_ floatpdp_ request - Rate limit for create AA PDP context request (packets per second).
- create_
aa_ floatpdp_ response - Rate limit for create AA PDP context response (packets per second).
- create_
mbms_ floatrequest - Rate limit for create MBMS context request (packets per second).
- create_
mbms_ floatresponse - Rate limit for create MBMS context response (packets per second).
- create_
pdp_ floatrequest - Rate limit for create PDP context request (packets per second).
- create_
pdp_ floatresponse - Rate limit for create PDP context response (packets per second).
- delete_
aa_ floatpdp_ request - Rate limit for delete AA PDP context request (packets per second).
- delete_
aa_ floatpdp_ response - Rate limit for delete AA PDP context response (packets per second).
- delete_
mbms_ floatrequest - Rate limit for delete MBMS context request (packets per second).
- delete_
mbms_ floatresponse - Rate limit for delete MBMS context response (packets per second).
- delete_
pdp_ floatrequest - Rate limit for delete PDP context request (packets per second).
- delete_
pdp_ floatresponse - Rate limit for delete PDP context response (packets per second).
- echo_
reponse float - Rate limit for echo response (packets per second).
- echo_
request float - Rate limit for echo requests (packets per second).
- echo_
response float - Rate limit for echo response (packets per second).
- error_
indication float - Rate limit for error indication (packets per second).
- failure_
report_ floatrequest - Rate limit for failure report request (packets per second).
- failure_
report_ floatresponse - Rate limit for failure report response (packets per second).
- fwd_
reloc_ floatcomplete_ ack - Rate limit for forward relocation complete acknowledge (packets per second).
- fwd_
relocation_ floatcomplete - Rate limit for forward relocation complete (packets per second).
- fwd_
relocation_ floatrequest - Rate limit for forward relocation request (packets per second).
- fwd_
relocation_ floatresponse - Rate limit for forward relocation response (packets per second).
- fwd_
srns_ floatcontext - Rate limit for forward SRNS context (packets per second).
- fwd_
srns_ floatcontext_ ack - Rate limit for forward SRNS context acknowledge (packets per second).
- g_
pdu float - Rate limit for G-PDU (packets per second).
- identification_
request float - Rate limit for identification request (packets per second).
- identification_
response float - Rate limit for identification response (packets per second).
- mbms_
de_ floatreg_ request - Rate limit for MBMS de-registration request (packets per second).
- mbms_
de_ floatreg_ response - Rate limit for MBMS de-registration response (packets per second).
- mbms_
notify_ floatrej_ request - Rate limit for MBMS notification reject request (packets per second).
- mbms_
notify_ floatrej_ response - Rate limit for MBMS notification reject response (packets per second).
- mbms_
notify_ floatrequest - Rate limit for MBMS notification request (packets per second).
- mbms_
notify_ floatresponse - Rate limit for MBMS notification response (packets per second).
- mbms_
reg_ floatrequest - Rate limit for MBMS registration request (packets per second).
- mbms_
reg_ floatresponse - Rate limit for MBMS registration response (packets per second).
- mbms_
ses_ floatstart_ request - Rate limit for MBMS session start request (packets per second).
- mbms_
ses_ floatstart_ response - Rate limit for MBMS session start response (packets per second).
- mbms_
ses_ floatstop_ request - Rate limit for MBMS session stop request (packets per second).
- mbms_
ses_ floatstop_ response - Rate limit for MBMS session stop response (packets per second).
- note_
ms_ floatrequest - Rate limit for note MS GPRS present request (packets per second).
- note_
ms_ floatresponse - Rate limit for note MS GPRS present response (packets per second).
- object_
firewall_ strgtp_ messageratelimit_ id - an identifier for the resource.
- pdu_
notify_ floatrej_ request - Rate limit for PDU notify reject request (packets per second).
- pdu_
notify_ floatrej_ response - Rate limit for PDU notify reject response (packets per second).
- pdu_
notify_ floatrequest - Rate limit for PDU notify request (packets per second).
- pdu_
notify_ floatresponse - Rate limit for PDU notify response (packets per second).
- ran_
info float - Rate limit for RAN information relay (packets per second).
- relocation_
cancel_ floatrequest - Rate limit for relocation cancel request (packets per second).
- relocation_
cancel_ floatresponse - Rate limit for relocation cancel response (packets per second).
- 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
. - send_
route_ floatrequest - Rate limit for send routing information for GPRS request (packets per second).
- send_
route_ floatresponse - Rate limit for send routing information for GPRS response (packets per second).
- sgsn_
context_ floatack - Rate limit for SGSN context acknowledgement (packets per second).
- sgsn_
context_ floatrequest - Rate limit for SGSN context request (packets per second).
- sgsn_
context_ floatresponse - Rate limit for SGSN context response (packets per second).
- support_
ext_ floathdr_ notify - Rate limit for support extension headers notification (packets per second).
- update_
mbms_ floatrequest - Rate limit for update MBMS context request (packets per second).
- update_
mbms_ floatresponse - Rate limit for update MBMS context response (packets per second).
- update_
pdp_ floatrequest - Rate limit for update PDP context request (packets per second).
- update_
pdp_ floatresponse - Rate limit for update PDP context response (packets per second).
- version_
not_ floatsupport - Rate limit for version not supported (packets per second).
- 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
Aa NumberPdp Request - Rate limit for create AA PDP context request (packets per second).
- create
Aa NumberPdp Response - Rate limit for create AA PDP context response (packets per second).
- create
Mbms NumberRequest - Rate limit for create MBMS context request (packets per second).
- create
Mbms NumberResponse - Rate limit for create MBMS context response (packets per second).
- create
Pdp NumberRequest - Rate limit for create PDP context request (packets per second).
- create
Pdp NumberResponse - Rate limit for create PDP context response (packets per second).
- delete
Aa NumberPdp Request - Rate limit for delete AA PDP context request (packets per second).
- delete
Aa NumberPdp Response - Rate limit for delete AA PDP context response (packets per second).
- delete
Mbms NumberRequest - Rate limit for delete MBMS context request (packets per second).
- delete
Mbms NumberResponse - Rate limit for delete MBMS context response (packets per second).
- delete
Pdp NumberRequest - Rate limit for delete PDP context request (packets per second).
- delete
Pdp NumberResponse - Rate limit for delete PDP context response (packets per second).
- echo
Reponse Number - Rate limit for echo response (packets per second).
- echo
Request Number - Rate limit for echo requests (packets per second).
- echo
Response Number - Rate limit for echo response (packets per second).
- error
Indication Number - Rate limit for error indication (packets per second).
- failure
Report NumberRequest - Rate limit for failure report request (packets per second).
- failure
Report NumberResponse - Rate limit for failure report response (packets per second).
- fwd
Reloc NumberComplete Ack - Rate limit for forward relocation complete acknowledge (packets per second).
- fwd
Relocation NumberComplete - Rate limit for forward relocation complete (packets per second).
- fwd
Relocation NumberRequest - Rate limit for forward relocation request (packets per second).
- fwd
Relocation NumberResponse - Rate limit for forward relocation response (packets per second).
- fwd
Srns NumberContext - Rate limit for forward SRNS context (packets per second).
- fwd
Srns NumberContext Ack - Rate limit for forward SRNS context acknowledge (packets per second).
- g
Pdu Number - Rate limit for G-PDU (packets per second).
- identification
Request Number - Rate limit for identification request (packets per second).
- identification
Response Number - Rate limit for identification response (packets per second).
- mbms
De NumberReg Request - Rate limit for MBMS de-registration request (packets per second).
- mbms
De NumberReg Response - Rate limit for MBMS de-registration response (packets per second).
- mbms
Notify NumberRej Request - Rate limit for MBMS notification reject request (packets per second).
- mbms
Notify NumberRej Response - Rate limit for MBMS notification reject response (packets per second).
- mbms
Notify NumberRequest - Rate limit for MBMS notification request (packets per second).
- mbms
Notify NumberResponse - Rate limit for MBMS notification response (packets per second).
- mbms
Reg NumberRequest - Rate limit for MBMS registration request (packets per second).
- mbms
Reg NumberResponse - Rate limit for MBMS registration response (packets per second).
- mbms
Ses NumberStart Request - Rate limit for MBMS session start request (packets per second).
- mbms
Ses NumberStart Response - Rate limit for MBMS session start response (packets per second).
- mbms
Ses NumberStop Request - Rate limit for MBMS session stop request (packets per second).
- mbms
Ses NumberStop Response - Rate limit for MBMS session stop response (packets per second).
- note
Ms NumberRequest - Rate limit for note MS GPRS present request (packets per second).
- note
Ms NumberResponse - Rate limit for note MS GPRS present response (packets per second).
- object
Firewall StringGtp Messageratelimit Id - an identifier for the resource.
- pdu
Notify NumberRej Request - Rate limit for PDU notify reject request (packets per second).
- pdu
Notify NumberRej Response - Rate limit for PDU notify reject response (packets per second).
- pdu
Notify NumberRequest - Rate limit for PDU notify request (packets per second).
- pdu
Notify NumberResponse - Rate limit for PDU notify response (packets per second).
- ran
Info Number - Rate limit for RAN information relay (packets per second).
- relocation
Cancel NumberRequest - Rate limit for relocation cancel request (packets per second).
- relocation
Cancel NumberResponse - Rate limit for relocation cancel response (packets per second).
- 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
. - send
Route NumberRequest - Rate limit for send routing information for GPRS request (packets per second).
- send
Route NumberResponse - Rate limit for send routing information for GPRS response (packets per second).
- sgsn
Context NumberAck - Rate limit for SGSN context acknowledgement (packets per second).
- sgsn
Context NumberRequest - Rate limit for SGSN context request (packets per second).
- sgsn
Context NumberResponse - Rate limit for SGSN context response (packets per second).
- support
Ext NumberHdr Notify - Rate limit for support extension headers notification (packets per second).
- update
Mbms NumberRequest - Rate limit for update MBMS context request (packets per second).
- update
Mbms NumberResponse - Rate limit for update MBMS context response (packets per second).
- update
Pdp NumberRequest - Rate limit for update PDP context request (packets per second).
- update
Pdp NumberResponse - Rate limit for update PDP context response (packets per second).
- version
Not NumberSupport - Rate limit for version not supported (packets per second).
Outputs
All input properties are implicitly available as output properties. Additionally, the ObjectFirewallGtpMessageratelimit 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 ObjectFirewallGtpMessageratelimit Resource
Get an existing ObjectFirewallGtpMessageratelimit 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?: ObjectFirewallGtpMessageratelimitState, opts?: CustomResourceOptions): ObjectFirewallGtpMessageratelimit
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
create_aa_pdp_request: Optional[float] = None,
create_aa_pdp_response: Optional[float] = None,
create_mbms_request: Optional[float] = None,
create_mbms_response: Optional[float] = None,
create_pdp_request: Optional[float] = None,
create_pdp_response: Optional[float] = None,
delete_aa_pdp_request: Optional[float] = None,
delete_aa_pdp_response: Optional[float] = None,
delete_mbms_request: Optional[float] = None,
delete_mbms_response: Optional[float] = None,
delete_pdp_request: Optional[float] = None,
delete_pdp_response: Optional[float] = None,
echo_reponse: Optional[float] = None,
echo_request: Optional[float] = None,
echo_response: Optional[float] = None,
error_indication: Optional[float] = None,
failure_report_request: Optional[float] = None,
failure_report_response: Optional[float] = None,
fwd_reloc_complete_ack: Optional[float] = None,
fwd_relocation_complete: Optional[float] = None,
fwd_relocation_request: Optional[float] = None,
fwd_relocation_response: Optional[float] = None,
fwd_srns_context: Optional[float] = None,
fwd_srns_context_ack: Optional[float] = None,
g_pdu: Optional[float] = None,
gtp: Optional[str] = None,
identification_request: Optional[float] = None,
identification_response: Optional[float] = None,
mbms_de_reg_request: Optional[float] = None,
mbms_de_reg_response: Optional[float] = None,
mbms_notify_rej_request: Optional[float] = None,
mbms_notify_rej_response: Optional[float] = None,
mbms_notify_request: Optional[float] = None,
mbms_notify_response: Optional[float] = None,
mbms_reg_request: Optional[float] = None,
mbms_reg_response: Optional[float] = None,
mbms_ses_start_request: Optional[float] = None,
mbms_ses_start_response: Optional[float] = None,
mbms_ses_stop_request: Optional[float] = None,
mbms_ses_stop_response: Optional[float] = None,
note_ms_request: Optional[float] = None,
note_ms_response: Optional[float] = None,
object_firewall_gtp_messageratelimit_id: Optional[str] = None,
pdu_notify_rej_request: Optional[float] = None,
pdu_notify_rej_response: Optional[float] = None,
pdu_notify_request: Optional[float] = None,
pdu_notify_response: Optional[float] = None,
ran_info: Optional[float] = None,
relocation_cancel_request: Optional[float] = None,
relocation_cancel_response: Optional[float] = None,
scopetype: Optional[str] = None,
send_route_request: Optional[float] = None,
send_route_response: Optional[float] = None,
sgsn_context_ack: Optional[float] = None,
sgsn_context_request: Optional[float] = None,
sgsn_context_response: Optional[float] = None,
support_ext_hdr_notify: Optional[float] = None,
update_mbms_request: Optional[float] = None,
update_mbms_response: Optional[float] = None,
update_pdp_request: Optional[float] = None,
update_pdp_response: Optional[float] = None,
version_not_support: Optional[float] = None) -> ObjectFirewallGtpMessageratelimit
func GetObjectFirewallGtpMessageratelimit(ctx *Context, name string, id IDInput, state *ObjectFirewallGtpMessageratelimitState, opts ...ResourceOption) (*ObjectFirewallGtpMessageratelimit, error)
public static ObjectFirewallGtpMessageratelimit Get(string name, Input<string> id, ObjectFirewallGtpMessageratelimitState? state, CustomResourceOptions? opts = null)
public static ObjectFirewallGtpMessageratelimit get(String name, Output<String> id, ObjectFirewallGtpMessageratelimitState state, CustomResourceOptions options)
resources: _: type: fortimanager:ObjectFirewallGtpMessageratelimit 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
Aa doublePdp Request - Rate limit for create AA PDP context request (packets per second).
- Create
Aa doublePdp Response - Rate limit for create AA PDP context response (packets per second).
- Create
Mbms doubleRequest - Rate limit for create MBMS context request (packets per second).
- Create
Mbms doubleResponse - Rate limit for create MBMS context response (packets per second).
- Create
Pdp doubleRequest - Rate limit for create PDP context request (packets per second).
- Create
Pdp doubleResponse - Rate limit for create PDP context response (packets per second).
- Delete
Aa doublePdp Request - Rate limit for delete AA PDP context request (packets per second).
- Delete
Aa doublePdp Response - Rate limit for delete AA PDP context response (packets per second).
- Delete
Mbms doubleRequest - Rate limit for delete MBMS context request (packets per second).
- Delete
Mbms doubleResponse - Rate limit for delete MBMS context response (packets per second).
- Delete
Pdp doubleRequest - Rate limit for delete PDP context request (packets per second).
- Delete
Pdp doubleResponse - Rate limit for delete PDP context response (packets per second).
- Echo
Reponse double - Rate limit for echo response (packets per second).
- Echo
Request double - Rate limit for echo requests (packets per second).
- Echo
Response double - Rate limit for echo response (packets per second).
- Error
Indication double - Rate limit for error indication (packets per second).
- Failure
Report doubleRequest - Rate limit for failure report request (packets per second).
- Failure
Report doubleResponse - Rate limit for failure report response (packets per second).
- Fwd
Reloc doubleComplete Ack - Rate limit for forward relocation complete acknowledge (packets per second).
- Fwd
Relocation doubleComplete - Rate limit for forward relocation complete (packets per second).
- Fwd
Relocation doubleRequest - Rate limit for forward relocation request (packets per second).
- Fwd
Relocation doubleResponse - Rate limit for forward relocation response (packets per second).
- Fwd
Srns doubleContext - Rate limit for forward SRNS context (packets per second).
- Fwd
Srns doubleContext Ack - Rate limit for forward SRNS context acknowledge (packets per second).
- GPdu double
- Rate limit for G-PDU (packets per second).
- Gtp string
- Gtp.
- Identification
Request double - Rate limit for identification request (packets per second).
- Identification
Response double - Rate limit for identification response (packets per second).
- Mbms
De doubleReg Request - Rate limit for MBMS de-registration request (packets per second).
- Mbms
De doubleReg Response - Rate limit for MBMS de-registration response (packets per second).
- Mbms
Notify doubleRej Request - Rate limit for MBMS notification reject request (packets per second).
- Mbms
Notify doubleRej Response - Rate limit for MBMS notification reject response (packets per second).
- Mbms
Notify doubleRequest - Rate limit for MBMS notification request (packets per second).
- Mbms
Notify doubleResponse - Rate limit for MBMS notification response (packets per second).
- Mbms
Reg doubleRequest - Rate limit for MBMS registration request (packets per second).
- Mbms
Reg doubleResponse - Rate limit for MBMS registration response (packets per second).
- Mbms
Ses doubleStart Request - Rate limit for MBMS session start request (packets per second).
- Mbms
Ses doubleStart Response - Rate limit for MBMS session start response (packets per second).
- Mbms
Ses doubleStop Request - Rate limit for MBMS session stop request (packets per second).
- Mbms
Ses doubleStop Response - Rate limit for MBMS session stop response (packets per second).
- Note
Ms doubleRequest - Rate limit for note MS GPRS present request (packets per second).
- Note
Ms doubleResponse - Rate limit for note MS GPRS present response (packets per second).
- Object
Firewall stringGtp Messageratelimit Id - an identifier for the resource.
- Pdu
Notify doubleRej Request - Rate limit for PDU notify reject request (packets per second).
- Pdu
Notify doubleRej Response - Rate limit for PDU notify reject response (packets per second).
- Pdu
Notify doubleRequest - Rate limit for PDU notify request (packets per second).
- Pdu
Notify doubleResponse - Rate limit for PDU notify response (packets per second).
- Ran
Info double - Rate limit for RAN information relay (packets per second).
- Relocation
Cancel doubleRequest - Rate limit for relocation cancel request (packets per second).
- Relocation
Cancel doubleResponse - Rate limit for relocation cancel response (packets per second).
- 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
. - Send
Route doubleRequest - Rate limit for send routing information for GPRS request (packets per second).
- Send
Route doubleResponse - Rate limit for send routing information for GPRS response (packets per second).
- Sgsn
Context doubleAck - Rate limit for SGSN context acknowledgement (packets per second).
- Sgsn
Context doubleRequest - Rate limit for SGSN context request (packets per second).
- Sgsn
Context doubleResponse - Rate limit for SGSN context response (packets per second).
- Support
Ext doubleHdr Notify - Rate limit for support extension headers notification (packets per second).
- Update
Mbms doubleRequest - Rate limit for update MBMS context request (packets per second).
- Update
Mbms doubleResponse - Rate limit for update MBMS context response (packets per second).
- Update
Pdp doubleRequest - Rate limit for update PDP context request (packets per second).
- Update
Pdp doubleResponse - Rate limit for update PDP context response (packets per second).
- Version
Not doubleSupport - Rate limit for version not supported (packets per second).
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Create
Aa float64Pdp Request - Rate limit for create AA PDP context request (packets per second).
- Create
Aa float64Pdp Response - Rate limit for create AA PDP context response (packets per second).
- Create
Mbms float64Request - Rate limit for create MBMS context request (packets per second).
- Create
Mbms float64Response - Rate limit for create MBMS context response (packets per second).
- Create
Pdp float64Request - Rate limit for create PDP context request (packets per second).
- Create
Pdp float64Response - Rate limit for create PDP context response (packets per second).
- Delete
Aa float64Pdp Request - Rate limit for delete AA PDP context request (packets per second).
- Delete
Aa float64Pdp Response - Rate limit for delete AA PDP context response (packets per second).
- Delete
Mbms float64Request - Rate limit for delete MBMS context request (packets per second).
- Delete
Mbms float64Response - Rate limit for delete MBMS context response (packets per second).
- Delete
Pdp float64Request - Rate limit for delete PDP context request (packets per second).
- Delete
Pdp float64Response - Rate limit for delete PDP context response (packets per second).
- Echo
Reponse float64 - Rate limit for echo response (packets per second).
- Echo
Request float64 - Rate limit for echo requests (packets per second).
- Echo
Response float64 - Rate limit for echo response (packets per second).
- Error
Indication float64 - Rate limit for error indication (packets per second).
- Failure
Report float64Request - Rate limit for failure report request (packets per second).
- Failure
Report float64Response - Rate limit for failure report response (packets per second).
- Fwd
Reloc float64Complete Ack - Rate limit for forward relocation complete acknowledge (packets per second).
- Fwd
Relocation float64Complete - Rate limit for forward relocation complete (packets per second).
- Fwd
Relocation float64Request - Rate limit for forward relocation request (packets per second).
- Fwd
Relocation float64Response - Rate limit for forward relocation response (packets per second).
- Fwd
Srns float64Context - Rate limit for forward SRNS context (packets per second).
- Fwd
Srns float64Context Ack - Rate limit for forward SRNS context acknowledge (packets per second).
- GPdu float64
- Rate limit for G-PDU (packets per second).
- Gtp string
- Gtp.
- Identification
Request float64 - Rate limit for identification request (packets per second).
- Identification
Response float64 - Rate limit for identification response (packets per second).
- Mbms
De float64Reg Request - Rate limit for MBMS de-registration request (packets per second).
- Mbms
De float64Reg Response - Rate limit for MBMS de-registration response (packets per second).
- Mbms
Notify float64Rej Request - Rate limit for MBMS notification reject request (packets per second).
- Mbms
Notify float64Rej Response - Rate limit for MBMS notification reject response (packets per second).
- Mbms
Notify float64Request - Rate limit for MBMS notification request (packets per second).
- Mbms
Notify float64Response - Rate limit for MBMS notification response (packets per second).
- Mbms
Reg float64Request - Rate limit for MBMS registration request (packets per second).
- Mbms
Reg float64Response - Rate limit for MBMS registration response (packets per second).
- Mbms
Ses float64Start Request - Rate limit for MBMS session start request (packets per second).
- Mbms
Ses float64Start Response - Rate limit for MBMS session start response (packets per second).
- Mbms
Ses float64Stop Request - Rate limit for MBMS session stop request (packets per second).
- Mbms
Ses float64Stop Response - Rate limit for MBMS session stop response (packets per second).
- Note
Ms float64Request - Rate limit for note MS GPRS present request (packets per second).
- Note
Ms float64Response - Rate limit for note MS GPRS present response (packets per second).
- Object
Firewall stringGtp Messageratelimit Id - an identifier for the resource.
- Pdu
Notify float64Rej Request - Rate limit for PDU notify reject request (packets per second).
- Pdu
Notify float64Rej Response - Rate limit for PDU notify reject response (packets per second).
- Pdu
Notify float64Request - Rate limit for PDU notify request (packets per second).
- Pdu
Notify float64Response - Rate limit for PDU notify response (packets per second).
- Ran
Info float64 - Rate limit for RAN information relay (packets per second).
- Relocation
Cancel float64Request - Rate limit for relocation cancel request (packets per second).
- Relocation
Cancel float64Response - Rate limit for relocation cancel response (packets per second).
- 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
. - Send
Route float64Request - Rate limit for send routing information for GPRS request (packets per second).
- Send
Route float64Response - Rate limit for send routing information for GPRS response (packets per second).
- Sgsn
Context float64Ack - Rate limit for SGSN context acknowledgement (packets per second).
- Sgsn
Context float64Request - Rate limit for SGSN context request (packets per second).
- Sgsn
Context float64Response - Rate limit for SGSN context response (packets per second).
- Support
Ext float64Hdr Notify - Rate limit for support extension headers notification (packets per second).
- Update
Mbms float64Request - Rate limit for update MBMS context request (packets per second).
- Update
Mbms float64Response - Rate limit for update MBMS context response (packets per second).
- Update
Pdp float64Request - Rate limit for update PDP context request (packets per second).
- Update
Pdp float64Response - Rate limit for update PDP context response (packets per second).
- Version
Not float64Support - Rate limit for version not supported (packets per second).
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - create
Aa DoublePdp Request - Rate limit for create AA PDP context request (packets per second).
- create
Aa DoublePdp Response - Rate limit for create AA PDP context response (packets per second).
- create
Mbms DoubleRequest - Rate limit for create MBMS context request (packets per second).
- create
Mbms DoubleResponse - Rate limit for create MBMS context response (packets per second).
- create
Pdp DoubleRequest - Rate limit for create PDP context request (packets per second).
- create
Pdp DoubleResponse - Rate limit for create PDP context response (packets per second).
- delete
Aa DoublePdp Request - Rate limit for delete AA PDP context request (packets per second).
- delete
Aa DoublePdp Response - Rate limit for delete AA PDP context response (packets per second).
- delete
Mbms DoubleRequest - Rate limit for delete MBMS context request (packets per second).
- delete
Mbms DoubleResponse - Rate limit for delete MBMS context response (packets per second).
- delete
Pdp DoubleRequest - Rate limit for delete PDP context request (packets per second).
- delete
Pdp DoubleResponse - Rate limit for delete PDP context response (packets per second).
- echo
Reponse Double - Rate limit for echo response (packets per second).
- echo
Request Double - Rate limit for echo requests (packets per second).
- echo
Response Double - Rate limit for echo response (packets per second).
- error
Indication Double - Rate limit for error indication (packets per second).
- failure
Report DoubleRequest - Rate limit for failure report request (packets per second).
- failure
Report DoubleResponse - Rate limit for failure report response (packets per second).
- fwd
Reloc DoubleComplete Ack - Rate limit for forward relocation complete acknowledge (packets per second).
- fwd
Relocation DoubleComplete - Rate limit for forward relocation complete (packets per second).
- fwd
Relocation DoubleRequest - Rate limit for forward relocation request (packets per second).
- fwd
Relocation DoubleResponse - Rate limit for forward relocation response (packets per second).
- fwd
Srns DoubleContext - Rate limit for forward SRNS context (packets per second).
- fwd
Srns DoubleContext Ack - Rate limit for forward SRNS context acknowledge (packets per second).
- g
Pdu Double - Rate limit for G-PDU (packets per second).
- gtp String
- Gtp.
- identification
Request Double - Rate limit for identification request (packets per second).
- identification
Response Double - Rate limit for identification response (packets per second).
- mbms
De DoubleReg Request - Rate limit for MBMS de-registration request (packets per second).
- mbms
De DoubleReg Response - Rate limit for MBMS de-registration response (packets per second).
- mbms
Notify DoubleRej Request - Rate limit for MBMS notification reject request (packets per second).
- mbms
Notify DoubleRej Response - Rate limit for MBMS notification reject response (packets per second).
- mbms
Notify DoubleRequest - Rate limit for MBMS notification request (packets per second).
- mbms
Notify DoubleResponse - Rate limit for MBMS notification response (packets per second).
- mbms
Reg DoubleRequest - Rate limit for MBMS registration request (packets per second).
- mbms
Reg DoubleResponse - Rate limit for MBMS registration response (packets per second).
- mbms
Ses DoubleStart Request - Rate limit for MBMS session start request (packets per second).
- mbms
Ses DoubleStart Response - Rate limit for MBMS session start response (packets per second).
- mbms
Ses DoubleStop Request - Rate limit for MBMS session stop request (packets per second).
- mbms
Ses DoubleStop Response - Rate limit for MBMS session stop response (packets per second).
- note
Ms DoubleRequest - Rate limit for note MS GPRS present request (packets per second).
- note
Ms DoubleResponse - Rate limit for note MS GPRS present response (packets per second).
- object
Firewall StringGtp Messageratelimit Id - an identifier for the resource.
- pdu
Notify DoubleRej Request - Rate limit for PDU notify reject request (packets per second).
- pdu
Notify DoubleRej Response - Rate limit for PDU notify reject response (packets per second).
- pdu
Notify DoubleRequest - Rate limit for PDU notify request (packets per second).
- pdu
Notify DoubleResponse - Rate limit for PDU notify response (packets per second).
- ran
Info Double - Rate limit for RAN information relay (packets per second).
- relocation
Cancel DoubleRequest - Rate limit for relocation cancel request (packets per second).
- relocation
Cancel DoubleResponse - Rate limit for relocation cancel response (packets per second).
- 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
. - send
Route DoubleRequest - Rate limit for send routing information for GPRS request (packets per second).
- send
Route DoubleResponse - Rate limit for send routing information for GPRS response (packets per second).
- sgsn
Context DoubleAck - Rate limit for SGSN context acknowledgement (packets per second).
- sgsn
Context DoubleRequest - Rate limit for SGSN context request (packets per second).
- sgsn
Context DoubleResponse - Rate limit for SGSN context response (packets per second).
- support
Ext DoubleHdr Notify - Rate limit for support extension headers notification (packets per second).
- update
Mbms DoubleRequest - Rate limit for update MBMS context request (packets per second).
- update
Mbms DoubleResponse - Rate limit for update MBMS context response (packets per second).
- update
Pdp DoubleRequest - Rate limit for update PDP context request (packets per second).
- update
Pdp DoubleResponse - Rate limit for update PDP context response (packets per second).
- version
Not DoubleSupport - Rate limit for version not supported (packets per second).
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - create
Aa numberPdp Request - Rate limit for create AA PDP context request (packets per second).
- create
Aa numberPdp Response - Rate limit for create AA PDP context response (packets per second).
- create
Mbms numberRequest - Rate limit for create MBMS context request (packets per second).
- create
Mbms numberResponse - Rate limit for create MBMS context response (packets per second).
- create
Pdp numberRequest - Rate limit for create PDP context request (packets per second).
- create
Pdp numberResponse - Rate limit for create PDP context response (packets per second).
- delete
Aa numberPdp Request - Rate limit for delete AA PDP context request (packets per second).
- delete
Aa numberPdp Response - Rate limit for delete AA PDP context response (packets per second).
- delete
Mbms numberRequest - Rate limit for delete MBMS context request (packets per second).
- delete
Mbms numberResponse - Rate limit for delete MBMS context response (packets per second).
- delete
Pdp numberRequest - Rate limit for delete PDP context request (packets per second).
- delete
Pdp numberResponse - Rate limit for delete PDP context response (packets per second).
- echo
Reponse number - Rate limit for echo response (packets per second).
- echo
Request number - Rate limit for echo requests (packets per second).
- echo
Response number - Rate limit for echo response (packets per second).
- error
Indication number - Rate limit for error indication (packets per second).
- failure
Report numberRequest - Rate limit for failure report request (packets per second).
- failure
Report numberResponse - Rate limit for failure report response (packets per second).
- fwd
Reloc numberComplete Ack - Rate limit for forward relocation complete acknowledge (packets per second).
- fwd
Relocation numberComplete - Rate limit for forward relocation complete (packets per second).
- fwd
Relocation numberRequest - Rate limit for forward relocation request (packets per second).
- fwd
Relocation numberResponse - Rate limit for forward relocation response (packets per second).
- fwd
Srns numberContext - Rate limit for forward SRNS context (packets per second).
- fwd
Srns numberContext Ack - Rate limit for forward SRNS context acknowledge (packets per second).
- g
Pdu number - Rate limit for G-PDU (packets per second).
- gtp string
- Gtp.
- identification
Request number - Rate limit for identification request (packets per second).
- identification
Response number - Rate limit for identification response (packets per second).
- mbms
De numberReg Request - Rate limit for MBMS de-registration request (packets per second).
- mbms
De numberReg Response - Rate limit for MBMS de-registration response (packets per second).
- mbms
Notify numberRej Request - Rate limit for MBMS notification reject request (packets per second).
- mbms
Notify numberRej Response - Rate limit for MBMS notification reject response (packets per second).
- mbms
Notify numberRequest - Rate limit for MBMS notification request (packets per second).
- mbms
Notify numberResponse - Rate limit for MBMS notification response (packets per second).
- mbms
Reg numberRequest - Rate limit for MBMS registration request (packets per second).
- mbms
Reg numberResponse - Rate limit for MBMS registration response (packets per second).
- mbms
Ses numberStart Request - Rate limit for MBMS session start request (packets per second).
- mbms
Ses numberStart Response - Rate limit for MBMS session start response (packets per second).
- mbms
Ses numberStop Request - Rate limit for MBMS session stop request (packets per second).
- mbms
Ses numberStop Response - Rate limit for MBMS session stop response (packets per second).
- note
Ms numberRequest - Rate limit for note MS GPRS present request (packets per second).
- note
Ms numberResponse - Rate limit for note MS GPRS present response (packets per second).
- object
Firewall stringGtp Messageratelimit Id - an identifier for the resource.
- pdu
Notify numberRej Request - Rate limit for PDU notify reject request (packets per second).
- pdu
Notify numberRej Response - Rate limit for PDU notify reject response (packets per second).
- pdu
Notify numberRequest - Rate limit for PDU notify request (packets per second).
- pdu
Notify numberResponse - Rate limit for PDU notify response (packets per second).
- ran
Info number - Rate limit for RAN information relay (packets per second).
- relocation
Cancel numberRequest - Rate limit for relocation cancel request (packets per second).
- relocation
Cancel numberResponse - Rate limit for relocation cancel response (packets per second).
- 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
. - send
Route numberRequest - Rate limit for send routing information for GPRS request (packets per second).
- send
Route numberResponse - Rate limit for send routing information for GPRS response (packets per second).
- sgsn
Context numberAck - Rate limit for SGSN context acknowledgement (packets per second).
- sgsn
Context numberRequest - Rate limit for SGSN context request (packets per second).
- sgsn
Context numberResponse - Rate limit for SGSN context response (packets per second).
- support
Ext numberHdr Notify - Rate limit for support extension headers notification (packets per second).
- update
Mbms numberRequest - Rate limit for update MBMS context request (packets per second).
- update
Mbms numberResponse - Rate limit for update MBMS context response (packets per second).
- update
Pdp numberRequest - Rate limit for update PDP context request (packets per second).
- update
Pdp numberResponse - Rate limit for update PDP context response (packets per second).
- version
Not numberSupport - Rate limit for version not supported (packets per second).
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - create_
aa_ floatpdp_ request - Rate limit for create AA PDP context request (packets per second).
- create_
aa_ floatpdp_ response - Rate limit for create AA PDP context response (packets per second).
- create_
mbms_ floatrequest - Rate limit for create MBMS context request (packets per second).
- create_
mbms_ floatresponse - Rate limit for create MBMS context response (packets per second).
- create_
pdp_ floatrequest - Rate limit for create PDP context request (packets per second).
- create_
pdp_ floatresponse - Rate limit for create PDP context response (packets per second).
- delete_
aa_ floatpdp_ request - Rate limit for delete AA PDP context request (packets per second).
- delete_
aa_ floatpdp_ response - Rate limit for delete AA PDP context response (packets per second).
- delete_
mbms_ floatrequest - Rate limit for delete MBMS context request (packets per second).
- delete_
mbms_ floatresponse - Rate limit for delete MBMS context response (packets per second).
- delete_
pdp_ floatrequest - Rate limit for delete PDP context request (packets per second).
- delete_
pdp_ floatresponse - Rate limit for delete PDP context response (packets per second).
- echo_
reponse float - Rate limit for echo response (packets per second).
- echo_
request float - Rate limit for echo requests (packets per second).
- echo_
response float - Rate limit for echo response (packets per second).
- error_
indication float - Rate limit for error indication (packets per second).
- failure_
report_ floatrequest - Rate limit for failure report request (packets per second).
- failure_
report_ floatresponse - Rate limit for failure report response (packets per second).
- fwd_
reloc_ floatcomplete_ ack - Rate limit for forward relocation complete acknowledge (packets per second).
- fwd_
relocation_ floatcomplete - Rate limit for forward relocation complete (packets per second).
- fwd_
relocation_ floatrequest - Rate limit for forward relocation request (packets per second).
- fwd_
relocation_ floatresponse - Rate limit for forward relocation response (packets per second).
- fwd_
srns_ floatcontext - Rate limit for forward SRNS context (packets per second).
- fwd_
srns_ floatcontext_ ack - Rate limit for forward SRNS context acknowledge (packets per second).
- g_
pdu float - Rate limit for G-PDU (packets per second).
- gtp str
- Gtp.
- identification_
request float - Rate limit for identification request (packets per second).
- identification_
response float - Rate limit for identification response (packets per second).
- mbms_
de_ floatreg_ request - Rate limit for MBMS de-registration request (packets per second).
- mbms_
de_ floatreg_ response - Rate limit for MBMS de-registration response (packets per second).
- mbms_
notify_ floatrej_ request - Rate limit for MBMS notification reject request (packets per second).
- mbms_
notify_ floatrej_ response - Rate limit for MBMS notification reject response (packets per second).
- mbms_
notify_ floatrequest - Rate limit for MBMS notification request (packets per second).
- mbms_
notify_ floatresponse - Rate limit for MBMS notification response (packets per second).
- mbms_
reg_ floatrequest - Rate limit for MBMS registration request (packets per second).
- mbms_
reg_ floatresponse - Rate limit for MBMS registration response (packets per second).
- mbms_
ses_ floatstart_ request - Rate limit for MBMS session start request (packets per second).
- mbms_
ses_ floatstart_ response - Rate limit for MBMS session start response (packets per second).
- mbms_
ses_ floatstop_ request - Rate limit for MBMS session stop request (packets per second).
- mbms_
ses_ floatstop_ response - Rate limit for MBMS session stop response (packets per second).
- note_
ms_ floatrequest - Rate limit for note MS GPRS present request (packets per second).
- note_
ms_ floatresponse - Rate limit for note MS GPRS present response (packets per second).
- object_
firewall_ strgtp_ messageratelimit_ id - an identifier for the resource.
- pdu_
notify_ floatrej_ request - Rate limit for PDU notify reject request (packets per second).
- pdu_
notify_ floatrej_ response - Rate limit for PDU notify reject response (packets per second).
- pdu_
notify_ floatrequest - Rate limit for PDU notify request (packets per second).
- pdu_
notify_ floatresponse - Rate limit for PDU notify response (packets per second).
- ran_
info float - Rate limit for RAN information relay (packets per second).
- relocation_
cancel_ floatrequest - Rate limit for relocation cancel request (packets per second).
- relocation_
cancel_ floatresponse - Rate limit for relocation cancel response (packets per second).
- 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
. - send_
route_ floatrequest - Rate limit for send routing information for GPRS request (packets per second).
- send_
route_ floatresponse - Rate limit for send routing information for GPRS response (packets per second).
- sgsn_
context_ floatack - Rate limit for SGSN context acknowledgement (packets per second).
- sgsn_
context_ floatrequest - Rate limit for SGSN context request (packets per second).
- sgsn_
context_ floatresponse - Rate limit for SGSN context response (packets per second).
- support_
ext_ floathdr_ notify - Rate limit for support extension headers notification (packets per second).
- update_
mbms_ floatrequest - Rate limit for update MBMS context request (packets per second).
- update_
mbms_ floatresponse - Rate limit for update MBMS context response (packets per second).
- update_
pdp_ floatrequest - Rate limit for update PDP context request (packets per second).
- update_
pdp_ floatresponse - Rate limit for update PDP context response (packets per second).
- version_
not_ floatsupport - Rate limit for version not supported (packets per second).
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - create
Aa NumberPdp Request - Rate limit for create AA PDP context request (packets per second).
- create
Aa NumberPdp Response - Rate limit for create AA PDP context response (packets per second).
- create
Mbms NumberRequest - Rate limit for create MBMS context request (packets per second).
- create
Mbms NumberResponse - Rate limit for create MBMS context response (packets per second).
- create
Pdp NumberRequest - Rate limit for create PDP context request (packets per second).
- create
Pdp NumberResponse - Rate limit for create PDP context response (packets per second).
- delete
Aa NumberPdp Request - Rate limit for delete AA PDP context request (packets per second).
- delete
Aa NumberPdp Response - Rate limit for delete AA PDP context response (packets per second).
- delete
Mbms NumberRequest - Rate limit for delete MBMS context request (packets per second).
- delete
Mbms NumberResponse - Rate limit for delete MBMS context response (packets per second).
- delete
Pdp NumberRequest - Rate limit for delete PDP context request (packets per second).
- delete
Pdp NumberResponse - Rate limit for delete PDP context response (packets per second).
- echo
Reponse Number - Rate limit for echo response (packets per second).
- echo
Request Number - Rate limit for echo requests (packets per second).
- echo
Response Number - Rate limit for echo response (packets per second).
- error
Indication Number - Rate limit for error indication (packets per second).
- failure
Report NumberRequest - Rate limit for failure report request (packets per second).
- failure
Report NumberResponse - Rate limit for failure report response (packets per second).
- fwd
Reloc NumberComplete Ack - Rate limit for forward relocation complete acknowledge (packets per second).
- fwd
Relocation NumberComplete - Rate limit for forward relocation complete (packets per second).
- fwd
Relocation NumberRequest - Rate limit for forward relocation request (packets per second).
- fwd
Relocation NumberResponse - Rate limit for forward relocation response (packets per second).
- fwd
Srns NumberContext - Rate limit for forward SRNS context (packets per second).
- fwd
Srns NumberContext Ack - Rate limit for forward SRNS context acknowledge (packets per second).
- g
Pdu Number - Rate limit for G-PDU (packets per second).
- gtp String
- Gtp.
- identification
Request Number - Rate limit for identification request (packets per second).
- identification
Response Number - Rate limit for identification response (packets per second).
- mbms
De NumberReg Request - Rate limit for MBMS de-registration request (packets per second).
- mbms
De NumberReg Response - Rate limit for MBMS de-registration response (packets per second).
- mbms
Notify NumberRej Request - Rate limit for MBMS notification reject request (packets per second).
- mbms
Notify NumberRej Response - Rate limit for MBMS notification reject response (packets per second).
- mbms
Notify NumberRequest - Rate limit for MBMS notification request (packets per second).
- mbms
Notify NumberResponse - Rate limit for MBMS notification response (packets per second).
- mbms
Reg NumberRequest - Rate limit for MBMS registration request (packets per second).
- mbms
Reg NumberResponse - Rate limit for MBMS registration response (packets per second).
- mbms
Ses NumberStart Request - Rate limit for MBMS session start request (packets per second).
- mbms
Ses NumberStart Response - Rate limit for MBMS session start response (packets per second).
- mbms
Ses NumberStop Request - Rate limit for MBMS session stop request (packets per second).
- mbms
Ses NumberStop Response - Rate limit for MBMS session stop response (packets per second).
- note
Ms NumberRequest - Rate limit for note MS GPRS present request (packets per second).
- note
Ms NumberResponse - Rate limit for note MS GPRS present response (packets per second).
- object
Firewall StringGtp Messageratelimit Id - an identifier for the resource.
- pdu
Notify NumberRej Request - Rate limit for PDU notify reject request (packets per second).
- pdu
Notify NumberRej Response - Rate limit for PDU notify reject response (packets per second).
- pdu
Notify NumberRequest - Rate limit for PDU notify request (packets per second).
- pdu
Notify NumberResponse - Rate limit for PDU notify response (packets per second).
- ran
Info Number - Rate limit for RAN information relay (packets per second).
- relocation
Cancel NumberRequest - Rate limit for relocation cancel request (packets per second).
- relocation
Cancel NumberResponse - Rate limit for relocation cancel response (packets per second).
- 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
. - send
Route NumberRequest - Rate limit for send routing information for GPRS request (packets per second).
- send
Route NumberResponse - Rate limit for send routing information for GPRS response (packets per second).
- sgsn
Context NumberAck - Rate limit for SGSN context acknowledgement (packets per second).
- sgsn
Context NumberRequest - Rate limit for SGSN context request (packets per second).
- sgsn
Context NumberResponse - Rate limit for SGSN context response (packets per second).
- support
Ext NumberHdr Notify - Rate limit for support extension headers notification (packets per second).
- update
Mbms NumberRequest - Rate limit for update MBMS context request (packets per second).
- update
Mbms NumberResponse - Rate limit for update MBMS context response (packets per second).
- update
Pdp NumberRequest - Rate limit for update PDP context request (packets per second).
- update
Pdp NumberResponse - Rate limit for update PDP context response (packets per second).
- version
Not NumberSupport - Rate limit for version not supported (packets per second).
Import
ObjectFirewall GtpMessageRateLimit 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/objectFirewallGtpMessageratelimit:ObjectFirewallGtpMessageratelimit labelname ObjectFirewallGtpMessageRateLimit
$ 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.