Class: IControl::LocalLB::ProfileFTP::ProfileFTPStatisticEntry
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::LocalLB::ProfileFTP::ProfileFTPStatisticEntry
- Defined in:
- lib/icontrol/local_lb/profile_ftp.rb,
lib/icontrol/local_lb/profile_ftp.rb
Overview
A struct that describes statistics for a particular FTP 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.
207 208 209 |
# File 'lib/icontrol/local_lb/profile_ftp.rb', line 207 def profile_name @profile_name end |
#statistics ⇒ IControl::Common::StatisticSequence
The statistics for the profile.
207 208 209 |
# File 'lib/icontrol/local_lb/profile_ftp.rb', line 207 def statistics @statistics end |