Class: Virtuozzo::SOAP::Types::Relocator::Operator_periodicType

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

Overview

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

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



227
228
229
230
231
232
233
234
235
# File 'lib/virtuozzo/soap/types/relocator.rb', line 227

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.



219
220
221
# File 'lib/virtuozzo/soap/types/relocator.rb', line 219

def configuration
  @configuration
end

#errorObject

Returns the value of attribute error.



221
222
223
# File 'lib/virtuozzo/soap/types/relocator.rb', line 221

def error
  @error
end

#okObject

Returns the value of attribute ok.



220
221
222
# File 'lib/virtuozzo/soap/types/relocator.rb', line 220

def ok
  @ok
end

#reportObject

Returns the value of attribute report.



225
226
227
# File 'lib/virtuozzo/soap/types/relocator.rb', line 225

def report
  @report
end

#set_periodObject

Returns the value of attribute set_period.



224
225
226
# File 'lib/virtuozzo/soap/types/relocator.rb', line 224

def set_period
  @set_period
end

#start_monitorObject

Returns the value of attribute start_monitor.



222
223
224
# File 'lib/virtuozzo/soap/types/relocator.rb', line 222

def start_monitor
  @start_monitor
end

#stop_monitorObject

Returns the value of attribute stop_monitor.



223
224
225
# File 'lib/virtuozzo/soap/types/relocator.rb', line 223

def stop_monitor
  @stop_monitor
end