fortimanager.ObjectFirewallGtp
Explore with Pulumi AI
Configure GTP.
The following variables have sub resource. Avoid using them together, otherwise conflicts and overwrites may occur.
apn
:fortimanager.ObjectFirewallGtpApn
ie_remove_policy
:fortimanager.ObjectFirewallGtpIeremovepolicy
ie_validation
:fortimanager.ObjectFirewallGtpIevalidation
imsi
:fortimanager.ObjectFirewallGtpImsi
ip_policy
:fortimanager.ObjectFirewallGtpIppolicy
message_rate_limit
:fortimanager.ObjectFirewallGtpMessageratelimit
message_rate_limit_v0
:fortimanager.ObjectFirewallGtpMessageratelimitv0
message_rate_limit_v1
:fortimanager.ObjectFirewallGtpMessageratelimitv1
message_rate_limit_v2
:fortimanager.ObjectFirewallGtpMessageratelimitv2
noip_policy
:fortimanager.ObjectFirewallGtpNoippolicy
per_apn_shaper
:fortimanager.ObjectFirewallGtpPerapnshaper
policy
:fortimanager.ObjectFirewallGtpPolicy
policy_v2
:fortimanager.ObjectFirewallGtpPolicyv2
Create ObjectFirewallGtp Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ObjectFirewallGtp(name: string, args?: ObjectFirewallGtpArgs, opts?: CustomResourceOptions);
@overload
def ObjectFirewallGtp(resource_name: str,
args: Optional[ObjectFirewallGtpArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def ObjectFirewallGtp(resource_name: str,
opts: Optional[ResourceOptions] = None,
addr_notify: Optional[str] = None,
adom: Optional[str] = None,
apn_filter: Optional[str] = None,
apns: Optional[Sequence[ObjectFirewallGtpApnArgs]] = None,
authorized_ggsns: Optional[str] = None,
authorized_ggsns6: Optional[str] = None,
authorized_sgsns: Optional[str] = None,
authorized_sgsns6: Optional[str] = None,
comment: Optional[str] = None,
context_id: Optional[float] = None,
control_plane_message_rate_limit: Optional[float] = None,
default_apn_action: Optional[str] = None,
default_imsi_action: Optional[str] = None,
default_ip_action: Optional[str] = None,
default_noip_action: Optional[str] = None,
default_policy_action: Optional[str] = None,
denied_log: Optional[str] = None,
dynamic_sort_subtable: Optional[str] = None,
echo_request_interval: Optional[float] = None,
extension_log: Optional[str] = None,
forwarded_log: Optional[str] = None,
global_tunnel_limit: Optional[str] = None,
gtp_in_gtp: Optional[str] = None,
gtpu_denied_log: Optional[str] = None,
gtpu_forwarded_log: Optional[str] = None,
gtpu_log_freq: Optional[float] = None,
gtpv0: Optional[str] = None,
half_close_timeout: Optional[float] = None,
half_open_timeout: Optional[float] = None,
handover_group: Optional[str] = None,
handover_group6: Optional[str] = None,
ie_allow_list_v0v1: Optional[str] = None,
ie_allow_list_v2: Optional[str] = None,
ie_remove_policies: Optional[Sequence[ObjectFirewallGtpIeRemovePolicyArgs]] = None,
ie_remover: Optional[str] = None,
ie_validation: Optional[ObjectFirewallGtpIeValidationArgs] = None,
ie_white_list_v0v1: Optional[str] = None,
ie_white_list_v2: Optional[str] = None,
imsi_filter: Optional[str] = None,
imsis: Optional[Sequence[ObjectFirewallGtpImsiArgs]] = None,
interface_notify: Optional[str] = None,
invalid_reserved_field: Optional[str] = None,
invalid_sgsns6_to_log: Optional[str] = None,
invalid_sgsns_to_log: Optional[str] = None,
ip_filter: Optional[str] = None,
ip_policies: Optional[Sequence[ObjectFirewallGtpIpPolicyArgs]] = None,
log_freq: Optional[float] = None,
log_gtpu_limit: Optional[float] = None,
log_imsi_prefix: Optional[str] = None,
log_msisdn_prefix: Optional[str] = None,
max_message_length: Optional[float] = None,
message_filter_v0v1: Optional[str] = None,
message_filter_v2: Optional[str] = None,
message_rate_limit: Optional[ObjectFirewallGtpMessageRateLimitArgs] = None,
message_rate_limit_v0: Optional[ObjectFirewallGtpMessageRateLimitV0Args] = None,
message_rate_limit_v1: Optional[ObjectFirewallGtpMessageRateLimitV1Args] = None,
message_rate_limit_v2: Optional[ObjectFirewallGtpMessageRateLimitV2Args] = None,
min_message_length: Optional[float] = None,
miss_must_ie: Optional[str] = None,
monitor_mode: Optional[str] = None,
name: Optional[str] = None,
noip_filter: Optional[str] = None,
noip_policies: Optional[Sequence[ObjectFirewallGtpNoipPolicyArgs]] = None,
object_firewall_gtp_id: Optional[str] = None,
out_of_state_ie: Optional[str] = None,
out_of_state_message: Optional[str] = None,
per_apn_shapers: Optional[Sequence[ObjectFirewallGtpPerApnShaperArgs]] = None,
policies: Optional[Sequence[ObjectFirewallGtpPolicyArgs]] = None,
policy_filter: Optional[str] = None,
policy_v2s: Optional[Sequence[ObjectFirewallGtpPolicyV2Args]] = None,
port_notify: Optional[float] = None,
rat_timeout_profile: Optional[str] = None,
rate_limit_mode: Optional[str] = None,
rate_limited_log: Optional[str] = None,
rate_sampling_interval: Optional[float] = None,
remove_if_echo_expires: Optional[str] = None,
remove_if_recovery_differ: Optional[str] = None,
reserved_ie: Optional[str] = None,
scopetype: Optional[str] = None,
send_delete_when_timeout: Optional[str] = None,
send_delete_when_timeout_v2: Optional[str] = None,
spoof_src_addr: Optional[str] = None,
state_invalid_log: Optional[str] = None,
sub_second_interval: Optional[str] = None,
sub_second_sampling: Optional[str] = None,
traffic_count_log: Optional[str] = None,
tunnel_limit: Optional[float] = None,
tunnel_limit_log: Optional[str] = None,
tunnel_timeout: Optional[float] = None,
unknown_version_action: Optional[str] = None,
user_plane_message_rate_limit: Optional[float] = None,
warning_threshold: Optional[float] = None)
func NewObjectFirewallGtp(ctx *Context, name string, args *ObjectFirewallGtpArgs, opts ...ResourceOption) (*ObjectFirewallGtp, error)
public ObjectFirewallGtp(string name, ObjectFirewallGtpArgs? args = null, CustomResourceOptions? opts = null)
public ObjectFirewallGtp(String name, ObjectFirewallGtpArgs args)
public ObjectFirewallGtp(String name, ObjectFirewallGtpArgs args, CustomResourceOptions options)
type: fortimanager:ObjectFirewallGtp
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 ObjectFirewallGtpArgs
- 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 ObjectFirewallGtpArgs
- 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 ObjectFirewallGtpArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectFirewallGtpArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ObjectFirewallGtpArgs
- 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 objectFirewallGtpResource = new Fortimanager.ObjectFirewallGtp("objectFirewallGtpResource", new()
{
AddrNotify = "string",
Adom = "string",
ApnFilter = "string",
Apns = new[]
{
new Fortimanager.Inputs.ObjectFirewallGtpApnArgs
{
Action = "string",
Apnmember = "string",
Id = 0,
SelectionModes = new[]
{
"string",
},
},
},
AuthorizedGgsns = "string",
AuthorizedGgsns6 = "string",
AuthorizedSgsns = "string",
AuthorizedSgsns6 = "string",
Comment = "string",
ContextId = 0,
ControlPlaneMessageRateLimit = 0,
DefaultApnAction = "string",
DefaultImsiAction = "string",
DefaultIpAction = "string",
DefaultNoipAction = "string",
DefaultPolicyAction = "string",
DeniedLog = "string",
DynamicSortSubtable = "string",
EchoRequestInterval = 0,
ExtensionLog = "string",
ForwardedLog = "string",
GlobalTunnelLimit = "string",
GtpInGtp = "string",
GtpuDeniedLog = "string",
GtpuForwardedLog = "string",
GtpuLogFreq = 0,
Gtpv0 = "string",
HalfCloseTimeout = 0,
HalfOpenTimeout = 0,
HandoverGroup = "string",
HandoverGroup6 = "string",
IeAllowListV0v1 = "string",
IeAllowListV2 = "string",
IeRemovePolicies = new[]
{
new Fortimanager.Inputs.ObjectFirewallGtpIeRemovePolicyArgs
{
Id = 0,
RemoveIes = new[]
{
"string",
},
SgsnAddr = "string",
SgsnAddr6 = "string",
},
},
IeRemover = "string",
IeValidation = new Fortimanager.Inputs.ObjectFirewallGtpIeValidationArgs
{
ApnRestriction = "string",
ChargingGatewayAddr = "string",
ChargingId = "string",
EndUserAddr = "string",
GsnAddr = "string",
Imei = "string",
Imsi = "string",
MmContext = "string",
MsTzone = "string",
MsValidated = "string",
Msisdn = "string",
Nsapi = "string",
PdpContext = "string",
QosProfile = "string",
Rai = "string",
RatType = "string",
ReorderingRequired = "string",
SelectionMode = "string",
Uli = "string",
},
IeWhiteListV0v1 = "string",
IeWhiteListV2 = "string",
ImsiFilter = "string",
Imsis = new[]
{
new Fortimanager.Inputs.ObjectFirewallGtpImsiArgs
{
Action = "string",
Apnmember = "string",
Id = 0,
MccMnc = "string",
MsisdnPrefix = "string",
SelectionModes = new[]
{
"string",
},
},
},
InterfaceNotify = "string",
InvalidReservedField = "string",
InvalidSgsns6ToLog = "string",
InvalidSgsnsToLog = "string",
IpFilter = "string",
IpPolicies = new[]
{
new Fortimanager.Inputs.ObjectFirewallGtpIpPolicyArgs
{
Action = "string",
Dstaddr = "string",
Dstaddr6 = "string",
Id = 0,
Srcaddr = "string",
Srcaddr6 = "string",
},
},
LogFreq = 0,
LogGtpuLimit = 0,
LogImsiPrefix = "string",
LogMsisdnPrefix = "string",
MaxMessageLength = 0,
MessageFilterV0v1 = "string",
MessageFilterV2 = "string",
MessageRateLimit = new Fortimanager.Inputs.ObjectFirewallGtpMessageRateLimitArgs
{
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,
PduNotifyRejRequest = 0,
PduNotifyRejResponse = 0,
PduNotifyRequest = 0,
PduNotifyResponse = 0,
RanInfo = 0,
RelocationCancelRequest = 0,
RelocationCancelResponse = 0,
SendRouteRequest = 0,
SendRouteResponse = 0,
SgsnContextAck = 0,
SgsnContextRequest = 0,
SgsnContextResponse = 0,
SupportExtHdrNotify = 0,
UpdateMbmsRequest = 0,
UpdateMbmsResponse = 0,
UpdatePdpRequest = 0,
UpdatePdpResponse = 0,
VersionNotSupport = 0,
},
MessageRateLimitV0 = new Fortimanager.Inputs.ObjectFirewallGtpMessageRateLimitV0Args
{
CreatePdpRequest = 0,
DeletePdpRequest = 0,
EchoRequest = 0,
},
MessageRateLimitV1 = new Fortimanager.Inputs.ObjectFirewallGtpMessageRateLimitV1Args
{
CreatePdpRequest = 0,
DeletePdpRequest = 0,
EchoRequest = 0,
},
MessageRateLimitV2 = new Fortimanager.Inputs.ObjectFirewallGtpMessageRateLimitV2Args
{
CreateSessionRequest = 0,
DeleteSessionRequest = 0,
EchoRequest = 0,
},
MinMessageLength = 0,
MissMustIe = "string",
MonitorMode = "string",
Name = "string",
NoipFilter = "string",
NoipPolicies = new[]
{
new Fortimanager.Inputs.ObjectFirewallGtpNoipPolicyArgs
{
Action = "string",
End = 0,
Id = 0,
Start = 0,
Type = "string",
},
},
ObjectFirewallGtpId = "string",
OutOfStateIe = "string",
OutOfStateMessage = "string",
PerApnShapers = new[]
{
new Fortimanager.Inputs.ObjectFirewallGtpPerApnShaperArgs
{
Apn = "string",
Id = 0,
RateLimit = 0,
Version = 0,
},
},
Policies = new[]
{
new Fortimanager.Inputs.ObjectFirewallGtpPolicyArgs
{
Action = "string",
ApnSelModes = new[]
{
"string",
},
Apnmember = "string",
Id = 0,
Imei = "string",
Imsi = "string",
ImsiPrefix = "string",
MaxApnRestriction = "string",
Messages = new[]
{
"string",
},
Msisdn = "string",
MsisdnPrefix = "string",
Rai = "string",
RatTypes = new[]
{
"string",
},
Uli = "string",
},
},
PolicyFilter = "string",
PolicyV2s = new[]
{
new Fortimanager.Inputs.ObjectFirewallGtpPolicyV2Args
{
Action = "string",
ApnSelModes = new[]
{
"string",
},
Apnmember = "string",
Id = 0,
ImsiPrefix = "string",
MaxApnRestriction = "string",
Mei = "string",
Messages = new[]
{
"string",
},
MsisdnPrefix = "string",
RatTypes = new[]
{
"string",
},
Ulis = new[]
{
"string",
},
},
},
PortNotify = 0,
RatTimeoutProfile = "string",
RateLimitMode = "string",
RateLimitedLog = "string",
RateSamplingInterval = 0,
RemoveIfEchoExpires = "string",
RemoveIfRecoveryDiffer = "string",
ReservedIe = "string",
Scopetype = "string",
SendDeleteWhenTimeout = "string",
SendDeleteWhenTimeoutV2 = "string",
SpoofSrcAddr = "string",
StateInvalidLog = "string",
SubSecondInterval = "string",
SubSecondSampling = "string",
TrafficCountLog = "string",
TunnelLimit = 0,
TunnelLimitLog = "string",
TunnelTimeout = 0,
UnknownVersionAction = "string",
UserPlaneMessageRateLimit = 0,
WarningThreshold = 0,
});
example, err := fortimanager.NewObjectFirewallGtp(ctx, "objectFirewallGtpResource", &fortimanager.ObjectFirewallGtpArgs{
AddrNotify: pulumi.String("string"),
Adom: pulumi.String("string"),
ApnFilter: pulumi.String("string"),
Apns: .ObjectFirewallGtpApnTypeArray{
&.ObjectFirewallGtpApnTypeArgs{
Action: pulumi.String("string"),
Apnmember: pulumi.String("string"),
Id: pulumi.Float64(0),
SelectionModes: pulumi.StringArray{
pulumi.String("string"),
},
},
},
AuthorizedGgsns: pulumi.String("string"),
AuthorizedGgsns6: pulumi.String("string"),
AuthorizedSgsns: pulumi.String("string"),
AuthorizedSgsns6: pulumi.String("string"),
Comment: pulumi.String("string"),
ContextId: pulumi.Float64(0),
ControlPlaneMessageRateLimit: pulumi.Float64(0),
DefaultApnAction: pulumi.String("string"),
DefaultImsiAction: pulumi.String("string"),
DefaultIpAction: pulumi.String("string"),
DefaultNoipAction: pulumi.String("string"),
DefaultPolicyAction: pulumi.String("string"),
DeniedLog: pulumi.String("string"),
DynamicSortSubtable: pulumi.String("string"),
EchoRequestInterval: pulumi.Float64(0),
ExtensionLog: pulumi.String("string"),
ForwardedLog: pulumi.String("string"),
GlobalTunnelLimit: pulumi.String("string"),
GtpInGtp: pulumi.String("string"),
GtpuDeniedLog: pulumi.String("string"),
GtpuForwardedLog: pulumi.String("string"),
GtpuLogFreq: pulumi.Float64(0),
Gtpv0: pulumi.String("string"),
HalfCloseTimeout: pulumi.Float64(0),
HalfOpenTimeout: pulumi.Float64(0),
HandoverGroup: pulumi.String("string"),
HandoverGroup6: pulumi.String("string"),
IeAllowListV0v1: pulumi.String("string"),
IeAllowListV2: pulumi.String("string"),
IeRemovePolicies: .ObjectFirewallGtpIeRemovePolicyTypeArray{
&.ObjectFirewallGtpIeRemovePolicyTypeArgs{
Id: pulumi.Float64(0),
RemoveIes: pulumi.StringArray{
pulumi.String("string"),
},
SgsnAddr: pulumi.String("string"),
SgsnAddr6: pulumi.String("string"),
},
},
IeRemover: pulumi.String("string"),
IeValidation: &.ObjectFirewallGtpIeValidationTypeArgs{
ApnRestriction: pulumi.String("string"),
ChargingGatewayAddr: pulumi.String("string"),
ChargingId: pulumi.String("string"),
EndUserAddr: pulumi.String("string"),
GsnAddr: pulumi.String("string"),
Imei: pulumi.String("string"),
Imsi: pulumi.String("string"),
MmContext: pulumi.String("string"),
MsTzone: pulumi.String("string"),
MsValidated: pulumi.String("string"),
Msisdn: pulumi.String("string"),
Nsapi: pulumi.String("string"),
PdpContext: pulumi.String("string"),
QosProfile: pulumi.String("string"),
Rai: pulumi.String("string"),
RatType: pulumi.String("string"),
ReorderingRequired: pulumi.String("string"),
SelectionMode: pulumi.String("string"),
Uli: pulumi.String("string"),
},
IeWhiteListV0v1: pulumi.String("string"),
IeWhiteListV2: pulumi.String("string"),
ImsiFilter: pulumi.String("string"),
Imsis: .ObjectFirewallGtpImsiTypeArray{
&.ObjectFirewallGtpImsiTypeArgs{
Action: pulumi.String("string"),
Apnmember: pulumi.String("string"),
Id: pulumi.Float64(0),
MccMnc: pulumi.String("string"),
MsisdnPrefix: pulumi.String("string"),
SelectionModes: pulumi.StringArray{
pulumi.String("string"),
},
},
},
InterfaceNotify: pulumi.String("string"),
InvalidReservedField: pulumi.String("string"),
InvalidSgsns6ToLog: pulumi.String("string"),
InvalidSgsnsToLog: pulumi.String("string"),
IpFilter: pulumi.String("string"),
IpPolicies: .ObjectFirewallGtpIpPolicyTypeArray{
&.ObjectFirewallGtpIpPolicyTypeArgs{
Action: pulumi.String("string"),
Dstaddr: pulumi.String("string"),
Dstaddr6: pulumi.String("string"),
Id: pulumi.Float64(0),
Srcaddr: pulumi.String("string"),
Srcaddr6: pulumi.String("string"),
},
},
LogFreq: pulumi.Float64(0),
LogGtpuLimit: pulumi.Float64(0),
LogImsiPrefix: pulumi.String("string"),
LogMsisdnPrefix: pulumi.String("string"),
MaxMessageLength: pulumi.Float64(0),
MessageFilterV0v1: pulumi.String("string"),
MessageFilterV2: pulumi.String("string"),
MessageRateLimit: &.ObjectFirewallGtpMessageRateLimitTypeArgs{
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),
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),
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),
},
MessageRateLimitV0: &.ObjectFirewallGtpMessageRateLimitV0TypeArgs{
CreatePdpRequest: pulumi.Float64(0),
DeletePdpRequest: pulumi.Float64(0),
EchoRequest: pulumi.Float64(0),
},
MessageRateLimitV1: &.ObjectFirewallGtpMessageRateLimitV1TypeArgs{
CreatePdpRequest: pulumi.Float64(0),
DeletePdpRequest: pulumi.Float64(0),
EchoRequest: pulumi.Float64(0),
},
MessageRateLimitV2: &.ObjectFirewallGtpMessageRateLimitV2TypeArgs{
CreateSessionRequest: pulumi.Float64(0),
DeleteSessionRequest: pulumi.Float64(0),
EchoRequest: pulumi.Float64(0),
},
MinMessageLength: pulumi.Float64(0),
MissMustIe: pulumi.String("string"),
MonitorMode: pulumi.String("string"),
Name: pulumi.String("string"),
NoipFilter: pulumi.String("string"),
NoipPolicies: .ObjectFirewallGtpNoipPolicyTypeArray{
&.ObjectFirewallGtpNoipPolicyTypeArgs{
Action: pulumi.String("string"),
End: pulumi.Float64(0),
Id: pulumi.Float64(0),
Start: pulumi.Float64(0),
Type: pulumi.String("string"),
},
},
ObjectFirewallGtpId: pulumi.String("string"),
OutOfStateIe: pulumi.String("string"),
OutOfStateMessage: pulumi.String("string"),
PerApnShapers: .ObjectFirewallGtpPerApnShaperTypeArray{
&.ObjectFirewallGtpPerApnShaperTypeArgs{
Apn: pulumi.String("string"),
Id: pulumi.Float64(0),
RateLimit: pulumi.Float64(0),
Version: pulumi.Float64(0),
},
},
Policies: .ObjectFirewallGtpPolicyTypeArray{
&.ObjectFirewallGtpPolicyTypeArgs{
Action: pulumi.String("string"),
ApnSelModes: pulumi.StringArray{
pulumi.String("string"),
},
Apnmember: pulumi.String("string"),
Id: pulumi.Float64(0),
Imei: pulumi.String("string"),
Imsi: pulumi.String("string"),
ImsiPrefix: pulumi.String("string"),
MaxApnRestriction: pulumi.String("string"),
Messages: pulumi.StringArray{
pulumi.String("string"),
},
Msisdn: pulumi.String("string"),
MsisdnPrefix: pulumi.String("string"),
Rai: pulumi.String("string"),
RatTypes: pulumi.StringArray{
pulumi.String("string"),
},
Uli: pulumi.String("string"),
},
},
PolicyFilter: pulumi.String("string"),
PolicyV2s: .ObjectFirewallGtpPolicyV2TypeArray{
&.ObjectFirewallGtpPolicyV2TypeArgs{
Action: pulumi.String("string"),
ApnSelModes: pulumi.StringArray{
pulumi.String("string"),
},
Apnmember: pulumi.String("string"),
Id: pulumi.Float64(0),
ImsiPrefix: pulumi.String("string"),
MaxApnRestriction: pulumi.String("string"),
Mei: pulumi.String("string"),
Messages: pulumi.StringArray{
pulumi.String("string"),
},
MsisdnPrefix: pulumi.String("string"),
RatTypes: pulumi.StringArray{
pulumi.String("string"),
},
Ulis: pulumi.StringArray{
pulumi.String("string"),
},
},
},
PortNotify: pulumi.Float64(0),
RatTimeoutProfile: pulumi.String("string"),
RateLimitMode: pulumi.String("string"),
RateLimitedLog: pulumi.String("string"),
RateSamplingInterval: pulumi.Float64(0),
RemoveIfEchoExpires: pulumi.String("string"),
RemoveIfRecoveryDiffer: pulumi.String("string"),
ReservedIe: pulumi.String("string"),
Scopetype: pulumi.String("string"),
SendDeleteWhenTimeout: pulumi.String("string"),
SendDeleteWhenTimeoutV2: pulumi.String("string"),
SpoofSrcAddr: pulumi.String("string"),
StateInvalidLog: pulumi.String("string"),
SubSecondInterval: pulumi.String("string"),
SubSecondSampling: pulumi.String("string"),
TrafficCountLog: pulumi.String("string"),
TunnelLimit: pulumi.Float64(0),
TunnelLimitLog: pulumi.String("string"),
TunnelTimeout: pulumi.Float64(0),
UnknownVersionAction: pulumi.String("string"),
UserPlaneMessageRateLimit: pulumi.Float64(0),
WarningThreshold: pulumi.Float64(0),
})
var objectFirewallGtpResource = new ObjectFirewallGtp("objectFirewallGtpResource", ObjectFirewallGtpArgs.builder()
.addrNotify("string")
.adom("string")
.apnFilter("string")
.apns(ObjectFirewallGtpApnArgs.builder()
.action("string")
.apnmember("string")
.id(0)
.selectionModes("string")
.build())
.authorizedGgsns("string")
.authorizedGgsns6("string")
.authorizedSgsns("string")
.authorizedSgsns6("string")
.comment("string")
.contextId(0)
.controlPlaneMessageRateLimit(0)
.defaultApnAction("string")
.defaultImsiAction("string")
.defaultIpAction("string")
.defaultNoipAction("string")
.defaultPolicyAction("string")
.deniedLog("string")
.dynamicSortSubtable("string")
.echoRequestInterval(0)
.extensionLog("string")
.forwardedLog("string")
.globalTunnelLimit("string")
.gtpInGtp("string")
.gtpuDeniedLog("string")
.gtpuForwardedLog("string")
.gtpuLogFreq(0)
.gtpv0("string")
.halfCloseTimeout(0)
.halfOpenTimeout(0)
.handoverGroup("string")
.handoverGroup6("string")
.ieAllowListV0v1("string")
.ieAllowListV2("string")
.ieRemovePolicies(ObjectFirewallGtpIeRemovePolicyArgs.builder()
.id(0)
.removeIes("string")
.sgsnAddr("string")
.sgsnAddr6("string")
.build())
.ieRemover("string")
.ieValidation(ObjectFirewallGtpIeValidationArgs.builder()
.apnRestriction("string")
.chargingGatewayAddr("string")
.chargingId("string")
.endUserAddr("string")
.gsnAddr("string")
.imei("string")
.imsi("string")
.mmContext("string")
.msTzone("string")
.msValidated("string")
.msisdn("string")
.nsapi("string")
.pdpContext("string")
.qosProfile("string")
.rai("string")
.ratType("string")
.reorderingRequired("string")
.selectionMode("string")
.uli("string")
.build())
.ieWhiteListV0v1("string")
.ieWhiteListV2("string")
.imsiFilter("string")
.imsis(ObjectFirewallGtpImsiArgs.builder()
.action("string")
.apnmember("string")
.id(0)
.mccMnc("string")
.msisdnPrefix("string")
.selectionModes("string")
.build())
.interfaceNotify("string")
.invalidReservedField("string")
.invalidSgsns6ToLog("string")
.invalidSgsnsToLog("string")
.ipFilter("string")
.ipPolicies(ObjectFirewallGtpIpPolicyArgs.builder()
.action("string")
.dstaddr("string")
.dstaddr6("string")
.id(0)
.srcaddr("string")
.srcaddr6("string")
.build())
.logFreq(0)
.logGtpuLimit(0)
.logImsiPrefix("string")
.logMsisdnPrefix("string")
.maxMessageLength(0)
.messageFilterV0v1("string")
.messageFilterV2("string")
.messageRateLimit(ObjectFirewallGtpMessageRateLimitArgs.builder()
.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)
.pduNotifyRejRequest(0)
.pduNotifyRejResponse(0)
.pduNotifyRequest(0)
.pduNotifyResponse(0)
.ranInfo(0)
.relocationCancelRequest(0)
.relocationCancelResponse(0)
.sendRouteRequest(0)
.sendRouteResponse(0)
.sgsnContextAck(0)
.sgsnContextRequest(0)
.sgsnContextResponse(0)
.supportExtHdrNotify(0)
.updateMbmsRequest(0)
.updateMbmsResponse(0)
.updatePdpRequest(0)
.updatePdpResponse(0)
.versionNotSupport(0)
.build())
.messageRateLimitV0(ObjectFirewallGtpMessageRateLimitV0Args.builder()
.createPdpRequest(0)
.deletePdpRequest(0)
.echoRequest(0)
.build())
.messageRateLimitV1(ObjectFirewallGtpMessageRateLimitV1Args.builder()
.createPdpRequest(0)
.deletePdpRequest(0)
.echoRequest(0)
.build())
.messageRateLimitV2(ObjectFirewallGtpMessageRateLimitV2Args.builder()
.createSessionRequest(0)
.deleteSessionRequest(0)
.echoRequest(0)
.build())
.minMessageLength(0)
.missMustIe("string")
.monitorMode("string")
.name("string")
.noipFilter("string")
.noipPolicies(ObjectFirewallGtpNoipPolicyArgs.builder()
.action("string")
.end(0)
.id(0)
.start(0)
.type("string")
.build())
.objectFirewallGtpId("string")
.outOfStateIe("string")
.outOfStateMessage("string")
.perApnShapers(ObjectFirewallGtpPerApnShaperArgs.builder()
.apn("string")
.id(0)
.rateLimit(0)
.version(0)
.build())
.policies(ObjectFirewallGtpPolicyArgs.builder()
.action("string")
.apnSelModes("string")
.apnmember("string")
.id(0)
.imei("string")
.imsi("string")
.imsiPrefix("string")
.maxApnRestriction("string")
.messages("string")
.msisdn("string")
.msisdnPrefix("string")
.rai("string")
.ratTypes("string")
.uli("string")
.build())
.policyFilter("string")
.policyV2s(ObjectFirewallGtpPolicyV2Args.builder()
.action("string")
.apnSelModes("string")
.apnmember("string")
.id(0)
.imsiPrefix("string")
.maxApnRestriction("string")
.mei("string")
.messages("string")
.msisdnPrefix("string")
.ratTypes("string")
.ulis("string")
.build())
.portNotify(0)
.ratTimeoutProfile("string")
.rateLimitMode("string")
.rateLimitedLog("string")
.rateSamplingInterval(0)
.removeIfEchoExpires("string")
.removeIfRecoveryDiffer("string")
.reservedIe("string")
.scopetype("string")
.sendDeleteWhenTimeout("string")
.sendDeleteWhenTimeoutV2("string")
.spoofSrcAddr("string")
.stateInvalidLog("string")
.subSecondInterval("string")
.subSecondSampling("string")
.trafficCountLog("string")
.tunnelLimit(0)
.tunnelLimitLog("string")
.tunnelTimeout(0)
.unknownVersionAction("string")
.userPlaneMessageRateLimit(0)
.warningThreshold(0)
.build());
object_firewall_gtp_resource = fortimanager.ObjectFirewallGtp("objectFirewallGtpResource",
addr_notify="string",
adom="string",
apn_filter="string",
apns=[{
"action": "string",
"apnmember": "string",
"id": 0,
"selection_modes": ["string"],
}],
authorized_ggsns="string",
authorized_ggsns6="string",
authorized_sgsns="string",
authorized_sgsns6="string",
comment="string",
context_id=0,
control_plane_message_rate_limit=0,
default_apn_action="string",
default_imsi_action="string",
default_ip_action="string",
default_noip_action="string",
default_policy_action="string",
denied_log="string",
dynamic_sort_subtable="string",
echo_request_interval=0,
extension_log="string",
forwarded_log="string",
global_tunnel_limit="string",
gtp_in_gtp="string",
gtpu_denied_log="string",
gtpu_forwarded_log="string",
gtpu_log_freq=0,
gtpv0="string",
half_close_timeout=0,
half_open_timeout=0,
handover_group="string",
handover_group6="string",
ie_allow_list_v0v1="string",
ie_allow_list_v2="string",
ie_remove_policies=[{
"id": 0,
"remove_ies": ["string"],
"sgsn_addr": "string",
"sgsn_addr6": "string",
}],
ie_remover="string",
ie_validation={
"apn_restriction": "string",
"charging_gateway_addr": "string",
"charging_id": "string",
"end_user_addr": "string",
"gsn_addr": "string",
"imei": "string",
"imsi": "string",
"mm_context": "string",
"ms_tzone": "string",
"ms_validated": "string",
"msisdn": "string",
"nsapi": "string",
"pdp_context": "string",
"qos_profile": "string",
"rai": "string",
"rat_type": "string",
"reordering_required": "string",
"selection_mode": "string",
"uli": "string",
},
ie_white_list_v0v1="string",
ie_white_list_v2="string",
imsi_filter="string",
imsis=[{
"action": "string",
"apnmember": "string",
"id": 0,
"mcc_mnc": "string",
"msisdn_prefix": "string",
"selection_modes": ["string"],
}],
interface_notify="string",
invalid_reserved_field="string",
invalid_sgsns6_to_log="string",
invalid_sgsns_to_log="string",
ip_filter="string",
ip_policies=[{
"action": "string",
"dstaddr": "string",
"dstaddr6": "string",
"id": 0,
"srcaddr": "string",
"srcaddr6": "string",
}],
log_freq=0,
log_gtpu_limit=0,
log_imsi_prefix="string",
log_msisdn_prefix="string",
max_message_length=0,
message_filter_v0v1="string",
message_filter_v2="string",
message_rate_limit={
"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,
"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,
"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,
},
message_rate_limit_v0={
"create_pdp_request": 0,
"delete_pdp_request": 0,
"echo_request": 0,
},
message_rate_limit_v1={
"create_pdp_request": 0,
"delete_pdp_request": 0,
"echo_request": 0,
},
message_rate_limit_v2={
"create_session_request": 0,
"delete_session_request": 0,
"echo_request": 0,
},
min_message_length=0,
miss_must_ie="string",
monitor_mode="string",
name="string",
noip_filter="string",
noip_policies=[{
"action": "string",
"end": 0,
"id": 0,
"start": 0,
"type": "string",
}],
object_firewall_gtp_id="string",
out_of_state_ie="string",
out_of_state_message="string",
per_apn_shapers=[{
"apn": "string",
"id": 0,
"rate_limit": 0,
"version": 0,
}],
policies=[{
"action": "string",
"apn_sel_modes": ["string"],
"apnmember": "string",
"id": 0,
"imei": "string",
"imsi": "string",
"imsi_prefix": "string",
"max_apn_restriction": "string",
"messages": ["string"],
"msisdn": "string",
"msisdn_prefix": "string",
"rai": "string",
"rat_types": ["string"],
"uli": "string",
}],
policy_filter="string",
policy_v2s=[{
"action": "string",
"apn_sel_modes": ["string"],
"apnmember": "string",
"id": 0,
"imsi_prefix": "string",
"max_apn_restriction": "string",
"mei": "string",
"messages": ["string"],
"msisdn_prefix": "string",
"rat_types": ["string"],
"ulis": ["string"],
}],
port_notify=0,
rat_timeout_profile="string",
rate_limit_mode="string",
rate_limited_log="string",
rate_sampling_interval=0,
remove_if_echo_expires="string",
remove_if_recovery_differ="string",
reserved_ie="string",
scopetype="string",
send_delete_when_timeout="string",
send_delete_when_timeout_v2="string",
spoof_src_addr="string",
state_invalid_log="string",
sub_second_interval="string",
sub_second_sampling="string",
traffic_count_log="string",
tunnel_limit=0,
tunnel_limit_log="string",
tunnel_timeout=0,
unknown_version_action="string",
user_plane_message_rate_limit=0,
warning_threshold=0)
const objectFirewallGtpResource = new fortimanager.ObjectFirewallGtp("objectFirewallGtpResource", {
addrNotify: "string",
adom: "string",
apnFilter: "string",
apns: [{
action: "string",
apnmember: "string",
id: 0,
selectionModes: ["string"],
}],
authorizedGgsns: "string",
authorizedGgsns6: "string",
authorizedSgsns: "string",
authorizedSgsns6: "string",
comment: "string",
contextId: 0,
controlPlaneMessageRateLimit: 0,
defaultApnAction: "string",
defaultImsiAction: "string",
defaultIpAction: "string",
defaultNoipAction: "string",
defaultPolicyAction: "string",
deniedLog: "string",
dynamicSortSubtable: "string",
echoRequestInterval: 0,
extensionLog: "string",
forwardedLog: "string",
globalTunnelLimit: "string",
gtpInGtp: "string",
gtpuDeniedLog: "string",
gtpuForwardedLog: "string",
gtpuLogFreq: 0,
gtpv0: "string",
halfCloseTimeout: 0,
halfOpenTimeout: 0,
handoverGroup: "string",
handoverGroup6: "string",
ieAllowListV0v1: "string",
ieAllowListV2: "string",
ieRemovePolicies: [{
id: 0,
removeIes: ["string"],
sgsnAddr: "string",
sgsnAddr6: "string",
}],
ieRemover: "string",
ieValidation: {
apnRestriction: "string",
chargingGatewayAddr: "string",
chargingId: "string",
endUserAddr: "string",
gsnAddr: "string",
imei: "string",
imsi: "string",
mmContext: "string",
msTzone: "string",
msValidated: "string",
msisdn: "string",
nsapi: "string",
pdpContext: "string",
qosProfile: "string",
rai: "string",
ratType: "string",
reorderingRequired: "string",
selectionMode: "string",
uli: "string",
},
ieWhiteListV0v1: "string",
ieWhiteListV2: "string",
imsiFilter: "string",
imsis: [{
action: "string",
apnmember: "string",
id: 0,
mccMnc: "string",
msisdnPrefix: "string",
selectionModes: ["string"],
}],
interfaceNotify: "string",
invalidReservedField: "string",
invalidSgsns6ToLog: "string",
invalidSgsnsToLog: "string",
ipFilter: "string",
ipPolicies: [{
action: "string",
dstaddr: "string",
dstaddr6: "string",
id: 0,
srcaddr: "string",
srcaddr6: "string",
}],
logFreq: 0,
logGtpuLimit: 0,
logImsiPrefix: "string",
logMsisdnPrefix: "string",
maxMessageLength: 0,
messageFilterV0v1: "string",
messageFilterV2: "string",
messageRateLimit: {
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,
pduNotifyRejRequest: 0,
pduNotifyRejResponse: 0,
pduNotifyRequest: 0,
pduNotifyResponse: 0,
ranInfo: 0,
relocationCancelRequest: 0,
relocationCancelResponse: 0,
sendRouteRequest: 0,
sendRouteResponse: 0,
sgsnContextAck: 0,
sgsnContextRequest: 0,
sgsnContextResponse: 0,
supportExtHdrNotify: 0,
updateMbmsRequest: 0,
updateMbmsResponse: 0,
updatePdpRequest: 0,
updatePdpResponse: 0,
versionNotSupport: 0,
},
messageRateLimitV0: {
createPdpRequest: 0,
deletePdpRequest: 0,
echoRequest: 0,
},
messageRateLimitV1: {
createPdpRequest: 0,
deletePdpRequest: 0,
echoRequest: 0,
},
messageRateLimitV2: {
createSessionRequest: 0,
deleteSessionRequest: 0,
echoRequest: 0,
},
minMessageLength: 0,
missMustIe: "string",
monitorMode: "string",
name: "string",
noipFilter: "string",
noipPolicies: [{
action: "string",
end: 0,
id: 0,
start: 0,
type: "string",
}],
objectFirewallGtpId: "string",
outOfStateIe: "string",
outOfStateMessage: "string",
perApnShapers: [{
apn: "string",
id: 0,
rateLimit: 0,
version: 0,
}],
policies: [{
action: "string",
apnSelModes: ["string"],
apnmember: "string",
id: 0,
imei: "string",
imsi: "string",
imsiPrefix: "string",
maxApnRestriction: "string",
messages: ["string"],
msisdn: "string",
msisdnPrefix: "string",
rai: "string",
ratTypes: ["string"],
uli: "string",
}],
policyFilter: "string",
policyV2s: [{
action: "string",
apnSelModes: ["string"],
apnmember: "string",
id: 0,
imsiPrefix: "string",
maxApnRestriction: "string",
mei: "string",
messages: ["string"],
msisdnPrefix: "string",
ratTypes: ["string"],
ulis: ["string"],
}],
portNotify: 0,
ratTimeoutProfile: "string",
rateLimitMode: "string",
rateLimitedLog: "string",
rateSamplingInterval: 0,
removeIfEchoExpires: "string",
removeIfRecoveryDiffer: "string",
reservedIe: "string",
scopetype: "string",
sendDeleteWhenTimeout: "string",
sendDeleteWhenTimeoutV2: "string",
spoofSrcAddr: "string",
stateInvalidLog: "string",
subSecondInterval: "string",
subSecondSampling: "string",
trafficCountLog: "string",
tunnelLimit: 0,
tunnelLimitLog: "string",
tunnelTimeout: 0,
unknownVersionAction: "string",
userPlaneMessageRateLimit: 0,
warningThreshold: 0,
});
type: fortimanager:ObjectFirewallGtp
properties:
addrNotify: string
adom: string
apnFilter: string
apns:
- action: string
apnmember: string
id: 0
selectionModes:
- string
authorizedGgsns: string
authorizedGgsns6: string
authorizedSgsns: string
authorizedSgsns6: string
comment: string
contextId: 0
controlPlaneMessageRateLimit: 0
defaultApnAction: string
defaultImsiAction: string
defaultIpAction: string
defaultNoipAction: string
defaultPolicyAction: string
deniedLog: string
dynamicSortSubtable: string
echoRequestInterval: 0
extensionLog: string
forwardedLog: string
globalTunnelLimit: string
gtpInGtp: string
gtpuDeniedLog: string
gtpuForwardedLog: string
gtpuLogFreq: 0
gtpv0: string
halfCloseTimeout: 0
halfOpenTimeout: 0
handoverGroup: string
handoverGroup6: string
ieAllowListV0v1: string
ieAllowListV2: string
ieRemovePolicies:
- id: 0
removeIes:
- string
sgsnAddr: string
sgsnAddr6: string
ieRemover: string
ieValidation:
apnRestriction: string
chargingGatewayAddr: string
chargingId: string
endUserAddr: string
gsnAddr: string
imei: string
imsi: string
mmContext: string
msTzone: string
msValidated: string
msisdn: string
nsapi: string
pdpContext: string
qosProfile: string
rai: string
ratType: string
reorderingRequired: string
selectionMode: string
uli: string
ieWhiteListV0v1: string
ieWhiteListV2: string
imsiFilter: string
imsis:
- action: string
apnmember: string
id: 0
mccMnc: string
msisdnPrefix: string
selectionModes:
- string
interfaceNotify: string
invalidReservedField: string
invalidSgsns6ToLog: string
invalidSgsnsToLog: string
ipFilter: string
ipPolicies:
- action: string
dstaddr: string
dstaddr6: string
id: 0
srcaddr: string
srcaddr6: string
logFreq: 0
logGtpuLimit: 0
logImsiPrefix: string
logMsisdnPrefix: string
maxMessageLength: 0
messageFilterV0v1: string
messageFilterV2: string
messageRateLimit:
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
pduNotifyRejRequest: 0
pduNotifyRejResponse: 0
pduNotifyRequest: 0
pduNotifyResponse: 0
ranInfo: 0
relocationCancelRequest: 0
relocationCancelResponse: 0
sendRouteRequest: 0
sendRouteResponse: 0
sgsnContextAck: 0
sgsnContextRequest: 0
sgsnContextResponse: 0
supportExtHdrNotify: 0
updateMbmsRequest: 0
updateMbmsResponse: 0
updatePdpRequest: 0
updatePdpResponse: 0
versionNotSupport: 0
messageRateLimitV0:
createPdpRequest: 0
deletePdpRequest: 0
echoRequest: 0
messageRateLimitV1:
createPdpRequest: 0
deletePdpRequest: 0
echoRequest: 0
messageRateLimitV2:
createSessionRequest: 0
deleteSessionRequest: 0
echoRequest: 0
minMessageLength: 0
missMustIe: string
monitorMode: string
name: string
noipFilter: string
noipPolicies:
- action: string
end: 0
id: 0
start: 0
type: string
objectFirewallGtpId: string
outOfStateIe: string
outOfStateMessage: string
perApnShapers:
- apn: string
id: 0
rateLimit: 0
version: 0
policies:
- action: string
apnSelModes:
- string
apnmember: string
id: 0
imei: string
imsi: string
imsiPrefix: string
maxApnRestriction: string
messages:
- string
msisdn: string
msisdnPrefix: string
rai: string
ratTypes:
- string
uli: string
policyFilter: string
policyV2s:
- action: string
apnSelModes:
- string
apnmember: string
id: 0
imsiPrefix: string
maxApnRestriction: string
mei: string
messages:
- string
msisdnPrefix: string
ratTypes:
- string
ulis:
- string
portNotify: 0
ratTimeoutProfile: string
rateLimitMode: string
rateLimitedLog: string
rateSamplingInterval: 0
removeIfEchoExpires: string
removeIfRecoveryDiffer: string
reservedIe: string
scopetype: string
sendDeleteWhenTimeout: string
sendDeleteWhenTimeoutV2: string
spoofSrcAddr: string
stateInvalidLog: string
subSecondInterval: string
subSecondSampling: string
trafficCountLog: string
tunnelLimit: 0
tunnelLimitLog: string
tunnelTimeout: 0
unknownVersionAction: string
userPlaneMessageRateLimit: 0
warningThreshold: 0
ObjectFirewallGtp 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 ObjectFirewallGtp resource accepts the following input properties:
- Addr
Notify string - overbilling notify address
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Apn
Filter string - apn filter Valid values:
disable
,enable
. - Apns
List<Object
Firewall Gtp Apn> - Apn. The structure of
apn
block is documented below. - string
- Authorized GGSN group
- string
- Authorized GGSN/PGW IPv6 group.
- string
- Authorized SGSN group
- string
- Authorized SGSN/SGW IPv6 group.
- Comment string
- Comment.
- Context
Id double - Overbilling context.
- Control
Plane doubleMessage Rate Limit - control plane message rate limit
- Default
Apn stringAction - default apn action Valid values:
allow
,deny
. - Default
Imsi stringAction - default imsi action Valid values:
allow
,deny
. - Default
Ip stringAction - default action for encapsulated IP traffic Valid values:
allow
,deny
. - Default
Noip stringAction - default action for encapsulated non-IP traffic Valid values:
allow
,deny
. - Default
Policy stringAction - default advanced policy action Valid values:
allow
,deny
. - Denied
Log string - log denied Valid values:
disable
,enable
. - Dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- Echo
Request doubleInterval - echo request interval (in seconds)
- Extension
Log string - log in extension format Valid values:
disable
,enable
. - Forwarded
Log string - log forwarded Valid values:
disable
,enable
. - Global
Tunnel stringLimit - Global tunnel limit.
- Gtp
In stringGtp - gtp in gtp Valid values:
allow
,deny
. - Gtpu
Denied stringLog - Enable/disable logging of denied GTP-U packets. Valid values:
disable
,enable
. - Gtpu
Forwarded stringLog - Enable/disable logging of forwarded GTP-U packets. Valid values:
disable
,enable
. - Gtpu
Log doubleFreq - Logging of frequency of GTP-U packets.
- Gtpv0 string
- GTPv0 traffic. Valid values:
allow
,deny
. - Half
Close doubleTimeout - Half-close tunnel timeout (in seconds).
- Half
Open doubleTimeout - Half-open tunnel timeout (in seconds).
- Handover
Group string - Handover SGSN group
- Handover
Group6 string - Handover SGSN/SGW IPv6 group.
- Ie
Allow stringList V0v1 - IE allow list.
- Ie
Allow stringList V2 - IE allow list.
- Ie
Remove List<ObjectPolicies Firewall Gtp Ie Remove Policy> - Ie-Remove-Policy. The structure of
ie_remove_policy
block is documented below. - Ie
Remover string - IE removal policy. Valid values:
disable
,enable
. - Ie
Validation ObjectFirewall Gtp Ie Validation - Ie-Validation. The structure of
ie_validation
block is documented below. - Ie
White stringList V0v1 - IE white list.
- Ie
White stringList V2 - IE white list.
- Imsi
Filter string - imsi filter Valid values:
disable
,enable
. - Imsis
List<Object
Firewall Gtp Imsi> - Imsi. The structure of
imsi
block is documented below. - Interface
Notify string - overbilling interface
- Invalid
Reserved stringField - Invalid reserved field in GTP header Valid values:
allow
,deny
. - Invalid
Sgsns6To stringLog - Invalid SGSN IPv6 group to be logged.
- Invalid
Sgsns stringTo Log - Invalid SGSN group to be logged
- Ip
Filter string - IP filter for encapsulted traffic Valid values:
disable
,enable
. - Ip
Policies List<ObjectFirewall Gtp Ip Policy> - Ip-Policy. The structure of
ip_policy
block is documented below. - Log
Freq double - Logging of frequency of GTP-C packets.
- Log
Gtpu doubleLimit - the user data log limit (0-512 bytes)
- Log
Imsi stringPrefix - IMSI prefix for selective logging.
- Log
Msisdn stringPrefix - the msisdn prefix for selective logging
- Max
Message doubleLength - max message length
- Message
Filter stringV0v1 - Message filter.
- Message
Filter stringV2 - Message filter.
- Message
Rate ObjectLimit Firewall Gtp Message Rate Limit - Message-Rate-Limit. The structure of
message_rate_limit
block is documented below. - Message
Rate ObjectLimit V0 Firewall Gtp Message Rate Limit V0 - Message-Rate-Limit-V0. The structure of
message_rate_limit_v0
block is documented below. - Message
Rate ObjectLimit V1 Firewall Gtp Message Rate Limit V1 - Message-Rate-Limit-V1. The structure of
message_rate_limit_v1
block is documented below. - Message
Rate ObjectLimit V2 Firewall Gtp Message Rate Limit V2 - Message-Rate-Limit-V2. The structure of
message_rate_limit_v2
block is documented below. - Min
Message doubleLength - min message length
- Miss
Must stringIe - Missing mandatory information element Valid values:
allow
,deny
. - Monitor
Mode string - GTP monitor mode. Valid values:
disable
,enable
,vdom
. - Name string
- Profile name.
- Noip
Filter string - non-IP filter for encapsulted traffic Valid values:
disable
,enable
. - Noip
Policies List<ObjectFirewall Gtp Noip Policy> - Noip-Policy. The structure of
noip_policy
block is documented below. - Object
Firewall stringGtp Id - an identifier for the resource with format {{name}}.
- Out
Of stringState Ie - Out of state information element. Valid values:
allow
,deny
. - Out
Of stringState Message - Out of state GTP message Valid values:
allow
,deny
. - Per
Apn List<ObjectShapers Firewall Gtp Per Apn Shaper> - Per-Apn-Shaper. The structure of
per_apn_shaper
block is documented below. - Policies
List<Object
Firewall Gtp Policy> - Policy. The structure of
policy
block is documented below. - Policy
Filter string - Advanced policy filter Valid values:
disable
,enable
. - Policy
V2s List<ObjectFirewall Gtp Policy V2> - Policy-V2. The structure of
policy_v2
block is documented below. - Port
Notify double - overbilling notify port
- Rat
Timeout stringProfile - RAT timeout profile.
- Rate
Limit stringMode - GTP rate limit mode. Valid values:
per-profile
,per-stream
,per-apn
. - Rate
Limited stringLog - log rate limited Valid values:
disable
,enable
. - Rate
Sampling doubleInterval - rate sampling interval (1-3600 seconds)
- Remove
If stringEcho Expires - remove if echo response expires Valid values:
disable
,enable
. - Remove
If stringRecovery Differ - remove upon different Recovery IE Valid values:
disable
,enable
. - Reserved
Ie string - reserved information element Valid values:
allow
,deny
. - 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
Delete stringWhen Timeout - send DELETE request to path endpoints when GTPv0/v1 tunnel timeout. Valid values:
disable
,enable
. - Send
Delete stringWhen Timeout V2 - send DELETE request to path endpoints when GTPv2 tunnel timeout. Valid values:
disable
,enable
. - Spoof
Src stringAddr - Spoofed source address for Mobile Station. Valid values:
allow
,deny
. - State
Invalid stringLog - log state invalid Valid values:
disable
,enable
. - Sub
Second stringInterval - Sub-second interval (0.1, 0.25, or 0.5 sec, default = 0.5). Valid values:
0.1
,0.25
,0.5
. - Sub
Second stringSampling - Enable/disable sub-second sampling. Valid values:
disable
,enable
. - Traffic
Count stringLog - log tunnel traffic counter Valid values:
disable
,enable
. - Tunnel
Limit double - tunnel limit
- Tunnel
Limit stringLog - tunnel limit Valid values:
disable
,enable
. - Tunnel
Timeout double - Established tunnel timeout (in seconds).
- Unknown
Version stringAction - action for unknown gtp version Valid values:
allow
,deny
. - User
Plane doubleMessage Rate Limit - user plane message rate limit
- Warning
Threshold double - Warning threshold for rate limiting (0 - 99 percent).
- Addr
Notify string - overbilling notify address
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Apn
Filter string - apn filter Valid values:
disable
,enable
. - Apns
[]Object
Firewall Gtp Apn Type Args - Apn. The structure of
apn
block is documented below. - string
- Authorized GGSN group
- string
- Authorized GGSN/PGW IPv6 group.
- string
- Authorized SGSN group
- string
- Authorized SGSN/SGW IPv6 group.
- Comment string
- Comment.
- Context
Id float64 - Overbilling context.
- Control
Plane float64Message Rate Limit - control plane message rate limit
- Default
Apn stringAction - default apn action Valid values:
allow
,deny
. - Default
Imsi stringAction - default imsi action Valid values:
allow
,deny
. - Default
Ip stringAction - default action for encapsulated IP traffic Valid values:
allow
,deny
. - Default
Noip stringAction - default action for encapsulated non-IP traffic Valid values:
allow
,deny
. - Default
Policy stringAction - default advanced policy action Valid values:
allow
,deny
. - Denied
Log string - log denied Valid values:
disable
,enable
. - Dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- Echo
Request float64Interval - echo request interval (in seconds)
- Extension
Log string - log in extension format Valid values:
disable
,enable
. - Forwarded
Log string - log forwarded Valid values:
disable
,enable
. - Global
Tunnel stringLimit - Global tunnel limit.
- Gtp
In stringGtp - gtp in gtp Valid values:
allow
,deny
. - Gtpu
Denied stringLog - Enable/disable logging of denied GTP-U packets. Valid values:
disable
,enable
. - Gtpu
Forwarded stringLog - Enable/disable logging of forwarded GTP-U packets. Valid values:
disable
,enable
. - Gtpu
Log float64Freq - Logging of frequency of GTP-U packets.
- Gtpv0 string
- GTPv0 traffic. Valid values:
allow
,deny
. - Half
Close float64Timeout - Half-close tunnel timeout (in seconds).
- Half
Open float64Timeout - Half-open tunnel timeout (in seconds).
- Handover
Group string - Handover SGSN group
- Handover
Group6 string - Handover SGSN/SGW IPv6 group.
- Ie
Allow stringList V0v1 - IE allow list.
- Ie
Allow stringList V2 - IE allow list.
- Ie
Remove []ObjectPolicies Firewall Gtp Ie Remove Policy Type Args - Ie-Remove-Policy. The structure of
ie_remove_policy
block is documented below. - Ie
Remover string - IE removal policy. Valid values:
disable
,enable
. - Ie
Validation ObjectFirewall Gtp Ie Validation Type Args - Ie-Validation. The structure of
ie_validation
block is documented below. - Ie
White stringList V0v1 - IE white list.
- Ie
White stringList V2 - IE white list.
- Imsi
Filter string - imsi filter Valid values:
disable
,enable
. - Imsis
[]Object
Firewall Gtp Imsi Type Args - Imsi. The structure of
imsi
block is documented below. - Interface
Notify string - overbilling interface
- Invalid
Reserved stringField - Invalid reserved field in GTP header Valid values:
allow
,deny
. - Invalid
Sgsns6To stringLog - Invalid SGSN IPv6 group to be logged.
- Invalid
Sgsns stringTo Log - Invalid SGSN group to be logged
- Ip
Filter string - IP filter for encapsulted traffic Valid values:
disable
,enable
. - Ip
Policies []ObjectFirewall Gtp Ip Policy Type Args - Ip-Policy. The structure of
ip_policy
block is documented below. - Log
Freq float64 - Logging of frequency of GTP-C packets.
- Log
Gtpu float64Limit - the user data log limit (0-512 bytes)
- Log
Imsi stringPrefix - IMSI prefix for selective logging.
- Log
Msisdn stringPrefix - the msisdn prefix for selective logging
- Max
Message float64Length - max message length
- Message
Filter stringV0v1 - Message filter.
- Message
Filter stringV2 - Message filter.
- Message
Rate ObjectLimit Firewall Gtp Message Rate Limit Type Args - Message-Rate-Limit. The structure of
message_rate_limit
block is documented below. - Message
Rate ObjectLimit V0 Firewall Gtp Message Rate Limit V0Type Args - Message-Rate-Limit-V0. The structure of
message_rate_limit_v0
block is documented below. - Message
Rate ObjectLimit V1 Firewall Gtp Message Rate Limit V1Type Args - Message-Rate-Limit-V1. The structure of
message_rate_limit_v1
block is documented below. - Message
Rate ObjectLimit V2 Firewall Gtp Message Rate Limit V2Type Args - Message-Rate-Limit-V2. The structure of
message_rate_limit_v2
block is documented below. - Min
Message float64Length - min message length
- Miss
Must stringIe - Missing mandatory information element Valid values:
allow
,deny
. - Monitor
Mode string - GTP monitor mode. Valid values:
disable
,enable
,vdom
. - Name string
- Profile name.
- Noip
Filter string - non-IP filter for encapsulted traffic Valid values:
disable
,enable
. - Noip
Policies []ObjectFirewall Gtp Noip Policy Type Args - Noip-Policy. The structure of
noip_policy
block is documented below. - Object
Firewall stringGtp Id - an identifier for the resource with format {{name}}.
- Out
Of stringState Ie - Out of state information element. Valid values:
allow
,deny
. - Out
Of stringState Message - Out of state GTP message Valid values:
allow
,deny
. - Per
Apn []ObjectShapers Firewall Gtp Per Apn Shaper Type Args - Per-Apn-Shaper. The structure of
per_apn_shaper
block is documented below. - Policies
[]Object
Firewall Gtp Policy Type Args - Policy. The structure of
policy
block is documented below. - Policy
Filter string - Advanced policy filter Valid values:
disable
,enable
. - Policy
V2s []ObjectFirewall Gtp Policy V2Type Args - Policy-V2. The structure of
policy_v2
block is documented below. - Port
Notify float64 - overbilling notify port
- Rat
Timeout stringProfile - RAT timeout profile.
- Rate
Limit stringMode - GTP rate limit mode. Valid values:
per-profile
,per-stream
,per-apn
. - Rate
Limited stringLog - log rate limited Valid values:
disable
,enable
. - Rate
Sampling float64Interval - rate sampling interval (1-3600 seconds)
- Remove
If stringEcho Expires - remove if echo response expires Valid values:
disable
,enable
. - Remove
If stringRecovery Differ - remove upon different Recovery IE Valid values:
disable
,enable
. - Reserved
Ie string - reserved information element Valid values:
allow
,deny
. - 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
Delete stringWhen Timeout - send DELETE request to path endpoints when GTPv0/v1 tunnel timeout. Valid values:
disable
,enable
. - Send
Delete stringWhen Timeout V2 - send DELETE request to path endpoints when GTPv2 tunnel timeout. Valid values:
disable
,enable
. - Spoof
Src stringAddr - Spoofed source address for Mobile Station. Valid values:
allow
,deny
. - State
Invalid stringLog - log state invalid Valid values:
disable
,enable
. - Sub
Second stringInterval - Sub-second interval (0.1, 0.25, or 0.5 sec, default = 0.5). Valid values:
0.1
,0.25
,0.5
. - Sub
Second stringSampling - Enable/disable sub-second sampling. Valid values:
disable
,enable
. - Traffic
Count stringLog - log tunnel traffic counter Valid values:
disable
,enable
. - Tunnel
Limit float64 - tunnel limit
- Tunnel
Limit stringLog - tunnel limit Valid values:
disable
,enable
. - Tunnel
Timeout float64 - Established tunnel timeout (in seconds).
- Unknown
Version stringAction - action for unknown gtp version Valid values:
allow
,deny
. - User
Plane float64Message Rate Limit - user plane message rate limit
- Warning
Threshold float64 - Warning threshold for rate limiting (0 - 99 percent).
- addr
Notify String - overbilling notify address
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - apn
Filter String - apn filter Valid values:
disable
,enable
. - apns
List<Object
Firewall Gtp Apn> - Apn. The structure of
apn
block is documented below. - String
- Authorized GGSN group
- String
- Authorized GGSN/PGW IPv6 group.
- String
- Authorized SGSN group
- String
- Authorized SGSN/SGW IPv6 group.
- comment String
- Comment.
- context
Id Double - Overbilling context.
- control
Plane DoubleMessage Rate Limit - control plane message rate limit
- default
Apn StringAction - default apn action Valid values:
allow
,deny
. - default
Imsi StringAction - default imsi action Valid values:
allow
,deny
. - default
Ip StringAction - default action for encapsulated IP traffic Valid values:
allow
,deny
. - default
Noip StringAction - default action for encapsulated non-IP traffic Valid values:
allow
,deny
. - default
Policy StringAction - default advanced policy action Valid values:
allow
,deny
. - denied
Log String - log denied Valid values:
disable
,enable
. - dynamic
Sort StringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- echo
Request DoubleInterval - echo request interval (in seconds)
- extension
Log String - log in extension format Valid values:
disable
,enable
. - forwarded
Log String - log forwarded Valid values:
disable
,enable
. - global
Tunnel StringLimit - Global tunnel limit.
- gtp
In StringGtp - gtp in gtp Valid values:
allow
,deny
. - gtpu
Denied StringLog - Enable/disable logging of denied GTP-U packets. Valid values:
disable
,enable
. - gtpu
Forwarded StringLog - Enable/disable logging of forwarded GTP-U packets. Valid values:
disable
,enable
. - gtpu
Log DoubleFreq - Logging of frequency of GTP-U packets.
- gtpv0 String
- GTPv0 traffic. Valid values:
allow
,deny
. - half
Close DoubleTimeout - Half-close tunnel timeout (in seconds).
- half
Open DoubleTimeout - Half-open tunnel timeout (in seconds).
- handover
Group String - Handover SGSN group
- handover
Group6 String - Handover SGSN/SGW IPv6 group.
- ie
Allow StringList V0v1 - IE allow list.
- ie
Allow StringList V2 - IE allow list.
- ie
Remove List<ObjectPolicies Firewall Gtp Ie Remove Policy> - Ie-Remove-Policy. The structure of
ie_remove_policy
block is documented below. - ie
Remover String - IE removal policy. Valid values:
disable
,enable
. - ie
Validation ObjectFirewall Gtp Ie Validation - Ie-Validation. The structure of
ie_validation
block is documented below. - ie
White StringList V0v1 - IE white list.
- ie
White StringList V2 - IE white list.
- imsi
Filter String - imsi filter Valid values:
disable
,enable
. - imsis
List<Object
Firewall Gtp Imsi> - Imsi. The structure of
imsi
block is documented below. - interface
Notify String - overbilling interface
- invalid
Reserved StringField - Invalid reserved field in GTP header Valid values:
allow
,deny
. - invalid
Sgsns6To StringLog - Invalid SGSN IPv6 group to be logged.
- invalid
Sgsns StringTo Log - Invalid SGSN group to be logged
- ip
Filter String - IP filter for encapsulted traffic Valid values:
disable
,enable
. - ip
Policies List<ObjectFirewall Gtp Ip Policy> - Ip-Policy. The structure of
ip_policy
block is documented below. - log
Freq Double - Logging of frequency of GTP-C packets.
- log
Gtpu DoubleLimit - the user data log limit (0-512 bytes)
- log
Imsi StringPrefix - IMSI prefix for selective logging.
- log
Msisdn StringPrefix - the msisdn prefix for selective logging
- max
Message DoubleLength - max message length
- message
Filter StringV0v1 - Message filter.
- message
Filter StringV2 - Message filter.
- message
Rate ObjectLimit Firewall Gtp Message Rate Limit - Message-Rate-Limit. The structure of
message_rate_limit
block is documented below. - message
Rate ObjectLimit V0 Firewall Gtp Message Rate Limit V0 - Message-Rate-Limit-V0. The structure of
message_rate_limit_v0
block is documented below. - message
Rate ObjectLimit V1 Firewall Gtp Message Rate Limit V1 - Message-Rate-Limit-V1. The structure of
message_rate_limit_v1
block is documented below. - message
Rate ObjectLimit V2 Firewall Gtp Message Rate Limit V2 - Message-Rate-Limit-V2. The structure of
message_rate_limit_v2
block is documented below. - min
Message DoubleLength - min message length
- miss
Must StringIe - Missing mandatory information element Valid values:
allow
,deny
. - monitor
Mode String - GTP monitor mode. Valid values:
disable
,enable
,vdom
. - name String
- Profile name.
- noip
Filter String - non-IP filter for encapsulted traffic Valid values:
disable
,enable
. - noip
Policies List<ObjectFirewall Gtp Noip Policy> - Noip-Policy. The structure of
noip_policy
block is documented below. - object
Firewall StringGtp Id - an identifier for the resource with format {{name}}.
- out
Of StringState Ie - Out of state information element. Valid values:
allow
,deny
. - out
Of StringState Message - Out of state GTP message Valid values:
allow
,deny
. - per
Apn List<ObjectShapers Firewall Gtp Per Apn Shaper> - Per-Apn-Shaper. The structure of
per_apn_shaper
block is documented below. - policies
List<Object
Firewall Gtp Policy> - Policy. The structure of
policy
block is documented below. - policy
Filter String - Advanced policy filter Valid values:
disable
,enable
. - policy
V2s List<ObjectFirewall Gtp Policy V2> - Policy-V2. The structure of
policy_v2
block is documented below. - port
Notify Double - overbilling notify port
- rat
Timeout StringProfile - RAT timeout profile.
- rate
Limit StringMode - GTP rate limit mode. Valid values:
per-profile
,per-stream
,per-apn
. - rate
Limited StringLog - log rate limited Valid values:
disable
,enable
. - rate
Sampling DoubleInterval - rate sampling interval (1-3600 seconds)
- remove
If StringEcho Expires - remove if echo response expires Valid values:
disable
,enable
. - remove
If StringRecovery Differ - remove upon different Recovery IE Valid values:
disable
,enable
. - reserved
Ie String - reserved information element Valid values:
allow
,deny
. - 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
Delete StringWhen Timeout - send DELETE request to path endpoints when GTPv0/v1 tunnel timeout. Valid values:
disable
,enable
. - send
Delete StringWhen Timeout V2 - send DELETE request to path endpoints when GTPv2 tunnel timeout. Valid values:
disable
,enable
. - spoof
Src StringAddr - Spoofed source address for Mobile Station. Valid values:
allow
,deny
. - state
Invalid StringLog - log state invalid Valid values:
disable
,enable
. - sub
Second StringInterval - Sub-second interval (0.1, 0.25, or 0.5 sec, default = 0.5). Valid values:
0.1
,0.25
,0.5
. - sub
Second StringSampling - Enable/disable sub-second sampling. Valid values:
disable
,enable
. - traffic
Count StringLog - log tunnel traffic counter Valid values:
disable
,enable
. - tunnel
Limit Double - tunnel limit
- tunnel
Limit StringLog - tunnel limit Valid values:
disable
,enable
. - tunnel
Timeout Double - Established tunnel timeout (in seconds).
- unknown
Version StringAction - action for unknown gtp version Valid values:
allow
,deny
. - user
Plane DoubleMessage Rate Limit - user plane message rate limit
- warning
Threshold Double - Warning threshold for rate limiting (0 - 99 percent).
- addr
Notify string - overbilling notify address
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - apn
Filter string - apn filter Valid values:
disable
,enable
. - apns
Object
Firewall Gtp Apn[] - Apn. The structure of
apn
block is documented below. - string
- Authorized GGSN group
- string
- Authorized GGSN/PGW IPv6 group.
- string
- Authorized SGSN group
- string
- Authorized SGSN/SGW IPv6 group.
- comment string
- Comment.
- context
Id number - Overbilling context.
- control
Plane numberMessage Rate Limit - control plane message rate limit
- default
Apn stringAction - default apn action Valid values:
allow
,deny
. - default
Imsi stringAction - default imsi action Valid values:
allow
,deny
. - default
Ip stringAction - default action for encapsulated IP traffic Valid values:
allow
,deny
. - default
Noip stringAction - default action for encapsulated non-IP traffic Valid values:
allow
,deny
. - default
Policy stringAction - default advanced policy action Valid values:
allow
,deny
. - denied
Log string - log denied Valid values:
disable
,enable
. - dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- echo
Request numberInterval - echo request interval (in seconds)
- extension
Log string - log in extension format Valid values:
disable
,enable
. - forwarded
Log string - log forwarded Valid values:
disable
,enable
. - global
Tunnel stringLimit - Global tunnel limit.
- gtp
In stringGtp - gtp in gtp Valid values:
allow
,deny
. - gtpu
Denied stringLog - Enable/disable logging of denied GTP-U packets. Valid values:
disable
,enable
. - gtpu
Forwarded stringLog - Enable/disable logging of forwarded GTP-U packets. Valid values:
disable
,enable
. - gtpu
Log numberFreq - Logging of frequency of GTP-U packets.
- gtpv0 string
- GTPv0 traffic. Valid values:
allow
,deny
. - half
Close numberTimeout - Half-close tunnel timeout (in seconds).
- half
Open numberTimeout - Half-open tunnel timeout (in seconds).
- handover
Group string - Handover SGSN group
- handover
Group6 string - Handover SGSN/SGW IPv6 group.
- ie
Allow stringList V0v1 - IE allow list.
- ie
Allow stringList V2 - IE allow list.
- ie
Remove ObjectPolicies Firewall Gtp Ie Remove Policy[] - Ie-Remove-Policy. The structure of
ie_remove_policy
block is documented below. - ie
Remover string - IE removal policy. Valid values:
disable
,enable
. - ie
Validation ObjectFirewall Gtp Ie Validation - Ie-Validation. The structure of
ie_validation
block is documented below. - ie
White stringList V0v1 - IE white list.
- ie
White stringList V2 - IE white list.
- imsi
Filter string - imsi filter Valid values:
disable
,enable
. - imsis
Object
Firewall Gtp Imsi[] - Imsi. The structure of
imsi
block is documented below. - interface
Notify string - overbilling interface
- invalid
Reserved stringField - Invalid reserved field in GTP header Valid values:
allow
,deny
. - invalid
Sgsns6To stringLog - Invalid SGSN IPv6 group to be logged.
- invalid
Sgsns stringTo Log - Invalid SGSN group to be logged
- ip
Filter string - IP filter for encapsulted traffic Valid values:
disable
,enable
. - ip
Policies ObjectFirewall Gtp Ip Policy[] - Ip-Policy. The structure of
ip_policy
block is documented below. - log
Freq number - Logging of frequency of GTP-C packets.
- log
Gtpu numberLimit - the user data log limit (0-512 bytes)
- log
Imsi stringPrefix - IMSI prefix for selective logging.
- log
Msisdn stringPrefix - the msisdn prefix for selective logging
- max
Message numberLength - max message length
- message
Filter stringV0v1 - Message filter.
- message
Filter stringV2 - Message filter.
- message
Rate ObjectLimit Firewall Gtp Message Rate Limit - Message-Rate-Limit. The structure of
message_rate_limit
block is documented below. - message
Rate ObjectLimit V0 Firewall Gtp Message Rate Limit V0 - Message-Rate-Limit-V0. The structure of
message_rate_limit_v0
block is documented below. - message
Rate ObjectLimit V1 Firewall Gtp Message Rate Limit V1 - Message-Rate-Limit-V1. The structure of
message_rate_limit_v1
block is documented below. - message
Rate ObjectLimit V2 Firewall Gtp Message Rate Limit V2 - Message-Rate-Limit-V2. The structure of
message_rate_limit_v2
block is documented below. - min
Message numberLength - min message length
- miss
Must stringIe - Missing mandatory information element Valid values:
allow
,deny
. - monitor
Mode string - GTP monitor mode. Valid values:
disable
,enable
,vdom
. - name string
- Profile name.
- noip
Filter string - non-IP filter for encapsulted traffic Valid values:
disable
,enable
. - noip
Policies ObjectFirewall Gtp Noip Policy[] - Noip-Policy. The structure of
noip_policy
block is documented below. - object
Firewall stringGtp Id - an identifier for the resource with format {{name}}.
- out
Of stringState Ie - Out of state information element. Valid values:
allow
,deny
. - out
Of stringState Message - Out of state GTP message Valid values:
allow
,deny
. - per
Apn ObjectShapers Firewall Gtp Per Apn Shaper[] - Per-Apn-Shaper. The structure of
per_apn_shaper
block is documented below. - policies
Object
Firewall Gtp Policy[] - Policy. The structure of
policy
block is documented below. - policy
Filter string - Advanced policy filter Valid values:
disable
,enable
. - policy
V2s ObjectFirewall Gtp Policy V2[] - Policy-V2. The structure of
policy_v2
block is documented below. - port
Notify number - overbilling notify port
- rat
Timeout stringProfile - RAT timeout profile.
- rate
Limit stringMode - GTP rate limit mode. Valid values:
per-profile
,per-stream
,per-apn
. - rate
Limited stringLog - log rate limited Valid values:
disable
,enable
. - rate
Sampling numberInterval - rate sampling interval (1-3600 seconds)
- remove
If stringEcho Expires - remove if echo response expires Valid values:
disable
,enable
. - remove
If stringRecovery Differ - remove upon different Recovery IE Valid values:
disable
,enable
. - reserved
Ie string - reserved information element Valid values:
allow
,deny
. - 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
Delete stringWhen Timeout - send DELETE request to path endpoints when GTPv0/v1 tunnel timeout. Valid values:
disable
,enable
. - send
Delete stringWhen Timeout V2 - send DELETE request to path endpoints when GTPv2 tunnel timeout. Valid values:
disable
,enable
. - spoof
Src stringAddr - Spoofed source address for Mobile Station. Valid values:
allow
,deny
. - state
Invalid stringLog - log state invalid Valid values:
disable
,enable
. - sub
Second stringInterval - Sub-second interval (0.1, 0.25, or 0.5 sec, default = 0.5). Valid values:
0.1
,0.25
,0.5
. - sub
Second stringSampling - Enable/disable sub-second sampling. Valid values:
disable
,enable
. - traffic
Count stringLog - log tunnel traffic counter Valid values:
disable
,enable
. - tunnel
Limit number - tunnel limit
- tunnel
Limit stringLog - tunnel limit Valid values:
disable
,enable
. - tunnel
Timeout number - Established tunnel timeout (in seconds).
- unknown
Version stringAction - action for unknown gtp version Valid values:
allow
,deny
. - user
Plane numberMessage Rate Limit - user plane message rate limit
- warning
Threshold number - Warning threshold for rate limiting (0 - 99 percent).
- addr_
notify str - overbilling notify address
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - apn_
filter str - apn filter Valid values:
disable
,enable
. - apns
Sequence[Object
Firewall Gtp Apn Args] - Apn. The structure of
apn
block is documented below. - str
- Authorized GGSN group
- str
- Authorized GGSN/PGW IPv6 group.
- str
- Authorized SGSN group
- str
- Authorized SGSN/SGW IPv6 group.
- comment str
- Comment.
- context_
id float - Overbilling context.
- control_
plane_ floatmessage_ rate_ limit - control plane message rate limit
- default_
apn_ straction - default apn action Valid values:
allow
,deny
. - default_
imsi_ straction - default imsi action Valid values:
allow
,deny
. - default_
ip_ straction - default action for encapsulated IP traffic Valid values:
allow
,deny
. - default_
noip_ straction - default action for encapsulated non-IP traffic Valid values:
allow
,deny
. - default_
policy_ straction - default advanced policy action Valid values:
allow
,deny
. - denied_
log str - log denied Valid values:
disable
,enable
. - dynamic_
sort_ strsubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- echo_
request_ floatinterval - echo request interval (in seconds)
- extension_
log str - log in extension format Valid values:
disable
,enable
. - forwarded_
log str - log forwarded Valid values:
disable
,enable
. - global_
tunnel_ strlimit - Global tunnel limit.
- gtp_
in_ strgtp - gtp in gtp Valid values:
allow
,deny
. - gtpu_
denied_ strlog - Enable/disable logging of denied GTP-U packets. Valid values:
disable
,enable
. - gtpu_
forwarded_ strlog - Enable/disable logging of forwarded GTP-U packets. Valid values:
disable
,enable
. - gtpu_
log_ floatfreq - Logging of frequency of GTP-U packets.
- gtpv0 str
- GTPv0 traffic. Valid values:
allow
,deny
. - half_
close_ floattimeout - Half-close tunnel timeout (in seconds).
- half_
open_ floattimeout - Half-open tunnel timeout (in seconds).
- handover_
group str - Handover SGSN group
- handover_
group6 str - Handover SGSN/SGW IPv6 group.
- ie_
allow_ strlist_ v0v1 - IE allow list.
- ie_
allow_ strlist_ v2 - IE allow list.
- ie_
remove_ Sequence[Objectpolicies Firewall Gtp Ie Remove Policy Args] - Ie-Remove-Policy. The structure of
ie_remove_policy
block is documented below. - ie_
remover str - IE removal policy. Valid values:
disable
,enable
. - ie_
validation ObjectFirewall Gtp Ie Validation Args - Ie-Validation. The structure of
ie_validation
block is documented below. - ie_
white_ strlist_ v0v1 - IE white list.
- ie_
white_ strlist_ v2 - IE white list.
- imsi_
filter str - imsi filter Valid values:
disable
,enable
. - imsis
Sequence[Object
Firewall Gtp Imsi Args] - Imsi. The structure of
imsi
block is documented below. - interface_
notify str - overbilling interface
- invalid_
reserved_ strfield - Invalid reserved field in GTP header Valid values:
allow
,deny
. - invalid_
sgsns6_ strto_ log - Invalid SGSN IPv6 group to be logged.
- invalid_
sgsns_ strto_ log - Invalid SGSN group to be logged
- ip_
filter str - IP filter for encapsulted traffic Valid values:
disable
,enable
. - ip_
policies Sequence[ObjectFirewall Gtp Ip Policy Args] - Ip-Policy. The structure of
ip_policy
block is documented below. - log_
freq float - Logging of frequency of GTP-C packets.
- log_
gtpu_ floatlimit - the user data log limit (0-512 bytes)
- log_
imsi_ strprefix - IMSI prefix for selective logging.
- log_
msisdn_ strprefix - the msisdn prefix for selective logging
- max_
message_ floatlength - max message length
- message_
filter_ strv0v1 - Message filter.
- message_
filter_ strv2 - Message filter.
- message_
rate_ Objectlimit Firewall Gtp Message Rate Limit Args - Message-Rate-Limit. The structure of
message_rate_limit
block is documented below. - message_
rate_ Objectlimit_ v0 Firewall Gtp Message Rate Limit V0Args - Message-Rate-Limit-V0. The structure of
message_rate_limit_v0
block is documented below. - message_
rate_ Objectlimit_ v1 Firewall Gtp Message Rate Limit V1Args - Message-Rate-Limit-V1. The structure of
message_rate_limit_v1
block is documented below. - message_
rate_ Objectlimit_ v2 Firewall Gtp Message Rate Limit V2Args - Message-Rate-Limit-V2. The structure of
message_rate_limit_v2
block is documented below. - min_
message_ floatlength - min message length
- miss_
must_ strie - Missing mandatory information element Valid values:
allow
,deny
. - monitor_
mode str - GTP monitor mode. Valid values:
disable
,enable
,vdom
. - name str
- Profile name.
- noip_
filter str - non-IP filter for encapsulted traffic Valid values:
disable
,enable
. - noip_
policies Sequence[ObjectFirewall Gtp Noip Policy Args] - Noip-Policy. The structure of
noip_policy
block is documented below. - object_
firewall_ strgtp_ id - an identifier for the resource with format {{name}}.
- out_
of_ strstate_ ie - Out of state information element. Valid values:
allow
,deny
. - out_
of_ strstate_ message - Out of state GTP message Valid values:
allow
,deny
. - per_
apn_ Sequence[Objectshapers Firewall Gtp Per Apn Shaper Args] - Per-Apn-Shaper. The structure of
per_apn_shaper
block is documented below. - policies
Sequence[Object
Firewall Gtp Policy Args] - Policy. The structure of
policy
block is documented below. - policy_
filter str - Advanced policy filter Valid values:
disable
,enable
. - policy_
v2s Sequence[ObjectFirewall Gtp Policy V2Args] - Policy-V2. The structure of
policy_v2
block is documented below. - port_
notify float - overbilling notify port
- rat_
timeout_ strprofile - RAT timeout profile.
- rate_
limit_ strmode - GTP rate limit mode. Valid values:
per-profile
,per-stream
,per-apn
. - rate_
limited_ strlog - log rate limited Valid values:
disable
,enable
. - rate_
sampling_ floatinterval - rate sampling interval (1-3600 seconds)
- remove_
if_ strecho_ expires - remove if echo response expires Valid values:
disable
,enable
. - remove_
if_ strrecovery_ differ - remove upon different Recovery IE Valid values:
disable
,enable
. - reserved_
ie str - reserved information element Valid values:
allow
,deny
. - 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_
delete_ strwhen_ timeout - send DELETE request to path endpoints when GTPv0/v1 tunnel timeout. Valid values:
disable
,enable
. - send_
delete_ strwhen_ timeout_ v2 - send DELETE request to path endpoints when GTPv2 tunnel timeout. Valid values:
disable
,enable
. - spoof_
src_ straddr - Spoofed source address for Mobile Station. Valid values:
allow
,deny
. - state_
invalid_ strlog - log state invalid Valid values:
disable
,enable
. - sub_
second_ strinterval - Sub-second interval (0.1, 0.25, or 0.5 sec, default = 0.5). Valid values:
0.1
,0.25
,0.5
. - sub_
second_ strsampling - Enable/disable sub-second sampling. Valid values:
disable
,enable
. - traffic_
count_ strlog - log tunnel traffic counter Valid values:
disable
,enable
. - tunnel_
limit float - tunnel limit
- tunnel_
limit_ strlog - tunnel limit Valid values:
disable
,enable
. - tunnel_
timeout float - Established tunnel timeout (in seconds).
- unknown_
version_ straction - action for unknown gtp version Valid values:
allow
,deny
. - user_
plane_ floatmessage_ rate_ limit - user plane message rate limit
- warning_
threshold float - Warning threshold for rate limiting (0 - 99 percent).
- addr
Notify String - overbilling notify address
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - apn
Filter String - apn filter Valid values:
disable
,enable
. - apns List<Property Map>
- Apn. The structure of
apn
block is documented below. - String
- Authorized GGSN group
- String
- Authorized GGSN/PGW IPv6 group.
- String
- Authorized SGSN group
- String
- Authorized SGSN/SGW IPv6 group.
- comment String
- Comment.
- context
Id Number - Overbilling context.
- control
Plane NumberMessage Rate Limit - control plane message rate limit
- default
Apn StringAction - default apn action Valid values:
allow
,deny
. - default
Imsi StringAction - default imsi action Valid values:
allow
,deny
. - default
Ip StringAction - default action for encapsulated IP traffic Valid values:
allow
,deny
. - default
Noip StringAction - default action for encapsulated non-IP traffic Valid values:
allow
,deny
. - default
Policy StringAction - default advanced policy action Valid values:
allow
,deny
. - denied
Log String - log denied Valid values:
disable
,enable
. - dynamic
Sort StringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- echo
Request NumberInterval - echo request interval (in seconds)
- extension
Log String - log in extension format Valid values:
disable
,enable
. - forwarded
Log String - log forwarded Valid values:
disable
,enable
. - global
Tunnel StringLimit - Global tunnel limit.
- gtp
In StringGtp - gtp in gtp Valid values:
allow
,deny
. - gtpu
Denied StringLog - Enable/disable logging of denied GTP-U packets. Valid values:
disable
,enable
. - gtpu
Forwarded StringLog - Enable/disable logging of forwarded GTP-U packets. Valid values:
disable
,enable
. - gtpu
Log NumberFreq - Logging of frequency of GTP-U packets.
- gtpv0 String
- GTPv0 traffic. Valid values:
allow
,deny
. - half
Close NumberTimeout - Half-close tunnel timeout (in seconds).
- half
Open NumberTimeout - Half-open tunnel timeout (in seconds).
- handover
Group String - Handover SGSN group
- handover
Group6 String - Handover SGSN/SGW IPv6 group.
- ie
Allow StringList V0v1 - IE allow list.
- ie
Allow StringList V2 - IE allow list.
- ie
Remove List<Property Map>Policies - Ie-Remove-Policy. The structure of
ie_remove_policy
block is documented below. - ie
Remover String - IE removal policy. Valid values:
disable
,enable
. - ie
Validation Property Map - Ie-Validation. The structure of
ie_validation
block is documented below. - ie
White StringList V0v1 - IE white list.
- ie
White StringList V2 - IE white list.
- imsi
Filter String - imsi filter Valid values:
disable
,enable
. - imsis List<Property Map>
- Imsi. The structure of
imsi
block is documented below. - interface
Notify String - overbilling interface
- invalid
Reserved StringField - Invalid reserved field in GTP header Valid values:
allow
,deny
. - invalid
Sgsns6To StringLog - Invalid SGSN IPv6 group to be logged.
- invalid
Sgsns StringTo Log - Invalid SGSN group to be logged
- ip
Filter String - IP filter for encapsulted traffic Valid values:
disable
,enable
. - ip
Policies List<Property Map> - Ip-Policy. The structure of
ip_policy
block is documented below. - log
Freq Number - Logging of frequency of GTP-C packets.
- log
Gtpu NumberLimit - the user data log limit (0-512 bytes)
- log
Imsi StringPrefix - IMSI prefix for selective logging.
- log
Msisdn StringPrefix - the msisdn prefix for selective logging
- max
Message NumberLength - max message length
- message
Filter StringV0v1 - Message filter.
- message
Filter StringV2 - Message filter.
- message
Rate Property MapLimit - Message-Rate-Limit. The structure of
message_rate_limit
block is documented below. - message
Rate Property MapLimit V0 - Message-Rate-Limit-V0. The structure of
message_rate_limit_v0
block is documented below. - message
Rate Property MapLimit V1 - Message-Rate-Limit-V1. The structure of
message_rate_limit_v1
block is documented below. - message
Rate Property MapLimit V2 - Message-Rate-Limit-V2. The structure of
message_rate_limit_v2
block is documented below. - min
Message NumberLength - min message length
- miss
Must StringIe - Missing mandatory information element Valid values:
allow
,deny
. - monitor
Mode String - GTP monitor mode. Valid values:
disable
,enable
,vdom
. - name String
- Profile name.
- noip
Filter String - non-IP filter for encapsulted traffic Valid values:
disable
,enable
. - noip
Policies List<Property Map> - Noip-Policy. The structure of
noip_policy
block is documented below. - object
Firewall StringGtp Id - an identifier for the resource with format {{name}}.
- out
Of StringState Ie - Out of state information element. Valid values:
allow
,deny
. - out
Of StringState Message - Out of state GTP message Valid values:
allow
,deny
. - per
Apn List<Property Map>Shapers - Per-Apn-Shaper. The structure of
per_apn_shaper
block is documented below. - policies List<Property Map>
- Policy. The structure of
policy
block is documented below. - policy
Filter String - Advanced policy filter Valid values:
disable
,enable
. - policy
V2s List<Property Map> - Policy-V2. The structure of
policy_v2
block is documented below. - port
Notify Number - overbilling notify port
- rat
Timeout StringProfile - RAT timeout profile.
- rate
Limit StringMode - GTP rate limit mode. Valid values:
per-profile
,per-stream
,per-apn
. - rate
Limited StringLog - log rate limited Valid values:
disable
,enable
. - rate
Sampling NumberInterval - rate sampling interval (1-3600 seconds)
- remove
If StringEcho Expires - remove if echo response expires Valid values:
disable
,enable
. - remove
If StringRecovery Differ - remove upon different Recovery IE Valid values:
disable
,enable
. - reserved
Ie String - reserved information element Valid values:
allow
,deny
. - 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
Delete StringWhen Timeout - send DELETE request to path endpoints when GTPv0/v1 tunnel timeout. Valid values:
disable
,enable
. - send
Delete StringWhen Timeout V2 - send DELETE request to path endpoints when GTPv2 tunnel timeout. Valid values:
disable
,enable
. - spoof
Src StringAddr - Spoofed source address for Mobile Station. Valid values:
allow
,deny
. - state
Invalid StringLog - log state invalid Valid values:
disable
,enable
. - sub
Second StringInterval - Sub-second interval (0.1, 0.25, or 0.5 sec, default = 0.5). Valid values:
0.1
,0.25
,0.5
. - sub
Second StringSampling - Enable/disable sub-second sampling. Valid values:
disable
,enable
. - traffic
Count StringLog - log tunnel traffic counter Valid values:
disable
,enable
. - tunnel
Limit Number - tunnel limit
- tunnel
Limit StringLog - tunnel limit Valid values:
disable
,enable
. - tunnel
Timeout Number - Established tunnel timeout (in seconds).
- unknown
Version StringAction - action for unknown gtp version Valid values:
allow
,deny
. - user
Plane NumberMessage Rate Limit - user plane message rate limit
- warning
Threshold Number - Warning threshold for rate limiting (0 - 99 percent).
Outputs
All input properties are implicitly available as output properties. Additionally, the ObjectFirewallGtp 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 ObjectFirewallGtp Resource
Get an existing ObjectFirewallGtp 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?: ObjectFirewallGtpState, opts?: CustomResourceOptions): ObjectFirewallGtp
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
addr_notify: Optional[str] = None,
adom: Optional[str] = None,
apn_filter: Optional[str] = None,
apns: Optional[Sequence[ObjectFirewallGtpApnArgs]] = None,
authorized_ggsns: Optional[str] = None,
authorized_ggsns6: Optional[str] = None,
authorized_sgsns: Optional[str] = None,
authorized_sgsns6: Optional[str] = None,
comment: Optional[str] = None,
context_id: Optional[float] = None,
control_plane_message_rate_limit: Optional[float] = None,
default_apn_action: Optional[str] = None,
default_imsi_action: Optional[str] = None,
default_ip_action: Optional[str] = None,
default_noip_action: Optional[str] = None,
default_policy_action: Optional[str] = None,
denied_log: Optional[str] = None,
dynamic_sort_subtable: Optional[str] = None,
echo_request_interval: Optional[float] = None,
extension_log: Optional[str] = None,
forwarded_log: Optional[str] = None,
global_tunnel_limit: Optional[str] = None,
gtp_in_gtp: Optional[str] = None,
gtpu_denied_log: Optional[str] = None,
gtpu_forwarded_log: Optional[str] = None,
gtpu_log_freq: Optional[float] = None,
gtpv0: Optional[str] = None,
half_close_timeout: Optional[float] = None,
half_open_timeout: Optional[float] = None,
handover_group: Optional[str] = None,
handover_group6: Optional[str] = None,
ie_allow_list_v0v1: Optional[str] = None,
ie_allow_list_v2: Optional[str] = None,
ie_remove_policies: Optional[Sequence[ObjectFirewallGtpIeRemovePolicyArgs]] = None,
ie_remover: Optional[str] = None,
ie_validation: Optional[ObjectFirewallGtpIeValidationArgs] = None,
ie_white_list_v0v1: Optional[str] = None,
ie_white_list_v2: Optional[str] = None,
imsi_filter: Optional[str] = None,
imsis: Optional[Sequence[ObjectFirewallGtpImsiArgs]] = None,
interface_notify: Optional[str] = None,
invalid_reserved_field: Optional[str] = None,
invalid_sgsns6_to_log: Optional[str] = None,
invalid_sgsns_to_log: Optional[str] = None,
ip_filter: Optional[str] = None,
ip_policies: Optional[Sequence[ObjectFirewallGtpIpPolicyArgs]] = None,
log_freq: Optional[float] = None,
log_gtpu_limit: Optional[float] = None,
log_imsi_prefix: Optional[str] = None,
log_msisdn_prefix: Optional[str] = None,
max_message_length: Optional[float] = None,
message_filter_v0v1: Optional[str] = None,
message_filter_v2: Optional[str] = None,
message_rate_limit: Optional[ObjectFirewallGtpMessageRateLimitArgs] = None,
message_rate_limit_v0: Optional[ObjectFirewallGtpMessageRateLimitV0Args] = None,
message_rate_limit_v1: Optional[ObjectFirewallGtpMessageRateLimitV1Args] = None,
message_rate_limit_v2: Optional[ObjectFirewallGtpMessageRateLimitV2Args] = None,
min_message_length: Optional[float] = None,
miss_must_ie: Optional[str] = None,
monitor_mode: Optional[str] = None,
name: Optional[str] = None,
noip_filter: Optional[str] = None,
noip_policies: Optional[Sequence[ObjectFirewallGtpNoipPolicyArgs]] = None,
object_firewall_gtp_id: Optional[str] = None,
out_of_state_ie: Optional[str] = None,
out_of_state_message: Optional[str] = None,
per_apn_shapers: Optional[Sequence[ObjectFirewallGtpPerApnShaperArgs]] = None,
policies: Optional[Sequence[ObjectFirewallGtpPolicyArgs]] = None,
policy_filter: Optional[str] = None,
policy_v2s: Optional[Sequence[ObjectFirewallGtpPolicyV2Args]] = None,
port_notify: Optional[float] = None,
rat_timeout_profile: Optional[str] = None,
rate_limit_mode: Optional[str] = None,
rate_limited_log: Optional[str] = None,
rate_sampling_interval: Optional[float] = None,
remove_if_echo_expires: Optional[str] = None,
remove_if_recovery_differ: Optional[str] = None,
reserved_ie: Optional[str] = None,
scopetype: Optional[str] = None,
send_delete_when_timeout: Optional[str] = None,
send_delete_when_timeout_v2: Optional[str] = None,
spoof_src_addr: Optional[str] = None,
state_invalid_log: Optional[str] = None,
sub_second_interval: Optional[str] = None,
sub_second_sampling: Optional[str] = None,
traffic_count_log: Optional[str] = None,
tunnel_limit: Optional[float] = None,
tunnel_limit_log: Optional[str] = None,
tunnel_timeout: Optional[float] = None,
unknown_version_action: Optional[str] = None,
user_plane_message_rate_limit: Optional[float] = None,
warning_threshold: Optional[float] = None) -> ObjectFirewallGtp
func GetObjectFirewallGtp(ctx *Context, name string, id IDInput, state *ObjectFirewallGtpState, opts ...ResourceOption) (*ObjectFirewallGtp, error)
public static ObjectFirewallGtp Get(string name, Input<string> id, ObjectFirewallGtpState? state, CustomResourceOptions? opts = null)
public static ObjectFirewallGtp get(String name, Output<String> id, ObjectFirewallGtpState state, CustomResourceOptions options)
resources: _: type: fortimanager:ObjectFirewallGtp 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.
- Addr
Notify string - overbilling notify address
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Apn
Filter string - apn filter Valid values:
disable
,enable
. - Apns
List<Object
Firewall Gtp Apn> - Apn. The structure of
apn
block is documented below. - string
- Authorized GGSN group
- string
- Authorized GGSN/PGW IPv6 group.
- string
- Authorized SGSN group
- string
- Authorized SGSN/SGW IPv6 group.
- Comment string
- Comment.
- Context
Id double - Overbilling context.
- Control
Plane doubleMessage Rate Limit - control plane message rate limit
- Default
Apn stringAction - default apn action Valid values:
allow
,deny
. - Default
Imsi stringAction - default imsi action Valid values:
allow
,deny
. - Default
Ip stringAction - default action for encapsulated IP traffic Valid values:
allow
,deny
. - Default
Noip stringAction - default action for encapsulated non-IP traffic Valid values:
allow
,deny
. - Default
Policy stringAction - default advanced policy action Valid values:
allow
,deny
. - Denied
Log string - log denied Valid values:
disable
,enable
. - Dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- Echo
Request doubleInterval - echo request interval (in seconds)
- Extension
Log string - log in extension format Valid values:
disable
,enable
. - Forwarded
Log string - log forwarded Valid values:
disable
,enable
. - Global
Tunnel stringLimit - Global tunnel limit.
- Gtp
In stringGtp - gtp in gtp Valid values:
allow
,deny
. - Gtpu
Denied stringLog - Enable/disable logging of denied GTP-U packets. Valid values:
disable
,enable
. - Gtpu
Forwarded stringLog - Enable/disable logging of forwarded GTP-U packets. Valid values:
disable
,enable
. - Gtpu
Log doubleFreq - Logging of frequency of GTP-U packets.
- Gtpv0 string
- GTPv0 traffic. Valid values:
allow
,deny
. - Half
Close doubleTimeout - Half-close tunnel timeout (in seconds).
- Half
Open doubleTimeout - Half-open tunnel timeout (in seconds).
- Handover
Group string - Handover SGSN group
- Handover
Group6 string - Handover SGSN/SGW IPv6 group.
- Ie
Allow stringList V0v1 - IE allow list.
- Ie
Allow stringList V2 - IE allow list.
- Ie
Remove List<ObjectPolicies Firewall Gtp Ie Remove Policy> - Ie-Remove-Policy. The structure of
ie_remove_policy
block is documented below. - Ie
Remover string - IE removal policy. Valid values:
disable
,enable
. - Ie
Validation ObjectFirewall Gtp Ie Validation - Ie-Validation. The structure of
ie_validation
block is documented below. - Ie
White stringList V0v1 - IE white list.
- Ie
White stringList V2 - IE white list.
- Imsi
Filter string - imsi filter Valid values:
disable
,enable
. - Imsis
List<Object
Firewall Gtp Imsi> - Imsi. The structure of
imsi
block is documented below. - Interface
Notify string - overbilling interface
- Invalid
Reserved stringField - Invalid reserved field in GTP header Valid values:
allow
,deny
. - Invalid
Sgsns6To stringLog - Invalid SGSN IPv6 group to be logged.
- Invalid
Sgsns stringTo Log - Invalid SGSN group to be logged
- Ip
Filter string - IP filter for encapsulted traffic Valid values:
disable
,enable
. - Ip
Policies List<ObjectFirewall Gtp Ip Policy> - Ip-Policy. The structure of
ip_policy
block is documented below. - Log
Freq double - Logging of frequency of GTP-C packets.
- Log
Gtpu doubleLimit - the user data log limit (0-512 bytes)
- Log
Imsi stringPrefix - IMSI prefix for selective logging.
- Log
Msisdn stringPrefix - the msisdn prefix for selective logging
- Max
Message doubleLength - max message length
- Message
Filter stringV0v1 - Message filter.
- Message
Filter stringV2 - Message filter.
- Message
Rate ObjectLimit Firewall Gtp Message Rate Limit - Message-Rate-Limit. The structure of
message_rate_limit
block is documented below. - Message
Rate ObjectLimit V0 Firewall Gtp Message Rate Limit V0 - Message-Rate-Limit-V0. The structure of
message_rate_limit_v0
block is documented below. - Message
Rate ObjectLimit V1 Firewall Gtp Message Rate Limit V1 - Message-Rate-Limit-V1. The structure of
message_rate_limit_v1
block is documented below. - Message
Rate ObjectLimit V2 Firewall Gtp Message Rate Limit V2 - Message-Rate-Limit-V2. The structure of
message_rate_limit_v2
block is documented below. - Min
Message doubleLength - min message length
- Miss
Must stringIe - Missing mandatory information element Valid values:
allow
,deny
. - Monitor
Mode string - GTP monitor mode. Valid values:
disable
,enable
,vdom
. - Name string
- Profile name.
- Noip
Filter string - non-IP filter for encapsulted traffic Valid values:
disable
,enable
. - Noip
Policies List<ObjectFirewall Gtp Noip Policy> - Noip-Policy. The structure of
noip_policy
block is documented below. - Object
Firewall stringGtp Id - an identifier for the resource with format {{name}}.
- Out
Of stringState Ie - Out of state information element. Valid values:
allow
,deny
. - Out
Of stringState Message - Out of state GTP message Valid values:
allow
,deny
. - Per
Apn List<ObjectShapers Firewall Gtp Per Apn Shaper> - Per-Apn-Shaper. The structure of
per_apn_shaper
block is documented below. - Policies
List<Object
Firewall Gtp Policy> - Policy. The structure of
policy
block is documented below. - Policy
Filter string - Advanced policy filter Valid values:
disable
,enable
. - Policy
V2s List<ObjectFirewall Gtp Policy V2> - Policy-V2. The structure of
policy_v2
block is documented below. - Port
Notify double - overbilling notify port
- Rat
Timeout stringProfile - RAT timeout profile.
- Rate
Limit stringMode - GTP rate limit mode. Valid values:
per-profile
,per-stream
,per-apn
. - Rate
Limited stringLog - log rate limited Valid values:
disable
,enable
. - Rate
Sampling doubleInterval - rate sampling interval (1-3600 seconds)
- Remove
If stringEcho Expires - remove if echo response expires Valid values:
disable
,enable
. - Remove
If stringRecovery Differ - remove upon different Recovery IE Valid values:
disable
,enable
. - Reserved
Ie string - reserved information element Valid values:
allow
,deny
. - 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
Delete stringWhen Timeout - send DELETE request to path endpoints when GTPv0/v1 tunnel timeout. Valid values:
disable
,enable
. - Send
Delete stringWhen Timeout V2 - send DELETE request to path endpoints when GTPv2 tunnel timeout. Valid values:
disable
,enable
. - Spoof
Src stringAddr - Spoofed source address for Mobile Station. Valid values:
allow
,deny
. - State
Invalid stringLog - log state invalid Valid values:
disable
,enable
. - Sub
Second stringInterval - Sub-second interval (0.1, 0.25, or 0.5 sec, default = 0.5). Valid values:
0.1
,0.25
,0.5
. - Sub
Second stringSampling - Enable/disable sub-second sampling. Valid values:
disable
,enable
. - Traffic
Count stringLog - log tunnel traffic counter Valid values:
disable
,enable
. - Tunnel
Limit double - tunnel limit
- Tunnel
Limit stringLog - tunnel limit Valid values:
disable
,enable
. - Tunnel
Timeout double - Established tunnel timeout (in seconds).
- Unknown
Version stringAction - action for unknown gtp version Valid values:
allow
,deny
. - User
Plane doubleMessage Rate Limit - user plane message rate limit
- Warning
Threshold double - Warning threshold for rate limiting (0 - 99 percent).
- Addr
Notify string - overbilling notify address
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Apn
Filter string - apn filter Valid values:
disable
,enable
. - Apns
[]Object
Firewall Gtp Apn Type Args - Apn. The structure of
apn
block is documented below. - string
- Authorized GGSN group
- string
- Authorized GGSN/PGW IPv6 group.
- string
- Authorized SGSN group
- string
- Authorized SGSN/SGW IPv6 group.
- Comment string
- Comment.
- Context
Id float64 - Overbilling context.
- Control
Plane float64Message Rate Limit - control plane message rate limit
- Default
Apn stringAction - default apn action Valid values:
allow
,deny
. - Default
Imsi stringAction - default imsi action Valid values:
allow
,deny
. - Default
Ip stringAction - default action for encapsulated IP traffic Valid values:
allow
,deny
. - Default
Noip stringAction - default action for encapsulated non-IP traffic Valid values:
allow
,deny
. - Default
Policy stringAction - default advanced policy action Valid values:
allow
,deny
. - Denied
Log string - log denied Valid values:
disable
,enable
. - Dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- Echo
Request float64Interval - echo request interval (in seconds)
- Extension
Log string - log in extension format Valid values:
disable
,enable
. - Forwarded
Log string - log forwarded Valid values:
disable
,enable
. - Global
Tunnel stringLimit - Global tunnel limit.
- Gtp
In stringGtp - gtp in gtp Valid values:
allow
,deny
. - Gtpu
Denied stringLog - Enable/disable logging of denied GTP-U packets. Valid values:
disable
,enable
. - Gtpu
Forwarded stringLog - Enable/disable logging of forwarded GTP-U packets. Valid values:
disable
,enable
. - Gtpu
Log float64Freq - Logging of frequency of GTP-U packets.
- Gtpv0 string
- GTPv0 traffic. Valid values:
allow
,deny
. - Half
Close float64Timeout - Half-close tunnel timeout (in seconds).
- Half
Open float64Timeout - Half-open tunnel timeout (in seconds).
- Handover
Group string - Handover SGSN group
- Handover
Group6 string - Handover SGSN/SGW IPv6 group.
- Ie
Allow stringList V0v1 - IE allow list.
- Ie
Allow stringList V2 - IE allow list.
- Ie
Remove []ObjectPolicies Firewall Gtp Ie Remove Policy Type Args - Ie-Remove-Policy. The structure of
ie_remove_policy
block is documented below. - Ie
Remover string - IE removal policy. Valid values:
disable
,enable
. - Ie
Validation ObjectFirewall Gtp Ie Validation Type Args - Ie-Validation. The structure of
ie_validation
block is documented below. - Ie
White stringList V0v1 - IE white list.
- Ie
White stringList V2 - IE white list.
- Imsi
Filter string - imsi filter Valid values:
disable
,enable
. - Imsis
[]Object
Firewall Gtp Imsi Type Args - Imsi. The structure of
imsi
block is documented below. - Interface
Notify string - overbilling interface
- Invalid
Reserved stringField - Invalid reserved field in GTP header Valid values:
allow
,deny
. - Invalid
Sgsns6To stringLog - Invalid SGSN IPv6 group to be logged.
- Invalid
Sgsns stringTo Log - Invalid SGSN group to be logged
- Ip
Filter string - IP filter for encapsulted traffic Valid values:
disable
,enable
. - Ip
Policies []ObjectFirewall Gtp Ip Policy Type Args - Ip-Policy. The structure of
ip_policy
block is documented below. - Log
Freq float64 - Logging of frequency of GTP-C packets.
- Log
Gtpu float64Limit - the user data log limit (0-512 bytes)
- Log
Imsi stringPrefix - IMSI prefix for selective logging.
- Log
Msisdn stringPrefix - the msisdn prefix for selective logging
- Max
Message float64Length - max message length
- Message
Filter stringV0v1 - Message filter.
- Message
Filter stringV2 - Message filter.
- Message
Rate ObjectLimit Firewall Gtp Message Rate Limit Type Args - Message-Rate-Limit. The structure of
message_rate_limit
block is documented below. - Message
Rate ObjectLimit V0 Firewall Gtp Message Rate Limit V0Type Args - Message-Rate-Limit-V0. The structure of
message_rate_limit_v0
block is documented below. - Message
Rate ObjectLimit V1 Firewall Gtp Message Rate Limit V1Type Args - Message-Rate-Limit-V1. The structure of
message_rate_limit_v1
block is documented below. - Message
Rate ObjectLimit V2 Firewall Gtp Message Rate Limit V2Type Args - Message-Rate-Limit-V2. The structure of
message_rate_limit_v2
block is documented below. - Min
Message float64Length - min message length
- Miss
Must stringIe - Missing mandatory information element Valid values:
allow
,deny
. - Monitor
Mode string - GTP monitor mode. Valid values:
disable
,enable
,vdom
. - Name string
- Profile name.
- Noip
Filter string - non-IP filter for encapsulted traffic Valid values:
disable
,enable
. - Noip
Policies []ObjectFirewall Gtp Noip Policy Type Args - Noip-Policy. The structure of
noip_policy
block is documented below. - Object
Firewall stringGtp Id - an identifier for the resource with format {{name}}.
- Out
Of stringState Ie - Out of state information element. Valid values:
allow
,deny
. - Out
Of stringState Message - Out of state GTP message Valid values:
allow
,deny
. - Per
Apn []ObjectShapers Firewall Gtp Per Apn Shaper Type Args - Per-Apn-Shaper. The structure of
per_apn_shaper
block is documented below. - Policies
[]Object
Firewall Gtp Policy Type Args - Policy. The structure of
policy
block is documented below. - Policy
Filter string - Advanced policy filter Valid values:
disable
,enable
. - Policy
V2s []ObjectFirewall Gtp Policy V2Type Args - Policy-V2. The structure of
policy_v2
block is documented below. - Port
Notify float64 - overbilling notify port
- Rat
Timeout stringProfile - RAT timeout profile.
- Rate
Limit stringMode - GTP rate limit mode. Valid values:
per-profile
,per-stream
,per-apn
. - Rate
Limited stringLog - log rate limited Valid values:
disable
,enable
. - Rate
Sampling float64Interval - rate sampling interval (1-3600 seconds)
- Remove
If stringEcho Expires - remove if echo response expires Valid values:
disable
,enable
. - Remove
If stringRecovery Differ - remove upon different Recovery IE Valid values:
disable
,enable
. - Reserved
Ie string - reserved information element Valid values:
allow
,deny
. - 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
Delete stringWhen Timeout - send DELETE request to path endpoints when GTPv0/v1 tunnel timeout. Valid values:
disable
,enable
. - Send
Delete stringWhen Timeout V2 - send DELETE request to path endpoints when GTPv2 tunnel timeout. Valid values:
disable
,enable
. - Spoof
Src stringAddr - Spoofed source address for Mobile Station. Valid values:
allow
,deny
. - State
Invalid stringLog - log state invalid Valid values:
disable
,enable
. - Sub
Second stringInterval - Sub-second interval (0.1, 0.25, or 0.5 sec, default = 0.5). Valid values:
0.1
,0.25
,0.5
. - Sub
Second stringSampling - Enable/disable sub-second sampling. Valid values:
disable
,enable
. - Traffic
Count stringLog - log tunnel traffic counter Valid values:
disable
,enable
. - Tunnel
Limit float64 - tunnel limit
- Tunnel
Limit stringLog - tunnel limit Valid values:
disable
,enable
. - Tunnel
Timeout float64 - Established tunnel timeout (in seconds).
- Unknown
Version stringAction - action for unknown gtp version Valid values:
allow
,deny
. - User
Plane float64Message Rate Limit - user plane message rate limit
- Warning
Threshold float64 - Warning threshold for rate limiting (0 - 99 percent).
- addr
Notify String - overbilling notify address
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - apn
Filter String - apn filter Valid values:
disable
,enable
. - apns
List<Object
Firewall Gtp Apn> - Apn. The structure of
apn
block is documented below. - String
- Authorized GGSN group
- String
- Authorized GGSN/PGW IPv6 group.
- String
- Authorized SGSN group
- String
- Authorized SGSN/SGW IPv6 group.
- comment String
- Comment.
- context
Id Double - Overbilling context.
- control
Plane DoubleMessage Rate Limit - control plane message rate limit
- default
Apn StringAction - default apn action Valid values:
allow
,deny
. - default
Imsi StringAction - default imsi action Valid values:
allow
,deny
. - default
Ip StringAction - default action for encapsulated IP traffic Valid values:
allow
,deny
. - default
Noip StringAction - default action for encapsulated non-IP traffic Valid values:
allow
,deny
. - default
Policy StringAction - default advanced policy action Valid values:
allow
,deny
. - denied
Log String - log denied Valid values:
disable
,enable
. - dynamic
Sort StringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- echo
Request DoubleInterval - echo request interval (in seconds)
- extension
Log String - log in extension format Valid values:
disable
,enable
. - forwarded
Log String - log forwarded Valid values:
disable
,enable
. - global
Tunnel StringLimit - Global tunnel limit.
- gtp
In StringGtp - gtp in gtp Valid values:
allow
,deny
. - gtpu
Denied StringLog - Enable/disable logging of denied GTP-U packets. Valid values:
disable
,enable
. - gtpu
Forwarded StringLog - Enable/disable logging of forwarded GTP-U packets. Valid values:
disable
,enable
. - gtpu
Log DoubleFreq - Logging of frequency of GTP-U packets.
- gtpv0 String
- GTPv0 traffic. Valid values:
allow
,deny
. - half
Close DoubleTimeout - Half-close tunnel timeout (in seconds).
- half
Open DoubleTimeout - Half-open tunnel timeout (in seconds).
- handover
Group String - Handover SGSN group
- handover
Group6 String - Handover SGSN/SGW IPv6 group.
- ie
Allow StringList V0v1 - IE allow list.
- ie
Allow StringList V2 - IE allow list.
- ie
Remove List<ObjectPolicies Firewall Gtp Ie Remove Policy> - Ie-Remove-Policy. The structure of
ie_remove_policy
block is documented below. - ie
Remover String - IE removal policy. Valid values:
disable
,enable
. - ie
Validation ObjectFirewall Gtp Ie Validation - Ie-Validation. The structure of
ie_validation
block is documented below. - ie
White StringList V0v1 - IE white list.
- ie
White StringList V2 - IE white list.
- imsi
Filter String - imsi filter Valid values:
disable
,enable
. - imsis
List<Object
Firewall Gtp Imsi> - Imsi. The structure of
imsi
block is documented below. - interface
Notify String - overbilling interface
- invalid
Reserved StringField - Invalid reserved field in GTP header Valid values:
allow
,deny
. - invalid
Sgsns6To StringLog - Invalid SGSN IPv6 group to be logged.
- invalid
Sgsns StringTo Log - Invalid SGSN group to be logged
- ip
Filter String - IP filter for encapsulted traffic Valid values:
disable
,enable
. - ip
Policies List<ObjectFirewall Gtp Ip Policy> - Ip-Policy. The structure of
ip_policy
block is documented below. - log
Freq Double - Logging of frequency of GTP-C packets.
- log
Gtpu DoubleLimit - the user data log limit (0-512 bytes)
- log
Imsi StringPrefix - IMSI prefix for selective logging.
- log
Msisdn StringPrefix - the msisdn prefix for selective logging
- max
Message DoubleLength - max message length
- message
Filter StringV0v1 - Message filter.
- message
Filter StringV2 - Message filter.
- message
Rate ObjectLimit Firewall Gtp Message Rate Limit - Message-Rate-Limit. The structure of
message_rate_limit
block is documented below. - message
Rate ObjectLimit V0 Firewall Gtp Message Rate Limit V0 - Message-Rate-Limit-V0. The structure of
message_rate_limit_v0
block is documented below. - message
Rate ObjectLimit V1 Firewall Gtp Message Rate Limit V1 - Message-Rate-Limit-V1. The structure of
message_rate_limit_v1
block is documented below. - message
Rate ObjectLimit V2 Firewall Gtp Message Rate Limit V2 - Message-Rate-Limit-V2. The structure of
message_rate_limit_v2
block is documented below. - min
Message DoubleLength - min message length
- miss
Must StringIe - Missing mandatory information element Valid values:
allow
,deny
. - monitor
Mode String - GTP monitor mode. Valid values:
disable
,enable
,vdom
. - name String
- Profile name.
- noip
Filter String - non-IP filter for encapsulted traffic Valid values:
disable
,enable
. - noip
Policies List<ObjectFirewall Gtp Noip Policy> - Noip-Policy. The structure of
noip_policy
block is documented below. - object
Firewall StringGtp Id - an identifier for the resource with format {{name}}.
- out
Of StringState Ie - Out of state information element. Valid values:
allow
,deny
. - out
Of StringState Message - Out of state GTP message Valid values:
allow
,deny
. - per
Apn List<ObjectShapers Firewall Gtp Per Apn Shaper> - Per-Apn-Shaper. The structure of
per_apn_shaper
block is documented below. - policies
List<Object
Firewall Gtp Policy> - Policy. The structure of
policy
block is documented below. - policy
Filter String - Advanced policy filter Valid values:
disable
,enable
. - policy
V2s List<ObjectFirewall Gtp Policy V2> - Policy-V2. The structure of
policy_v2
block is documented below. - port
Notify Double - overbilling notify port
- rat
Timeout StringProfile - RAT timeout profile.
- rate
Limit StringMode - GTP rate limit mode. Valid values:
per-profile
,per-stream
,per-apn
. - rate
Limited StringLog - log rate limited Valid values:
disable
,enable
. - rate
Sampling DoubleInterval - rate sampling interval (1-3600 seconds)
- remove
If StringEcho Expires - remove if echo response expires Valid values:
disable
,enable
. - remove
If StringRecovery Differ - remove upon different Recovery IE Valid values:
disable
,enable
. - reserved
Ie String - reserved information element Valid values:
allow
,deny
. - 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
Delete StringWhen Timeout - send DELETE request to path endpoints when GTPv0/v1 tunnel timeout. Valid values:
disable
,enable
. - send
Delete StringWhen Timeout V2 - send DELETE request to path endpoints when GTPv2 tunnel timeout. Valid values:
disable
,enable
. - spoof
Src StringAddr - Spoofed source address for Mobile Station. Valid values:
allow
,deny
. - state
Invalid StringLog - log state invalid Valid values:
disable
,enable
. - sub
Second StringInterval - Sub-second interval (0.1, 0.25, or 0.5 sec, default = 0.5). Valid values:
0.1
,0.25
,0.5
. - sub
Second StringSampling - Enable/disable sub-second sampling. Valid values:
disable
,enable
. - traffic
Count StringLog - log tunnel traffic counter Valid values:
disable
,enable
. - tunnel
Limit Double - tunnel limit
- tunnel
Limit StringLog - tunnel limit Valid values:
disable
,enable
. - tunnel
Timeout Double - Established tunnel timeout (in seconds).
- unknown
Version StringAction - action for unknown gtp version Valid values:
allow
,deny
. - user
Plane DoubleMessage Rate Limit - user plane message rate limit
- warning
Threshold Double - Warning threshold for rate limiting (0 - 99 percent).
- addr
Notify string - overbilling notify address
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - apn
Filter string - apn filter Valid values:
disable
,enable
. - apns
Object
Firewall Gtp Apn[] - Apn. The structure of
apn
block is documented below. - string
- Authorized GGSN group
- string
- Authorized GGSN/PGW IPv6 group.
- string
- Authorized SGSN group
- string
- Authorized SGSN/SGW IPv6 group.
- comment string
- Comment.
- context
Id number - Overbilling context.
- control
Plane numberMessage Rate Limit - control plane message rate limit
- default
Apn stringAction - default apn action Valid values:
allow
,deny
. - default
Imsi stringAction - default imsi action Valid values:
allow
,deny
. - default
Ip stringAction - default action for encapsulated IP traffic Valid values:
allow
,deny
. - default
Noip stringAction - default action for encapsulated non-IP traffic Valid values:
allow
,deny
. - default
Policy stringAction - default advanced policy action Valid values:
allow
,deny
. - denied
Log string - log denied Valid values:
disable
,enable
. - dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- echo
Request numberInterval - echo request interval (in seconds)
- extension
Log string - log in extension format Valid values:
disable
,enable
. - forwarded
Log string - log forwarded Valid values:
disable
,enable
. - global
Tunnel stringLimit - Global tunnel limit.
- gtp
In stringGtp - gtp in gtp Valid values:
allow
,deny
. - gtpu
Denied stringLog - Enable/disable logging of denied GTP-U packets. Valid values:
disable
,enable
. - gtpu
Forwarded stringLog - Enable/disable logging of forwarded GTP-U packets. Valid values:
disable
,enable
. - gtpu
Log numberFreq - Logging of frequency of GTP-U packets.
- gtpv0 string
- GTPv0 traffic. Valid values:
allow
,deny
. - half
Close numberTimeout - Half-close tunnel timeout (in seconds).
- half
Open numberTimeout - Half-open tunnel timeout (in seconds).
- handover
Group string - Handover SGSN group
- handover
Group6 string - Handover SGSN/SGW IPv6 group.
- ie
Allow stringList V0v1 - IE allow list.
- ie
Allow stringList V2 - IE allow list.
- ie
Remove ObjectPolicies Firewall Gtp Ie Remove Policy[] - Ie-Remove-Policy. The structure of
ie_remove_policy
block is documented below. - ie
Remover string - IE removal policy. Valid values:
disable
,enable
. - ie
Validation ObjectFirewall Gtp Ie Validation - Ie-Validation. The structure of
ie_validation
block is documented below. - ie
White stringList V0v1 - IE white list.
- ie
White stringList V2 - IE white list.
- imsi
Filter string - imsi filter Valid values:
disable
,enable
. - imsis
Object
Firewall Gtp Imsi[] - Imsi. The structure of
imsi
block is documented below. - interface
Notify string - overbilling interface
- invalid
Reserved stringField - Invalid reserved field in GTP header Valid values:
allow
,deny
. - invalid
Sgsns6To stringLog - Invalid SGSN IPv6 group to be logged.
- invalid
Sgsns stringTo Log - Invalid SGSN group to be logged
- ip
Filter string - IP filter for encapsulted traffic Valid values:
disable
,enable
. - ip
Policies ObjectFirewall Gtp Ip Policy[] - Ip-Policy. The structure of
ip_policy
block is documented below. - log
Freq number - Logging of frequency of GTP-C packets.
- log
Gtpu numberLimit - the user data log limit (0-512 bytes)
- log
Imsi stringPrefix - IMSI prefix for selective logging.
- log
Msisdn stringPrefix - the msisdn prefix for selective logging
- max
Message numberLength - max message length
- message
Filter stringV0v1 - Message filter.
- message
Filter stringV2 - Message filter.
- message
Rate ObjectLimit Firewall Gtp Message Rate Limit - Message-Rate-Limit. The structure of
message_rate_limit
block is documented below. - message
Rate ObjectLimit V0 Firewall Gtp Message Rate Limit V0 - Message-Rate-Limit-V0. The structure of
message_rate_limit_v0
block is documented below. - message
Rate ObjectLimit V1 Firewall Gtp Message Rate Limit V1 - Message-Rate-Limit-V1. The structure of
message_rate_limit_v1
block is documented below. - message
Rate ObjectLimit V2 Firewall Gtp Message Rate Limit V2 - Message-Rate-Limit-V2. The structure of
message_rate_limit_v2
block is documented below. - min
Message numberLength - min message length
- miss
Must stringIe - Missing mandatory information element Valid values:
allow
,deny
. - monitor
Mode string - GTP monitor mode. Valid values:
disable
,enable
,vdom
. - name string
- Profile name.
- noip
Filter string - non-IP filter for encapsulted traffic Valid values:
disable
,enable
. - noip
Policies ObjectFirewall Gtp Noip Policy[] - Noip-Policy. The structure of
noip_policy
block is documented below. - object
Firewall stringGtp Id - an identifier for the resource with format {{name}}.
- out
Of stringState Ie - Out of state information element. Valid values:
allow
,deny
. - out
Of stringState Message - Out of state GTP message Valid values:
allow
,deny
. - per
Apn ObjectShapers Firewall Gtp Per Apn Shaper[] - Per-Apn-Shaper. The structure of
per_apn_shaper
block is documented below. - policies
Object
Firewall Gtp Policy[] - Policy. The structure of
policy
block is documented below. - policy
Filter string - Advanced policy filter Valid values:
disable
,enable
. - policy
V2s ObjectFirewall Gtp Policy V2[] - Policy-V2. The structure of
policy_v2
block is documented below. - port
Notify number - overbilling notify port
- rat
Timeout stringProfile - RAT timeout profile.
- rate
Limit stringMode - GTP rate limit mode. Valid values:
per-profile
,per-stream
,per-apn
. - rate
Limited stringLog - log rate limited Valid values:
disable
,enable
. - rate
Sampling numberInterval - rate sampling interval (1-3600 seconds)
- remove
If stringEcho Expires - remove if echo response expires Valid values:
disable
,enable
. - remove
If stringRecovery Differ - remove upon different Recovery IE Valid values:
disable
,enable
. - reserved
Ie string - reserved information element Valid values:
allow
,deny
. - 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
Delete stringWhen Timeout - send DELETE request to path endpoints when GTPv0/v1 tunnel timeout. Valid values:
disable
,enable
. - send
Delete stringWhen Timeout V2 - send DELETE request to path endpoints when GTPv2 tunnel timeout. Valid values:
disable
,enable
. - spoof
Src stringAddr - Spoofed source address for Mobile Station. Valid values:
allow
,deny
. - state
Invalid stringLog - log state invalid Valid values:
disable
,enable
. - sub
Second stringInterval - Sub-second interval (0.1, 0.25, or 0.5 sec, default = 0.5). Valid values:
0.1
,0.25
,0.5
. - sub
Second stringSampling - Enable/disable sub-second sampling. Valid values:
disable
,enable
. - traffic
Count stringLog - log tunnel traffic counter Valid values:
disable
,enable
. - tunnel
Limit number - tunnel limit
- tunnel
Limit stringLog - tunnel limit Valid values:
disable
,enable
. - tunnel
Timeout number - Established tunnel timeout (in seconds).
- unknown
Version stringAction - action for unknown gtp version Valid values:
allow
,deny
. - user
Plane numberMessage Rate Limit - user plane message rate limit
- warning
Threshold number - Warning threshold for rate limiting (0 - 99 percent).
- addr_
notify str - overbilling notify address
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - apn_
filter str - apn filter Valid values:
disable
,enable
. - apns
Sequence[Object
Firewall Gtp Apn Args] - Apn. The structure of
apn
block is documented below. - str
- Authorized GGSN group
- str
- Authorized GGSN/PGW IPv6 group.
- str
- Authorized SGSN group
- str
- Authorized SGSN/SGW IPv6 group.
- comment str
- Comment.
- context_
id float - Overbilling context.
- control_
plane_ floatmessage_ rate_ limit - control plane message rate limit
- default_
apn_ straction - default apn action Valid values:
allow
,deny
. - default_
imsi_ straction - default imsi action Valid values:
allow
,deny
. - default_
ip_ straction - default action for encapsulated IP traffic Valid values:
allow
,deny
. - default_
noip_ straction - default action for encapsulated non-IP traffic Valid values:
allow
,deny
. - default_
policy_ straction - default advanced policy action Valid values:
allow
,deny
. - denied_
log str - log denied Valid values:
disable
,enable
. - dynamic_
sort_ strsubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- echo_
request_ floatinterval - echo request interval (in seconds)
- extension_
log str - log in extension format Valid values:
disable
,enable
. - forwarded_
log str - log forwarded Valid values:
disable
,enable
. - global_
tunnel_ strlimit - Global tunnel limit.
- gtp_
in_ strgtp - gtp in gtp Valid values:
allow
,deny
. - gtpu_
denied_ strlog - Enable/disable logging of denied GTP-U packets. Valid values:
disable
,enable
. - gtpu_
forwarded_ strlog - Enable/disable logging of forwarded GTP-U packets. Valid values:
disable
,enable
. - gtpu_
log_ floatfreq - Logging of frequency of GTP-U packets.
- gtpv0 str
- GTPv0 traffic. Valid values:
allow
,deny
. - half_
close_ floattimeout - Half-close tunnel timeout (in seconds).
- half_
open_ floattimeout - Half-open tunnel timeout (in seconds).
- handover_
group str - Handover SGSN group
- handover_
group6 str - Handover SGSN/SGW IPv6 group.
- ie_
allow_ strlist_ v0v1 - IE allow list.
- ie_
allow_ strlist_ v2 - IE allow list.
- ie_
remove_ Sequence[Objectpolicies Firewall Gtp Ie Remove Policy Args] - Ie-Remove-Policy. The structure of
ie_remove_policy
block is documented below. - ie_
remover str - IE removal policy. Valid values:
disable
,enable
. - ie_
validation ObjectFirewall Gtp Ie Validation Args - Ie-Validation. The structure of
ie_validation
block is documented below. - ie_
white_ strlist_ v0v1 - IE white list.
- ie_
white_ strlist_ v2 - IE white list.
- imsi_
filter str - imsi filter Valid values:
disable
,enable
. - imsis
Sequence[Object
Firewall Gtp Imsi Args] - Imsi. The structure of
imsi
block is documented below. - interface_
notify str - overbilling interface
- invalid_
reserved_ strfield - Invalid reserved field in GTP header Valid values:
allow
,deny
. - invalid_
sgsns6_ strto_ log - Invalid SGSN IPv6 group to be logged.
- invalid_
sgsns_ strto_ log - Invalid SGSN group to be logged
- ip_
filter str - IP filter for encapsulted traffic Valid values:
disable
,enable
. - ip_
policies Sequence[ObjectFirewall Gtp Ip Policy Args] - Ip-Policy. The structure of
ip_policy
block is documented below. - log_
freq float - Logging of frequency of GTP-C packets.
- log_
gtpu_ floatlimit - the user data log limit (0-512 bytes)
- log_
imsi_ strprefix - IMSI prefix for selective logging.
- log_
msisdn_ strprefix - the msisdn prefix for selective logging
- max_
message_ floatlength - max message length
- message_
filter_ strv0v1 - Message filter.
- message_
filter_ strv2 - Message filter.
- message_
rate_ Objectlimit Firewall Gtp Message Rate Limit Args - Message-Rate-Limit. The structure of
message_rate_limit
block is documented below. - message_
rate_ Objectlimit_ v0 Firewall Gtp Message Rate Limit V0Args - Message-Rate-Limit-V0. The structure of
message_rate_limit_v0
block is documented below. - message_
rate_ Objectlimit_ v1 Firewall Gtp Message Rate Limit V1Args - Message-Rate-Limit-V1. The structure of
message_rate_limit_v1
block is documented below. - message_
rate_ Objectlimit_ v2 Firewall Gtp Message Rate Limit V2Args - Message-Rate-Limit-V2. The structure of
message_rate_limit_v2
block is documented below. - min_
message_ floatlength - min message length
- miss_
must_ strie - Missing mandatory information element Valid values:
allow
,deny
. - monitor_
mode str - GTP monitor mode. Valid values:
disable
,enable
,vdom
. - name str
- Profile name.
- noip_
filter str - non-IP filter for encapsulted traffic Valid values:
disable
,enable
. - noip_
policies Sequence[ObjectFirewall Gtp Noip Policy Args] - Noip-Policy. The structure of
noip_policy
block is documented below. - object_
firewall_ strgtp_ id - an identifier for the resource with format {{name}}.
- out_
of_ strstate_ ie - Out of state information element. Valid values:
allow
,deny
. - out_
of_ strstate_ message - Out of state GTP message Valid values:
allow
,deny
. - per_
apn_ Sequence[Objectshapers Firewall Gtp Per Apn Shaper Args] - Per-Apn-Shaper. The structure of
per_apn_shaper
block is documented below. - policies
Sequence[Object
Firewall Gtp Policy Args] - Policy. The structure of
policy
block is documented below. - policy_
filter str - Advanced policy filter Valid values:
disable
,enable
. - policy_
v2s Sequence[ObjectFirewall Gtp Policy V2Args] - Policy-V2. The structure of
policy_v2
block is documented below. - port_
notify float - overbilling notify port
- rat_
timeout_ strprofile - RAT timeout profile.
- rate_
limit_ strmode - GTP rate limit mode. Valid values:
per-profile
,per-stream
,per-apn
. - rate_
limited_ strlog - log rate limited Valid values:
disable
,enable
. - rate_
sampling_ floatinterval - rate sampling interval (1-3600 seconds)
- remove_
if_ strecho_ expires - remove if echo response expires Valid values:
disable
,enable
. - remove_
if_ strrecovery_ differ - remove upon different Recovery IE Valid values:
disable
,enable
. - reserved_
ie str - reserved information element Valid values:
allow
,deny
. - 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_
delete_ strwhen_ timeout - send DELETE request to path endpoints when GTPv0/v1 tunnel timeout. Valid values:
disable
,enable
. - send_
delete_ strwhen_ timeout_ v2 - send DELETE request to path endpoints when GTPv2 tunnel timeout. Valid values:
disable
,enable
. - spoof_
src_ straddr - Spoofed source address for Mobile Station. Valid values:
allow
,deny
. - state_
invalid_ strlog - log state invalid Valid values:
disable
,enable
. - sub_
second_ strinterval - Sub-second interval (0.1, 0.25, or 0.5 sec, default = 0.5). Valid values:
0.1
,0.25
,0.5
. - sub_
second_ strsampling - Enable/disable sub-second sampling. Valid values:
disable
,enable
. - traffic_
count_ strlog - log tunnel traffic counter Valid values:
disable
,enable
. - tunnel_
limit float - tunnel limit
- tunnel_
limit_ strlog - tunnel limit Valid values:
disable
,enable
. - tunnel_
timeout float - Established tunnel timeout (in seconds).
- unknown_
version_ straction - action for unknown gtp version Valid values:
allow
,deny
. - user_
plane_ floatmessage_ rate_ limit - user plane message rate limit
- warning_
threshold float - Warning threshold for rate limiting (0 - 99 percent).
- addr
Notify String - overbilling notify address
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - apn
Filter String - apn filter Valid values:
disable
,enable
. - apns List<Property Map>
- Apn. The structure of
apn
block is documented below. - String
- Authorized GGSN group
- String
- Authorized GGSN/PGW IPv6 group.
- String
- Authorized SGSN group
- String
- Authorized SGSN/SGW IPv6 group.
- comment String
- Comment.
- context
Id Number - Overbilling context.
- control
Plane NumberMessage Rate Limit - control plane message rate limit
- default
Apn StringAction - default apn action Valid values:
allow
,deny
. - default
Imsi StringAction - default imsi action Valid values:
allow
,deny
. - default
Ip StringAction - default action for encapsulated IP traffic Valid values:
allow
,deny
. - default
Noip StringAction - default action for encapsulated non-IP traffic Valid values:
allow
,deny
. - default
Policy StringAction - default advanced policy action Valid values:
allow
,deny
. - denied
Log String - log denied Valid values:
disable
,enable
. - dynamic
Sort StringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- echo
Request NumberInterval - echo request interval (in seconds)
- extension
Log String - log in extension format Valid values:
disable
,enable
. - forwarded
Log String - log forwarded Valid values:
disable
,enable
. - global
Tunnel StringLimit - Global tunnel limit.
- gtp
In StringGtp - gtp in gtp Valid values:
allow
,deny
. - gtpu
Denied StringLog - Enable/disable logging of denied GTP-U packets. Valid values:
disable
,enable
. - gtpu
Forwarded StringLog - Enable/disable logging of forwarded GTP-U packets. Valid values:
disable
,enable
. - gtpu
Log NumberFreq - Logging of frequency of GTP-U packets.
- gtpv0 String
- GTPv0 traffic. Valid values:
allow
,deny
. - half
Close NumberTimeout - Half-close tunnel timeout (in seconds).
- half
Open NumberTimeout - Half-open tunnel timeout (in seconds).
- handover
Group String - Handover SGSN group
- handover
Group6 String - Handover SGSN/SGW IPv6 group.
- ie
Allow StringList V0v1 - IE allow list.
- ie
Allow StringList V2 - IE allow list.
- ie
Remove List<Property Map>Policies - Ie-Remove-Policy. The structure of
ie_remove_policy
block is documented below. - ie
Remover String - IE removal policy. Valid values:
disable
,enable
. - ie
Validation Property Map - Ie-Validation. The structure of
ie_validation
block is documented below. - ie
White StringList V0v1 - IE white list.
- ie
White StringList V2 - IE white list.
- imsi
Filter String - imsi filter Valid values:
disable
,enable
. - imsis List<Property Map>
- Imsi. The structure of
imsi
block is documented below. - interface
Notify String - overbilling interface
- invalid
Reserved StringField - Invalid reserved field in GTP header Valid values:
allow
,deny
. - invalid
Sgsns6To StringLog - Invalid SGSN IPv6 group to be logged.
- invalid
Sgsns StringTo Log - Invalid SGSN group to be logged
- ip
Filter String - IP filter for encapsulted traffic Valid values:
disable
,enable
. - ip
Policies List<Property Map> - Ip-Policy. The structure of
ip_policy
block is documented below. - log
Freq Number - Logging of frequency of GTP-C packets.
- log
Gtpu NumberLimit - the user data log limit (0-512 bytes)
- log
Imsi StringPrefix - IMSI prefix for selective logging.
- log
Msisdn StringPrefix - the msisdn prefix for selective logging
- max
Message NumberLength - max message length
- message
Filter StringV0v1 - Message filter.
- message
Filter StringV2 - Message filter.
- message
Rate Property MapLimit - Message-Rate-Limit. The structure of
message_rate_limit
block is documented below. - message
Rate Property MapLimit V0 - Message-Rate-Limit-V0. The structure of
message_rate_limit_v0
block is documented below. - message
Rate Property MapLimit V1 - Message-Rate-Limit-V1. The structure of
message_rate_limit_v1
block is documented below. - message
Rate Property MapLimit V2 - Message-Rate-Limit-V2. The structure of
message_rate_limit_v2
block is documented below. - min
Message NumberLength - min message length
- miss
Must StringIe - Missing mandatory information element Valid values:
allow
,deny
. - monitor
Mode String - GTP monitor mode. Valid values:
disable
,enable
,vdom
. - name String
- Profile name.
- noip
Filter String - non-IP filter for encapsulted traffic Valid values:
disable
,enable
. - noip
Policies List<Property Map> - Noip-Policy. The structure of
noip_policy
block is documented below. - object
Firewall StringGtp Id - an identifier for the resource with format {{name}}.
- out
Of StringState Ie - Out of state information element. Valid values:
allow
,deny
. - out
Of StringState Message - Out of state GTP message Valid values:
allow
,deny
. - per
Apn List<Property Map>Shapers - Per-Apn-Shaper. The structure of
per_apn_shaper
block is documented below. - policies List<Property Map>
- Policy. The structure of
policy
block is documented below. - policy
Filter String - Advanced policy filter Valid values:
disable
,enable
. - policy
V2s List<Property Map> - Policy-V2. The structure of
policy_v2
block is documented below. - port
Notify Number - overbilling notify port
- rat
Timeout StringProfile - RAT timeout profile.
- rate
Limit StringMode - GTP rate limit mode. Valid values:
per-profile
,per-stream
,per-apn
. - rate
Limited StringLog - log rate limited Valid values:
disable
,enable
. - rate
Sampling NumberInterval - rate sampling interval (1-3600 seconds)
- remove
If StringEcho Expires - remove if echo response expires Valid values:
disable
,enable
. - remove
If StringRecovery Differ - remove upon different Recovery IE Valid values:
disable
,enable
. - reserved
Ie String - reserved information element Valid values:
allow
,deny
. - 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
Delete StringWhen Timeout - send DELETE request to path endpoints when GTPv0/v1 tunnel timeout. Valid values:
disable
,enable
. - send
Delete StringWhen Timeout V2 - send DELETE request to path endpoints when GTPv2 tunnel timeout. Valid values:
disable
,enable
. - spoof
Src StringAddr - Spoofed source address for Mobile Station. Valid values:
allow
,deny
. - state
Invalid StringLog - log state invalid Valid values:
disable
,enable
. - sub
Second StringInterval - Sub-second interval (0.1, 0.25, or 0.5 sec, default = 0.5). Valid values:
0.1
,0.25
,0.5
. - sub
Second StringSampling - Enable/disable sub-second sampling. Valid values:
disable
,enable
. - traffic
Count StringLog - log tunnel traffic counter Valid values:
disable
,enable
. - tunnel
Limit Number - tunnel limit
- tunnel
Limit StringLog - tunnel limit Valid values:
disable
,enable
. - tunnel
Timeout Number - Established tunnel timeout (in seconds).
- unknown
Version StringAction - action for unknown gtp version Valid values:
allow
,deny
. - user
Plane NumberMessage Rate Limit - user plane message rate limit
- warning
Threshold Number - Warning threshold for rate limiting (0 - 99 percent).
Supporting Types
ObjectFirewallGtpApn, ObjectFirewallGtpApnArgs
- Action string
- Action. Valid values:
allow
,deny
. - Apnmember string
- APN member.
- Id double
- ID.
- Selection
Modes List<string> - APN selection mode. Valid values:
ms
,net
,vrf
.
- Action string
- Action. Valid values:
allow
,deny
. - Apnmember string
- APN member.
- Id float64
- ID.
- Selection
Modes []string - APN selection mode. Valid values:
ms
,net
,vrf
.
- action String
- Action. Valid values:
allow
,deny
. - apnmember String
- APN member.
- id Double
- ID.
- selection
Modes List<String> - APN selection mode. Valid values:
ms
,net
,vrf
.
- action string
- Action. Valid values:
allow
,deny
. - apnmember string
- APN member.
- id number
- ID.
- selection
Modes string[] - APN selection mode. Valid values:
ms
,net
,vrf
.
- action str
- Action. Valid values:
allow
,deny
. - apnmember str
- APN member.
- id float
- ID.
- selection_
modes Sequence[str] - APN selection mode. Valid values:
ms
,net
,vrf
.
- action String
- Action. Valid values:
allow
,deny
. - apnmember String
- APN member.
- id Number
- ID.
- selection
Modes List<String> - APN selection mode. Valid values:
ms
,net
,vrf
.
ObjectFirewallGtpIeRemovePolicy, ObjectFirewallGtpIeRemovePolicyArgs
- id float
- ID.
- remove_
ies Sequence[str] - GTP IEs to be removed. Valid values:
apn-restriction
,rat-type
,rai
,uli
,imei
. - sgsn_
addr str - SGSN address name.
- sgsn_
addr6 str - SGSN IPv6 address name.
ObjectFirewallGtpIeValidation, ObjectFirewallGtpIeValidationArgs
- Apn
Restriction string - Validate APN restriction. Valid values:
disable
,enable
. - Charging
Gateway stringAddr - Validate charging gateway address. Valid values:
disable
,enable
. - Charging
Id string - Validate charging ID. Valid values:
disable
,enable
. - End
User stringAddr - Validate end user address. Valid values:
disable
,enable
. - Gsn
Addr string - Validate GSN address. Valid values:
disable
,enable
. - Imei string
- Validate IMEI(SV). Valid values:
disable
,enable
. - Imsi string
- Validate IMSI. Valid values:
disable
,enable
. - Mm
Context string - Validate MM context. Valid values:
disable
,enable
. - Ms
Tzone string - Validate MS time zone. Valid values:
disable
,enable
. - Ms
Validated string - Validate MS validated. Valid values:
disable
,enable
. - Msisdn string
- Validate MSISDN. Valid values:
disable
,enable
. - Nsapi string
- Validate NSAPI. Valid values:
disable
,enable
. - Pdp
Context string - Validate PDP context. Valid values:
disable
,enable
. - Qos
Profile string - Validate Quality of Service(QoS) profile. Valid values:
disable
,enable
. - Rai string
- Validate RAI. Valid values:
disable
,enable
. - Rat
Type string - Validate RAT type. Valid values:
disable
,enable
. - Reordering
Required string - Validate re-ordering required. Valid values:
disable
,enable
. - Selection
Mode string - Validate selection mode. Valid values:
disable
,enable
. - Uli string
- Validate user location information. Valid values:
disable
,enable
.
- Apn
Restriction string - Validate APN restriction. Valid values:
disable
,enable
. - Charging
Gateway stringAddr - Validate charging gateway address. Valid values:
disable
,enable
. - Charging
Id string - Validate charging ID. Valid values:
disable
,enable
. - End
User stringAddr - Validate end user address. Valid values:
disable
,enable
. - Gsn
Addr string - Validate GSN address. Valid values:
disable
,enable
. - Imei string
- Validate IMEI(SV). Valid values:
disable
,enable
. - Imsi string
- Validate IMSI. Valid values:
disable
,enable
. - Mm
Context string - Validate MM context. Valid values:
disable
,enable
. - Ms
Tzone string - Validate MS time zone. Valid values:
disable
,enable
. - Ms
Validated string - Validate MS validated. Valid values:
disable
,enable
. - Msisdn string
- Validate MSISDN. Valid values:
disable
,enable
. - Nsapi string
- Validate NSAPI. Valid values:
disable
,enable
. - Pdp
Context string - Validate PDP context. Valid values:
disable
,enable
. - Qos
Profile string - Validate Quality of Service(QoS) profile. Valid values:
disable
,enable
. - Rai string
- Validate RAI. Valid values:
disable
,enable
. - Rat
Type string - Validate RAT type. Valid values:
disable
,enable
. - Reordering
Required string - Validate re-ordering required. Valid values:
disable
,enable
. - Selection
Mode string - Validate selection mode. Valid values:
disable
,enable
. - Uli string
- Validate user location information. Valid values:
disable
,enable
.
- apn
Restriction String - Validate APN restriction. Valid values:
disable
,enable
. - charging
Gateway StringAddr - Validate charging gateway address. Valid values:
disable
,enable
. - charging
Id String - Validate charging ID. Valid values:
disable
,enable
. - end
User StringAddr - Validate end user address. Valid values:
disable
,enable
. - gsn
Addr String - Validate GSN address. Valid values:
disable
,enable
. - imei String
- Validate IMEI(SV). Valid values:
disable
,enable
. - imsi String
- Validate IMSI. Valid values:
disable
,enable
. - mm
Context String - Validate MM context. Valid values:
disable
,enable
. - ms
Tzone String - Validate MS time zone. Valid values:
disable
,enable
. - ms
Validated String - Validate MS validated. Valid values:
disable
,enable
. - msisdn String
- Validate MSISDN. Valid values:
disable
,enable
. - nsapi String
- Validate NSAPI. Valid values:
disable
,enable
. - pdp
Context String - Validate PDP context. Valid values:
disable
,enable
. - qos
Profile String - Validate Quality of Service(QoS) profile. Valid values:
disable
,enable
. - rai String
- Validate RAI. Valid values:
disable
,enable
. - rat
Type String - Validate RAT type. Valid values:
disable
,enable
. - reordering
Required String - Validate re-ordering required. Valid values:
disable
,enable
. - selection
Mode String - Validate selection mode. Valid values:
disable
,enable
. - uli String
- Validate user location information. Valid values:
disable
,enable
.
- apn
Restriction string - Validate APN restriction. Valid values:
disable
,enable
. - charging
Gateway stringAddr - Validate charging gateway address. Valid values:
disable
,enable
. - charging
Id string - Validate charging ID. Valid values:
disable
,enable
. - end
User stringAddr - Validate end user address. Valid values:
disable
,enable
. - gsn
Addr string - Validate GSN address. Valid values:
disable
,enable
. - imei string
- Validate IMEI(SV). Valid values:
disable
,enable
. - imsi string
- Validate IMSI. Valid values:
disable
,enable
. - mm
Context string - Validate MM context. Valid values:
disable
,enable
. - ms
Tzone string - Validate MS time zone. Valid values:
disable
,enable
. - ms
Validated string - Validate MS validated. Valid values:
disable
,enable
. - msisdn string
- Validate MSISDN. Valid values:
disable
,enable
. - nsapi string
- Validate NSAPI. Valid values:
disable
,enable
. - pdp
Context string - Validate PDP context. Valid values:
disable
,enable
. - qos
Profile string - Validate Quality of Service(QoS) profile. Valid values:
disable
,enable
. - rai string
- Validate RAI. Valid values:
disable
,enable
. - rat
Type string - Validate RAT type. Valid values:
disable
,enable
. - reordering
Required string - Validate re-ordering required. Valid values:
disable
,enable
. - selection
Mode string - Validate selection mode. Valid values:
disable
,enable
. - uli string
- Validate user location information. Valid values:
disable
,enable
.
- apn_
restriction str - Validate APN restriction. Valid values:
disable
,enable
. - charging_
gateway_ straddr - Validate charging gateway address. Valid values:
disable
,enable
. - charging_
id str - Validate charging ID. Valid values:
disable
,enable
. - end_
user_ straddr - Validate end user address. Valid values:
disable
,enable
. - gsn_
addr str - Validate GSN address. Valid values:
disable
,enable
. - imei str
- Validate IMEI(SV). Valid values:
disable
,enable
. - imsi str
- Validate IMSI. Valid values:
disable
,enable
. - mm_
context str - Validate MM context. Valid values:
disable
,enable
. - ms_
tzone str - Validate MS time zone. Valid values:
disable
,enable
. - ms_
validated str - Validate MS validated. Valid values:
disable
,enable
. - msisdn str
- Validate MSISDN. Valid values:
disable
,enable
. - nsapi str
- Validate NSAPI. Valid values:
disable
,enable
. - pdp_
context str - Validate PDP context. Valid values:
disable
,enable
. - qos_
profile str - Validate Quality of Service(QoS) profile. Valid values:
disable
,enable
. - rai str
- Validate RAI. Valid values:
disable
,enable
. - rat_
type str - Validate RAT type. Valid values:
disable
,enable
. - reordering_
required str - Validate re-ordering required. Valid values:
disable
,enable
. - selection_
mode str - Validate selection mode. Valid values:
disable
,enable
. - uli str
- Validate user location information. Valid values:
disable
,enable
.
- apn
Restriction String - Validate APN restriction. Valid values:
disable
,enable
. - charging
Gateway StringAddr - Validate charging gateway address. Valid values:
disable
,enable
. - charging
Id String - Validate charging ID. Valid values:
disable
,enable
. - end
User StringAddr - Validate end user address. Valid values:
disable
,enable
. - gsn
Addr String - Validate GSN address. Valid values:
disable
,enable
. - imei String
- Validate IMEI(SV). Valid values:
disable
,enable
. - imsi String
- Validate IMSI. Valid values:
disable
,enable
. - mm
Context String - Validate MM context. Valid values:
disable
,enable
. - ms
Tzone String - Validate MS time zone. Valid values:
disable
,enable
. - ms
Validated String - Validate MS validated. Valid values:
disable
,enable
. - msisdn String
- Validate MSISDN. Valid values:
disable
,enable
. - nsapi String
- Validate NSAPI. Valid values:
disable
,enable
. - pdp
Context String - Validate PDP context. Valid values:
disable
,enable
. - qos
Profile String - Validate Quality of Service(QoS) profile. Valid values:
disable
,enable
. - rai String
- Validate RAI. Valid values:
disable
,enable
. - rat
Type String - Validate RAT type. Valid values:
disable
,enable
. - reordering
Required String - Validate re-ordering required. Valid values:
disable
,enable
. - selection
Mode String - Validate selection mode. Valid values:
disable
,enable
. - uli String
- Validate user location information. Valid values:
disable
,enable
.
ObjectFirewallGtpImsi, ObjectFirewallGtpImsiArgs
- Action string
- Action. Valid values:
allow
,deny
. - Apnmember string
- APN member.
- Id double
- ID.
- Mcc
Mnc string - MCC MNC.
- Msisdn
Prefix string - MSISDN prefix.
- Selection
Modes List<string> - APN selection mode. Valid values:
ms
,net
,vrf
.
- Action string
- Action. Valid values:
allow
,deny
. - Apnmember string
- APN member.
- Id float64
- ID.
- Mcc
Mnc string - MCC MNC.
- Msisdn
Prefix string - MSISDN prefix.
- Selection
Modes []string - APN selection mode. Valid values:
ms
,net
,vrf
.
- action String
- Action. Valid values:
allow
,deny
. - apnmember String
- APN member.
- id Double
- ID.
- mcc
Mnc String - MCC MNC.
- msisdn
Prefix String - MSISDN prefix.
- selection
Modes List<String> - APN selection mode. Valid values:
ms
,net
,vrf
.
- action string
- Action. Valid values:
allow
,deny
. - apnmember string
- APN member.
- id number
- ID.
- mcc
Mnc string - MCC MNC.
- msisdn
Prefix string - MSISDN prefix.
- selection
Modes string[] - APN selection mode. Valid values:
ms
,net
,vrf
.
- action str
- Action. Valid values:
allow
,deny
. - apnmember str
- APN member.
- id float
- ID.
- mcc_
mnc str - MCC MNC.
- msisdn_
prefix str - MSISDN prefix.
- selection_
modes Sequence[str] - APN selection mode. Valid values:
ms
,net
,vrf
.
- action String
- Action. Valid values:
allow
,deny
. - apnmember String
- APN member.
- id Number
- ID.
- mcc
Mnc String - MCC MNC.
- msisdn
Prefix String - MSISDN prefix.
- selection
Modes List<String> - APN selection mode. Valid values:
ms
,net
,vrf
.
ObjectFirewallGtpIpPolicy, ObjectFirewallGtpIpPolicyArgs
ObjectFirewallGtpMessageRateLimit, ObjectFirewallGtpMessageRateLimitArgs
- 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 (packets/s) for create PDP context request.
- 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 (packets/s) for delete PDP context request.
- 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 (packets/s) for echo request.
- 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).
- 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).
- 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).
The
message_rate_limit_v0
block supports:
- 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 (packets/s) for create PDP context request.
- 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 (packets/s) for delete PDP context request.
- 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 (packets/s) for echo request.
- 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).
- 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).
- 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).
The
message_rate_limit_v0
block supports:
- 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 (packets/s) for create PDP context request.
- 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 (packets/s) for delete PDP context request.
- 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 (packets/s) for echo request.
- 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).
- 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).
- 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).
The
message_rate_limit_v0
block supports:
- 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 (packets/s) for create PDP context request.
- 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 (packets/s) for delete PDP context request.
- 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 (packets/s) for echo request.
- 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).
- 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).
- 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).
The
message_rate_limit_v0
block supports:
- 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 (packets/s) for create PDP context request.
- 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 (packets/s) for delete PDP context request.
- 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 (packets/s) for echo request.
- 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).
- 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).
- 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).
The
message_rate_limit_v0
block supports:
- 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 (packets/s) for create PDP context request.
- 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 (packets/s) for delete PDP context request.
- 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 (packets/s) for echo request.
- 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).
- 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).
- 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).
The
message_rate_limit_v0
block supports:
ObjectFirewallGtpMessageRateLimitV0, ObjectFirewallGtpMessageRateLimitV0Args
- Create
Pdp doubleRequest - Rate limit (packets/s) for create PDP context request.
- Delete
Pdp doubleRequest - Rate limit (packets/s) for delete PDP context request.
- Echo
Request double - Rate limit (packets/s) for echo request.
- Create
Pdp float64Request - Rate limit (packets/s) for create PDP context request.
- Delete
Pdp float64Request - Rate limit (packets/s) for delete PDP context request.
- Echo
Request float64 - Rate limit (packets/s) for echo request.
- create
Pdp DoubleRequest - Rate limit (packets/s) for create PDP context request.
- delete
Pdp DoubleRequest - Rate limit (packets/s) for delete PDP context request.
- echo
Request Double - Rate limit (packets/s) for echo request.
- create
Pdp numberRequest - Rate limit (packets/s) for create PDP context request.
- delete
Pdp numberRequest - Rate limit (packets/s) for delete PDP context request.
- echo
Request number - Rate limit (packets/s) for echo request.
- create_
pdp_ floatrequest - Rate limit (packets/s) for create PDP context request.
- delete_
pdp_ floatrequest - Rate limit (packets/s) for delete PDP context request.
- echo_
request float - Rate limit (packets/s) for echo request.
- create
Pdp NumberRequest - Rate limit (packets/s) for create PDP context request.
- delete
Pdp NumberRequest - Rate limit (packets/s) for delete PDP context request.
- echo
Request Number - Rate limit (packets/s) for echo request.
ObjectFirewallGtpMessageRateLimitV1, ObjectFirewallGtpMessageRateLimitV1Args
- Create
Pdp doubleRequest - Rate limit (packets/s) for create PDP context request.
- Delete
Pdp doubleRequest - Rate limit (packets/s) for delete PDP context request.
- Echo
Request double - Rate limit (packets/s) for echo request.
- Create
Pdp float64Request - Rate limit (packets/s) for create PDP context request.
- Delete
Pdp float64Request - Rate limit (packets/s) for delete PDP context request.
- Echo
Request float64 - Rate limit (packets/s) for echo request.
- create
Pdp DoubleRequest - Rate limit (packets/s) for create PDP context request.
- delete
Pdp DoubleRequest - Rate limit (packets/s) for delete PDP context request.
- echo
Request Double - Rate limit (packets/s) for echo request.
- create
Pdp numberRequest - Rate limit (packets/s) for create PDP context request.
- delete
Pdp numberRequest - Rate limit (packets/s) for delete PDP context request.
- echo
Request number - Rate limit (packets/s) for echo request.
- create_
pdp_ floatrequest - Rate limit (packets/s) for create PDP context request.
- delete_
pdp_ floatrequest - Rate limit (packets/s) for delete PDP context request.
- echo_
request float - Rate limit (packets/s) for echo request.
- create
Pdp NumberRequest - Rate limit (packets/s) for create PDP context request.
- delete
Pdp NumberRequest - Rate limit (packets/s) for delete PDP context request.
- echo
Request Number - Rate limit (packets/s) for echo request.
ObjectFirewallGtpMessageRateLimitV2, ObjectFirewallGtpMessageRateLimitV2Args
- Create
Session doubleRequest - Rate limit (packets/s) for create session request.
- Delete
Session doubleRequest - Rate limit (packets/s) for delete session request.
- Echo
Request double - Rate limit (packets/s) for echo request.
- Create
Session float64Request - Rate limit (packets/s) for create session request.
- Delete
Session float64Request - Rate limit (packets/s) for delete session request.
- Echo
Request float64 - Rate limit (packets/s) for echo request.
- create
Session DoubleRequest - Rate limit (packets/s) for create session request.
- delete
Session DoubleRequest - Rate limit (packets/s) for delete session request.
- echo
Request Double - Rate limit (packets/s) for echo request.
- create
Session numberRequest - Rate limit (packets/s) for create session request.
- delete
Session numberRequest - Rate limit (packets/s) for delete session request.
- echo
Request number - Rate limit (packets/s) for echo request.
- create_
session_ floatrequest - Rate limit (packets/s) for create session request.
- delete_
session_ floatrequest - Rate limit (packets/s) for delete session request.
- echo_
request float - Rate limit (packets/s) for echo request.
- create
Session NumberRequest - Rate limit (packets/s) for create session request.
- delete
Session NumberRequest - Rate limit (packets/s) for delete session request.
- echo
Request Number - Rate limit (packets/s) for echo request.
ObjectFirewallGtpNoipPolicy, ObjectFirewallGtpNoipPolicyArgs
ObjectFirewallGtpPerApnShaper, ObjectFirewallGtpPerApnShaperArgs
- apn str
- APN name.
- id float
- ID.
- rate_
limit float - Rate limit (packets/s) for create PDP context request.
- version float
- GTP version number: 0 or 1.
ObjectFirewallGtpPolicy, ObjectFirewallGtpPolicyArgs
- Action string
- Action. Valid values:
deny
,allow
. - Apn
Sel List<string>Modes - APN selection mode. Valid values:
ms
,net
,vrf
. - Apnmember string
- APN member.
- Id double
- ID.
- Imei string
- IMEI pattern.
- Imsi string
- IMSI prefix.
- Imsi
Prefix string - IMSI prefix.
- Max
Apn stringRestriction - Maximum APN restriction value. Valid values:
all
,public-1
,public-2
,private-1
,private-2
. - Messages List<string>
- GTP messages. Valid values:
create-ses-req
,create-ses-res
,modify-bearer-req
,modify-bearer-res
. - Msisdn string
- MSISDN prefix.
- Msisdn
Prefix string - MSISDN prefix.
- Rai string
- RAI pattern.
- Rat
Types List<string> - RAT Type. Valid values:
any
,utran
,geran
,wlan
,gan
,hspa
,eutran
,virtual
,nbiot
,ltem
,nr
. - Uli string
- GTPv2 ULI patterns (in order of CGI SAI RAI TAI ECGI LAI).
- Action string
- Action. Valid values:
deny
,allow
. - Apn
Sel []stringModes - APN selection mode. Valid values:
ms
,net
,vrf
. - Apnmember string
- APN member.
- Id float64
- ID.
- Imei string
- IMEI pattern.
- Imsi string
- IMSI prefix.
- Imsi
Prefix string - IMSI prefix.
- Max
Apn stringRestriction - Maximum APN restriction value. Valid values:
all
,public-1
,public-2
,private-1
,private-2
. - Messages []string
- GTP messages. Valid values:
create-ses-req
,create-ses-res
,modify-bearer-req
,modify-bearer-res
. - Msisdn string
- MSISDN prefix.
- Msisdn
Prefix string - MSISDN prefix.
- Rai string
- RAI pattern.
- Rat
Types []string - RAT Type. Valid values:
any
,utran
,geran
,wlan
,gan
,hspa
,eutran
,virtual
,nbiot
,ltem
,nr
. - Uli string
- GTPv2 ULI patterns (in order of CGI SAI RAI TAI ECGI LAI).
- action String
- Action. Valid values:
deny
,allow
. - apn
Sel List<String>Modes - APN selection mode. Valid values:
ms
,net
,vrf
. - apnmember String
- APN member.
- id Double
- ID.
- imei String
- IMEI pattern.
- imsi String
- IMSI prefix.
- imsi
Prefix String - IMSI prefix.
- max
Apn StringRestriction - Maximum APN restriction value. Valid values:
all
,public-1
,public-2
,private-1
,private-2
. - messages List<String>
- GTP messages. Valid values:
create-ses-req
,create-ses-res
,modify-bearer-req
,modify-bearer-res
. - msisdn String
- MSISDN prefix.
- msisdn
Prefix String - MSISDN prefix.
- rai String
- RAI pattern.
- rat
Types List<String> - RAT Type. Valid values:
any
,utran
,geran
,wlan
,gan
,hspa
,eutran
,virtual
,nbiot
,ltem
,nr
. - uli String
- GTPv2 ULI patterns (in order of CGI SAI RAI TAI ECGI LAI).
- action string
- Action. Valid values:
deny
,allow
. - apn
Sel string[]Modes - APN selection mode. Valid values:
ms
,net
,vrf
. - apnmember string
- APN member.
- id number
- ID.
- imei string
- IMEI pattern.
- imsi string
- IMSI prefix.
- imsi
Prefix string - IMSI prefix.
- max
Apn stringRestriction - Maximum APN restriction value. Valid values:
all
,public-1
,public-2
,private-1
,private-2
. - messages string[]
- GTP messages. Valid values:
create-ses-req
,create-ses-res
,modify-bearer-req
,modify-bearer-res
. - msisdn string
- MSISDN prefix.
- msisdn
Prefix string - MSISDN prefix.
- rai string
- RAI pattern.
- rat
Types string[] - RAT Type. Valid values:
any
,utran
,geran
,wlan
,gan
,hspa
,eutran
,virtual
,nbiot
,ltem
,nr
. - uli string
- GTPv2 ULI patterns (in order of CGI SAI RAI TAI ECGI LAI).
- action str
- Action. Valid values:
deny
,allow
. - apn_
sel_ Sequence[str]modes - APN selection mode. Valid values:
ms
,net
,vrf
. - apnmember str
- APN member.
- id float
- ID.
- imei str
- IMEI pattern.
- imsi str
- IMSI prefix.
- imsi_
prefix str - IMSI prefix.
- max_
apn_ strrestriction - Maximum APN restriction value. Valid values:
all
,public-1
,public-2
,private-1
,private-2
. - messages Sequence[str]
- GTP messages. Valid values:
create-ses-req
,create-ses-res
,modify-bearer-req
,modify-bearer-res
. - msisdn str
- MSISDN prefix.
- msisdn_
prefix str - MSISDN prefix.
- rai str
- RAI pattern.
- rat_
types Sequence[str] - RAT Type. Valid values:
any
,utran
,geran
,wlan
,gan
,hspa
,eutran
,virtual
,nbiot
,ltem
,nr
. - uli str
- GTPv2 ULI patterns (in order of CGI SAI RAI TAI ECGI LAI).
- action String
- Action. Valid values:
deny
,allow
. - apn
Sel List<String>Modes - APN selection mode. Valid values:
ms
,net
,vrf
. - apnmember String
- APN member.
- id Number
- ID.
- imei String
- IMEI pattern.
- imsi String
- IMSI prefix.
- imsi
Prefix String - IMSI prefix.
- max
Apn StringRestriction - Maximum APN restriction value. Valid values:
all
,public-1
,public-2
,private-1
,private-2
. - messages List<String>
- GTP messages. Valid values:
create-ses-req
,create-ses-res
,modify-bearer-req
,modify-bearer-res
. - msisdn String
- MSISDN prefix.
- msisdn
Prefix String - MSISDN prefix.
- rai String
- RAI pattern.
- rat
Types List<String> - RAT Type. Valid values:
any
,utran
,geran
,wlan
,gan
,hspa
,eutran
,virtual
,nbiot
,ltem
,nr
. - uli String
- GTPv2 ULI patterns (in order of CGI SAI RAI TAI ECGI LAI).
ObjectFirewallGtpPolicyV2, ObjectFirewallGtpPolicyV2Args
- Action string
- Apn
Sel List<string>Modes - APN selection mode. Valid values:
ms
,net
,vrf
. - Apnmember string
- Id double
- an identifier for the resource with format {{name}}.
- Imsi
Prefix string - IMSI prefix.
- Max
Apn stringRestriction - Maximum APN restriction value. Valid values:
all
,public-1
,public-2
,private-1
,private-2
. - Mei string
- MEI pattern.
- Messages List<string>
- GTP messages. Valid values:
create-ses-req
,create-ses-res
,modify-bearer-req
,modify-bearer-res
. - Msisdn
Prefix string - Rat
Types List<string> - Ulis List<string>
- Action string
- Apn
Sel []stringModes - APN selection mode. Valid values:
ms
,net
,vrf
. - Apnmember string
- Id float64
- an identifier for the resource with format {{name}}.
- Imsi
Prefix string - IMSI prefix.
- Max
Apn stringRestriction - Maximum APN restriction value. Valid values:
all
,public-1
,public-2
,private-1
,private-2
. - Mei string
- MEI pattern.
- Messages []string
- GTP messages. Valid values:
create-ses-req
,create-ses-res
,modify-bearer-req
,modify-bearer-res
. - Msisdn
Prefix string - Rat
Types []string - Ulis []string
- action String
- apn
Sel List<String>Modes - APN selection mode. Valid values:
ms
,net
,vrf
. - apnmember String
- id Double
- an identifier for the resource with format {{name}}.
- imsi
Prefix String - IMSI prefix.
- max
Apn StringRestriction - Maximum APN restriction value. Valid values:
all
,public-1
,public-2
,private-1
,private-2
. - mei String
- MEI pattern.
- messages List<String>
- GTP messages. Valid values:
create-ses-req
,create-ses-res
,modify-bearer-req
,modify-bearer-res
. - msisdn
Prefix String - rat
Types List<String> - ulis List<String>
- action string
- apn
Sel string[]Modes - APN selection mode. Valid values:
ms
,net
,vrf
. - apnmember string
- id number
- an identifier for the resource with format {{name}}.
- imsi
Prefix string - IMSI prefix.
- max
Apn stringRestriction - Maximum APN restriction value. Valid values:
all
,public-1
,public-2
,private-1
,private-2
. - mei string
- MEI pattern.
- messages string[]
- GTP messages. Valid values:
create-ses-req
,create-ses-res
,modify-bearer-req
,modify-bearer-res
. - msisdn
Prefix string - rat
Types string[] - ulis string[]
- action str
- apn_
sel_ Sequence[str]modes - APN selection mode. Valid values:
ms
,net
,vrf
. - apnmember str
- id float
- an identifier for the resource with format {{name}}.
- imsi_
prefix str - IMSI prefix.
- max_
apn_ strrestriction - Maximum APN restriction value. Valid values:
all
,public-1
,public-2
,private-1
,private-2
. - mei str
- MEI pattern.
- messages Sequence[str]
- GTP messages. Valid values:
create-ses-req
,create-ses-res
,modify-bearer-req
,modify-bearer-res
. - msisdn_
prefix str - rat_
types Sequence[str] - ulis Sequence[str]
- action String
- apn
Sel List<String>Modes - APN selection mode. Valid values:
ms
,net
,vrf
. - apnmember String
- id Number
- an identifier for the resource with format {{name}}.
- imsi
Prefix String - IMSI prefix.
- max
Apn StringRestriction - Maximum APN restriction value. Valid values:
all
,public-1
,public-2
,private-1
,private-2
. - mei String
- MEI pattern.
- messages List<String>
- GTP messages. Valid values:
create-ses-req
,create-ses-res
,modify-bearer-req
,modify-bearer-res
. - msisdn
Prefix String - rat
Types List<String> - ulis List<String>
Import
ObjectFirewall Gtp can be imported using any of these accepted formats:
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/objectFirewallGtp:ObjectFirewallGtp labelname {{name}}
$ unset “FORTIMANAGER_IMPORT_TABLE”
-> Hint: The scopetype and adom for import will directly inherit the scopetype and adom configuration of the provider.
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- fortimanager fortinetdev/terraform-provider-fortimanager
- License
- Notes
- This Pulumi package is based on the
fortimanager
Terraform Provider.