Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F401840
firewall.pb.rb
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Thu, Feb 20, 1:34 PM
Size
2 KB
Mime Type
text/x-c++
Expires
Sat, Feb 22, 1:34 PM (19 h, 5 m)
Engine
blob
Format
Raw Data
Handle
191819
Attached To
R89 fluent-plugin-udp-native-sensors
firewall.pb.rb
View Options
#
# Copyright (c) 2017 Juniper Networks, Inc. All rights reserved.
#
# encoding: utf-8
##
# This file is auto-generated. DO NOT EDIT!
#
require
'protobuf'
##
# Imports
#
require
'telemetry_top.pb'
##
# Message Classes
#
class
Firewall
<
::
Protobuf
::
Message
;
end
class
FirewallStats
<
::
Protobuf
::
Message
;
end
class
MemoryUsage
<
::
Protobuf
::
Message
;
end
class
CounterStats
<
::
Protobuf
::
Message
;
end
class
PolicerStats
<
::
Protobuf
::
Message
;
end
class
ExtendedPolicerStats
<
::
Protobuf
::
Message
;
end
class
HierarchicalPolicerStats
<
::
Protobuf
::
Message
;
end
##
# Message Fields
#
class
Firewall
repeated
::
FirewallStats
,
:firewall_stats
,
1
end
class
FirewallStats
required
:string
,
:filter_name
,
1
,
:".telemetry_options"
=>
{
:is_key
=>
true
}
optional
:uint64
,
:timestamp
,
2
,
:".telemetry_options"
=>
{
:is_timestamp
=>
true
}
repeated
::
MemoryUsage
,
:memory_usage
,
3
repeated
::
CounterStats
,
:counter_stats
,
4
repeated
::
PolicerStats
,
:policer_stats
,
5
repeated
::
HierarchicalPolicerStats
,
:hierarchical_policer_stats
,
6
end
class
MemoryUsage
required
:string
,
:name
,
1
,
:".telemetry_options"
=>
{
:is_key
=>
true
}
optional
:uint64
,
:allocated
,
2
,
:".telemetry_options"
=>
{
:is_gauge
=>
true
}
end
class
CounterStats
required
:string
,
:name
,
1
,
:".telemetry_options"
=>
{
:is_key
=>
true
}
optional
:uint64
,
:packets
,
2
,
:".telemetry_options"
=>
{
:is_counter
=>
true
}
optional
:uint64
,
:bytes
,
3
,
:".telemetry_options"
=>
{
:is_counter
=>
true
}
end
class
PolicerStats
required
:string
,
:name
,
1
,
:".telemetry_options"
=>
{
:is_key
=>
true
}
optional
:uint64
,
:out_of_spec_packets
,
2
,
:".telemetry_options"
=>
{
:is_counter
=>
true
}
optional
:uint64
,
:out_of_spec_bytes
,
3
,
:".telemetry_options"
=>
{
:is_counter
=>
true
}
optional
::
ExtendedPolicerStats
,
:extended_policer_stats
,
4
end
class
ExtendedPolicerStats
optional
:uint64
,
:offered_packets
,
1
,
:".telemetry_options"
=>
{
:is_counter
=>
true
}
optional
:uint64
,
:offered_bytes
,
2
,
:".telemetry_options"
=>
{
:is_counter
=>
true
}
optional
:uint64
,
:transmitted_packets
,
3
,
:".telemetry_options"
=>
{
:is_counter
=>
true
}
optional
:uint64
,
:transmitted_bytes
,
4
,
:".telemetry_options"
=>
{
:is_counter
=>
true
}
end
class
HierarchicalPolicerStats
required
:string
,
:name
,
1
,
:".telemetry_options"
=>
{
:is_key
=>
true
}
optional
:uint64
,
:premium_packets
,
2
,
:".telemetry_options"
=>
{
:is_counter
=>
true
}
optional
:uint64
,
:premium_bytes
,
3
,
:".telemetry_options"
=>
{
:is_counter
=>
true
}
optional
:uint64
,
:aggregate_packets
,
4
,
:".telemetry_options"
=>
{
:is_counter
=>
true
}
optional
:uint64
,
:aggregate_bytes
,
5
,
:".telemetry_options"
=>
{
:is_counter
=>
true
}
end
##
# Extended Message Fields
#
class
::
JuniperNetworksSensors
<
::
Protobuf
::
Message
optional
::
Firewall
,
:".jnpr_firewall_ext"
,
6
,
:extension
=>
true
end
Event Timeline
Log In to Comment