Class: Virtuozzo::SOAP::Types::Scheduler::EnvType

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/scheduler.rb

Overview

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

parent_eid - (any)
eid - (any)
status - Virtuozzo::SOAP::Types::Scheduler::Env_statusType
alert - SOAP::SOAPInt
config - Virtuozzo::SOAP::Types::Scheduler::Env_configType
virtual_config - Virtuozzo::SOAP::Types::Scheduler::Venv_configType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(parent_eid = nil, eid = nil, status = nil, alert = nil, config = nil, virtual_config = nil) ⇒ EnvType

Returns a new instance of EnvType.



326
327
328
329
330
331
332
333
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 326

def initialize(parent_eid = nil, eid = nil, status = nil, alert = nil, config = nil, virtual_config = nil)
  @parent_eid = parent_eid
  @eid = eid
  @status = status
  @alert = alert
  @config = config
  @virtual_config = virtual_config
end

Instance Attribute Details

#alertObject

Returns the value of attribute alert.



322
323
324
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 322

def alert
  @alert
end

#configObject

Returns the value of attribute config.



323
324
325
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 323

def config
  @config
end

#eidObject

Returns the value of attribute eid.



320
321
322
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 320

def eid
  @eid
end

#parent_eidObject

Returns the value of attribute parent_eid.



319
320
321
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 319

def parent_eid
  @parent_eid
end

#statusObject

Returns the value of attribute status.



321
322
323
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 321

def status
  @status
end

#virtual_configObject

Returns the value of attribute virtual_config.



324
325
326
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 324

def virtual_config
  @virtual_config
end