Class: IControl::LocalLB::ProfileDiameter::ProfileDiameterStatisticEntry
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::LocalLB::ProfileDiameter::ProfileDiameterStatisticEntry
- Defined in:
- lib/icontrol/local_lb/profile_diameter.rb,
lib/icontrol/local_lb/profile_diameter.rb
Overview
A struct that describes statistics for a particular Diameter 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.
248 249 250 |
# File 'lib/icontrol/local_lb/profile_diameter.rb', line 248 def profile_name @profile_name end |
#statistics ⇒ IControl::Common::StatisticSequence
The statistics for the profile.
248 249 250 |
# File 'lib/icontrol/local_lb/profile_diameter.rb', line 248 def statistics @statistics end |