Class: Virtuozzo::SOAP::Types::Resourcem::Operator_periodicType

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

Overview

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

configuration - Virtuozzo::SOAP::Types::Resourcem::ConfigurationType
ok - Virtuozzo::SOAP::Types::Resourcem::Operator_periodicType::Ok
error - Virtuozzo::SOAP::Types::Resourcem::Operator_periodicType::Error
start_monitor - Virtuozzo::SOAP::Types::Resourcem::Start_monitorType
stop_monitor - Virtuozzo::SOAP::Types::Resourcem::Stop_monitorType
set_period - Virtuozzo::SOAP::Types::Resourcem::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.



1857
1858
1859
1860
1861
1862
1863
1864
1865
# File 'lib/virtuozzo/soap/types/resourcem.rb', line 1857

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.



1849
1850
1851
# File 'lib/virtuozzo/soap/types/resourcem.rb', line 1849

def configuration
  @configuration
end

#errorObject

Returns the value of attribute error.



1851
1852
1853
# File 'lib/virtuozzo/soap/types/resourcem.rb', line 1851

def error
  @error
end

#okObject

Returns the value of attribute ok.



1850
1851
1852
# File 'lib/virtuozzo/soap/types/resourcem.rb', line 1850

def ok
  @ok
end

#reportObject

Returns the value of attribute report.



1855
1856
1857
# File 'lib/virtuozzo/soap/types/resourcem.rb', line 1855

def report
  @report
end

#set_periodObject

Returns the value of attribute set_period.



1854
1855
1856
# File 'lib/virtuozzo/soap/types/resourcem.rb', line 1854

def set_period
  @set_period
end

#start_monitorObject

Returns the value of attribute start_monitor.



1852
1853
1854
# File 'lib/virtuozzo/soap/types/resourcem.rb', line 1852

def start_monitor
  @start_monitor
end

#stop_monitorObject

Returns the value of attribute stop_monitor.



1853
1854
1855
# File 'lib/virtuozzo/soap/types/resourcem.rb', line 1853

def stop_monitor
  @stop_monitor
end