Class: Virtuozzo::SOAP::Types::PerfMon::Perf_dataType

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/perf_mon.rb

Overview

http://www.swsoft.com/webservices/vzl/4.0.0/typesperf_dataType

eid - (any)
m_class - Virtuozzo::SOAP::Types::PerfMon::Perf_dataType::C_Class
interval - Virtuozzo::SOAP::Types::PerfMon::IntervalType

Defined Under Namespace

Classes: C_Class

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(eid = nil, v_class = [], interval = nil) ⇒ Perf_dataType

Returns a new instance of Perf_dataType.



1526
1527
1528
1529
1530
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1526

def initialize(eid = nil, v_class = [], interval = nil)
  @eid = eid
  @v_class = v_class
  @interval = interval
end

Instance Attribute Details

#eidObject

Returns the value of attribute eid.



1515
1516
1517
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1515

def eid
  @eid
end

#intervalObject

Returns the value of attribute interval.



1516
1517
1518
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1516

def interval
  @interval
end

Instance Method Details

#m_classObject



1518
1519
1520
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1518

def m_class
  @v_class
end

#m_class=(value) ⇒ Object



1522
1523
1524
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1522

def m_class=(value)
  @v_class = value
end