Class: IControl::LocalLB::ProfileUDP::ProfileUDPStatisticEntry
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::LocalLB::ProfileUDP::ProfileUDPStatisticEntry
- Defined in:
- lib/icontrol/local_lb/profile_udp.rb,
lib/icontrol/local_lb/profile_udp.rb
Overview
A struct that describes statistics for a particular profile.
Instance Attribute Summary collapse
-
#profile_name ⇒ String
The profile name.
-
#statistics ⇒ IControl::Common::StatisticSequence
The statistics for the profile.
Instance Attribute Details
#profile_name ⇒ String
The profile name.
281 282 283 |
# File 'lib/icontrol/local_lb/profile_udp.rb', line 281 def profile_name @profile_name end |
#statistics ⇒ IControl::Common::StatisticSequence
The statistics for the profile.
281 282 283 |
# File 'lib/icontrol/local_lb/profile_udp.rb', line 281 def statistics @statistics end |