Class: IControl::LocalLB::ProfileDNS::ProfileDNSStatistics

Inherits:
Base::Struct
  • Object
show all
Defined in:
lib/icontrol/local_lb/profile_dns.rb,
lib/icontrol/local_lb/profile_dns.rb

Overview

A struct that describes profile statistics and timestamp.

Instance Attribute Summary (collapse)

Method Summary

Methods inherited from Base::Struct

from_soap, icontrol_attribute, #to_soap

Instance Attribute Details

- (IControl::LocalLB::ProfileDNS::ProfileDNSStatisticEntrySequence) statistics

The statistics for a sequence of profiles.

Returns:



168
169
170
# File 'lib/icontrol/local_lb/profile_dns.rb', line 168

def statistics
  @statistics
end

- (IControl::Common::TimeStamp) time_stamp

The time stamp at the time the statistics are gathered.

Returns:



168
169
170
# File 'lib/icontrol/local_lb/profile_dns.rb', line 168

def time_stamp
  @time_stamp
end