Class: Virtuozzo::SOAP::Types::PerfMon::Operator_periodicType

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

Overview

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

configuration - Virtuozzo::SOAP::Types::PerfMon::ConfigurationType
ok - Virtuozzo::SOAP::Types::PerfMon::Operator_periodicType::Ok
error - Virtuozzo::SOAP::Types::PerfMon::Operator_periodicType::Error
start_monitor - Virtuozzo::SOAP::Types::PerfMon::Start_monitorType
stop_monitor - Virtuozzo::SOAP::Types::PerfMon::Stop_monitorType
set_period - Virtuozzo::SOAP::Types::PerfMon::Set_periodType
report - (any)

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, set_period = nil, report = nil) ⇒ Operator_periodicType

Returns a new instance of Operator_periodicType.



1819
1820
1821
1822
1823
1824
1825
1826
1827
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1819

def initialize(configuration = nil, ok = [], error = [], start_monitor = nil, stop_monitor = nil, set_period = nil, report = nil)
  @configuration = configuration
  @ok = ok
  @error = error
  @start_monitor = start_monitor
  @stop_monitor = stop_monitor
  @set_period = set_period
  @report = report
end

Instance Attribute Details

#configurationObject

Returns the value of attribute configuration.



1811
1812
1813
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1811

def configuration
  @configuration
end

#errorObject

Returns the value of attribute error.



1813
1814
1815
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1813

def error
  @error
end

#okObject

Returns the value of attribute ok.



1812
1813
1814
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1812

def ok
  @ok
end

#reportObject

Returns the value of attribute report.



1817
1818
1819
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1817

def report
  @report
end

#set_periodObject

Returns the value of attribute set_period.



1816
1817
1818
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1816

def set_period
  @set_period
end

#start_monitorObject

Returns the value of attribute start_monitor.



1814
1815
1816
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1814

def start_monitor
  @start_monitor
end

#stop_monitorObject

Returns the value of attribute stop_monitor.



1815
1816
1817
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1815

def stop_monitor
  @stop_monitor
end