Class: Virtuozzo::SOAP::Types::Relocator::Ps_infoType

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

Overview

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

process - Virtuozzo::SOAP::Drivers::Relocator::Ps_infoType::C_Process
param_id - SOAP::SOAPString
run - SOAP::SOAPInt
idle - SOAP::SOAPInt
zombie - SOAP::SOAPInt
sleep - SOAP::SOAPInt
uninterrupt - SOAP::SOAPInt
stopped - SOAP::SOAPInt
total - SOAP::SOAPInt

Defined Under Namespace

Classes: C_Process

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(process = [], param_id = [], run = nil, idle = nil, zombie = nil, sleep = nil, uninterrupt = nil, stopped = nil, total = nil) ⇒ Ps_infoType

Returns a new instance of Ps_infoType.



1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1326

def initialize(process = [], param_id = [], run = nil, idle = nil, zombie = nil, sleep = nil, uninterrupt = nil, stopped = nil, total = nil)
  @process = process
  @param_id = param_id
  @run = run
  @idle = idle
  @zombie = zombie
  @sleep = sleep
  @uninterrupt = uninterrupt
  @stopped = stopped
  @total = total
end

Instance Attribute Details

#idleObject

Returns the value of attribute idle.



1319
1320
1321
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1319

def idle
  @idle
end

#param_idObject

Returns the value of attribute param_id.



1317
1318
1319
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1317

def param_id
  @param_id
end

#processObject

Returns the value of attribute process.



1316
1317
1318
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1316

def process
  @process
end

#runObject

Returns the value of attribute run.



1318
1319
1320
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1318

def run
  @run
end

#sleepObject

Returns the value of attribute sleep.



1321
1322
1323
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1321

def sleep
  @sleep
end

#stoppedObject

Returns the value of attribute stopped.



1323
1324
1325
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1323

def stopped
  @stopped
end

#totalObject

Returns the value of attribute total.



1324
1325
1326
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1324

def total
  @total
end

#uninterruptObject

Returns the value of attribute uninterrupt.



1322
1323
1324
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1322

def uninterrupt
  @uninterrupt
end

#zombieObject

Returns the value of attribute zombie.



1320
1321
1322
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1320

def zombie
  @zombie
end