Class: Virtuozzo::SOAP::Types::PerfMon::Perf_monType

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

Overview

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

configuration - Virtuozzo::SOAP::Types::PerfMon::ConfigurationType
ok - Virtuozzo::SOAP::Types::PerfMon::Perf_monType::Ok
error - Virtuozzo::SOAP::Types::PerfMon::Perf_monType::Error
start_monitor - Virtuozzo::SOAP::Types::PerfMon::Start_monitor
stop_monitor - Virtuozzo::SOAP::Types::PerfMon::Stop_monitor
get - Virtuozzo::SOAP::Types::PerfMon::Get
data - Virtuozzo::SOAP::Types::PerfMon::Perf_dataType
id - (any)

Direct Known Subclasses

Perf_mon

Defined Under Namespace

Classes: Error, Ok

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(configuration = nil, ok = [], error = [], start_monitor = nil, stop_monitor = nil, get = nil, data = [], id = nil) ⇒ Perf_monType

Returns a new instance of Perf_monType.



1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1768

def initialize(configuration = nil, ok = [], error = [], start_monitor = nil, stop_monitor = nil, get = nil, data = [], id = nil)
  @configuration = configuration
  @ok = ok
  @error = error
  @start_monitor = start_monitor
  @stop_monitor = stop_monitor
  @get = get
  @data = data
  @id = id
end

Instance Attribute Details

#configurationObject

Returns the value of attribute configuration.



1759
1760
1761
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1759

def configuration
  @configuration
end

#dataObject

Returns the value of attribute data.



1765
1766
1767
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1765

def data
  @data
end

#errorObject

Returns the value of attribute error.



1761
1762
1763
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1761

def error
  @error
end

#getObject

Returns the value of attribute get.



1764
1765
1766
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1764

def get
  @get
end

#idObject

Returns the value of attribute id.



1766
1767
1768
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1766

def id
  @id
end

#okObject

Returns the value of attribute ok.



1760
1761
1762
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1760

def ok
  @ok
end

#start_monitorObject

Returns the value of attribute start_monitor.



1762
1763
1764
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1762

def start_monitor
  @start_monitor
end

#stop_monitorObject

Returns the value of attribute stop_monitor.



1763
1764
1765
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1763

def stop_monitor
  @stop_monitor
end