Class: IControl::LocalLB::ProfileIIOP::ProfileIIOPStatisticEntry
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::LocalLB::ProfileIIOP::ProfileIIOPStatisticEntry
- Defined in:
- lib/icontrol/local_lb/profile_iiop.rb,
lib/icontrol/local_lb/profile_iiop.rb
Overview
A struct that describes statistics for a particular IIOP 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.
230 231 232 |
# File 'lib/icontrol/local_lb/profile_iiop.rb', line 230 def profile_name @profile_name end |
#statistics ⇒ IControl::Common::StatisticSequence
The statistics for the profile.
230 231 232 |
# File 'lib/icontrol/local_lb/profile_iiop.rb', line 230 def statistics @statistics end |