Class: Virtuozzo::SOAP::Types::Devm::Ps_infoType

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

Overview

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

process - Virtuozzo::SOAP::Types::Devm::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.



1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
# File 'lib/virtuozzo/soap/types/devm.rb', line 1362

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.



1355
1356
1357
# File 'lib/virtuozzo/soap/types/devm.rb', line 1355

def idle
  @idle
end

#param_idObject

Returns the value of attribute param_id.



1353
1354
1355
# File 'lib/virtuozzo/soap/types/devm.rb', line 1353

def param_id
  @param_id
end

#processObject

Returns the value of attribute process.



1352
1353
1354
# File 'lib/virtuozzo/soap/types/devm.rb', line 1352

def process
  @process
end

#runObject

Returns the value of attribute run.



1354
1355
1356
# File 'lib/virtuozzo/soap/types/devm.rb', line 1354

def run
  @run
end

#sleepObject

Returns the value of attribute sleep.



1357
1358
1359
# File 'lib/virtuozzo/soap/types/devm.rb', line 1357

def sleep
  @sleep
end

#stoppedObject

Returns the value of attribute stopped.



1359
1360
1361
# File 'lib/virtuozzo/soap/types/devm.rb', line 1359

def stopped
  @stopped
end

#totalObject

Returns the value of attribute total.



1360
1361
1362
# File 'lib/virtuozzo/soap/types/devm.rb', line 1360

def total
  @total
end

#uninterruptObject

Returns the value of attribute uninterrupt.



1358
1359
1360
# File 'lib/virtuozzo/soap/types/devm.rb', line 1358

def uninterrupt
  @uninterrupt
end

#zombieObject

Returns the value of attribute zombie.



1356
1357
1358
# File 'lib/virtuozzo/soap/types/devm.rb', line 1356

def zombie
  @zombie
end