Class: Virtuozzo::SOAP::Types::Servicem::Operator_periodicType

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

Overview

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

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



1882
1883
1884
1885
1886
1887
1888
1889
1890
# File 'lib/virtuozzo/soap/types/servicem.rb', line 1882

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.



1874
1875
1876
# File 'lib/virtuozzo/soap/types/servicem.rb', line 1874

def configuration
  @configuration
end

#errorObject

Returns the value of attribute error.



1876
1877
1878
# File 'lib/virtuozzo/soap/types/servicem.rb', line 1876

def error
  @error
end

#okObject

Returns the value of attribute ok.



1875
1876
1877
# File 'lib/virtuozzo/soap/types/servicem.rb', line 1875

def ok
  @ok
end

#reportObject

Returns the value of attribute report.



1880
1881
1882
# File 'lib/virtuozzo/soap/types/servicem.rb', line 1880

def report
  @report
end

#set_periodObject

Returns the value of attribute set_period.



1879
1880
1881
# File 'lib/virtuozzo/soap/types/servicem.rb', line 1879

def set_period
  @set_period
end

#start_monitorObject

Returns the value of attribute start_monitor.



1877
1878
1879
# File 'lib/virtuozzo/soap/types/servicem.rb', line 1877

def start_monitor
  @start_monitor
end

#stop_monitorObject

Returns the value of attribute stop_monitor.



1878
1879
1880
# File 'lib/virtuozzo/soap/types/servicem.rb', line 1878

def stop_monitor
  @stop_monitor
end