Class: Virtuozzo::SOAP::Types::Envm::Operator_periodicType

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

Overview

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

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



2230
2231
2232
2233
2234
2235
2236
2237
2238
# File 'lib/virtuozzo/soap/types/envm.rb', line 2230

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.



2222
2223
2224
# File 'lib/virtuozzo/soap/types/envm.rb', line 2222

def configuration
  @configuration
end

#errorObject

Returns the value of attribute error.



2224
2225
2226
# File 'lib/virtuozzo/soap/types/envm.rb', line 2224

def error
  @error
end

#okObject

Returns the value of attribute ok.



2223
2224
2225
# File 'lib/virtuozzo/soap/types/envm.rb', line 2223

def ok
  @ok
end

#reportObject

Returns the value of attribute report.



2228
2229
2230
# File 'lib/virtuozzo/soap/types/envm.rb', line 2228

def report
  @report
end

#set_periodObject

Returns the value of attribute set_period.



2227
2228
2229
# File 'lib/virtuozzo/soap/types/envm.rb', line 2227

def set_period
  @set_period
end

#start_monitorObject

Returns the value of attribute start_monitor.



2225
2226
2227
# File 'lib/virtuozzo/soap/types/envm.rb', line 2225

def start_monitor
  @start_monitor
end

#stop_monitorObject

Returns the value of attribute stop_monitor.



2226
2227
2228
# File 'lib/virtuozzo/soap/types/envm.rb', line 2226

def stop_monitor
  @stop_monitor
end