Class: Virtuozzo::SOAP::Types::Support::Ps_infoType

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

Overview

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

process - Virtuozzo::SOAP::Drivers::Support::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.



1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
# File 'lib/virtuozzo/soap/types/support.rb', line 1286

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.



1279
1280
1281
# File 'lib/virtuozzo/soap/types/support.rb', line 1279

def idle
  @idle
end

#param_idObject

Returns the value of attribute param_id.



1277
1278
1279
# File 'lib/virtuozzo/soap/types/support.rb', line 1277

def param_id
  @param_id
end

#processObject

Returns the value of attribute process.



1276
1277
1278
# File 'lib/virtuozzo/soap/types/support.rb', line 1276

def process
  @process
end

#runObject

Returns the value of attribute run.



1278
1279
1280
# File 'lib/virtuozzo/soap/types/support.rb', line 1278

def run
  @run
end

#sleepObject

Returns the value of attribute sleep.



1281
1282
1283
# File 'lib/virtuozzo/soap/types/support.rb', line 1281

def sleep
  @sleep
end

#stoppedObject

Returns the value of attribute stopped.



1283
1284
1285
# File 'lib/virtuozzo/soap/types/support.rb', line 1283

def stopped
  @stopped
end

#totalObject

Returns the value of attribute total.



1284
1285
1286
# File 'lib/virtuozzo/soap/types/support.rb', line 1284

def total
  @total
end

#uninterruptObject

Returns the value of attribute uninterrupt.



1282
1283
1284
# File 'lib/virtuozzo/soap/types/support.rb', line 1282

def uninterrupt
  @uninterrupt
end

#zombieObject

Returns the value of attribute zombie.



1280
1281
1282
# File 'lib/virtuozzo/soap/types/support.rb', line 1280

def zombie
  @zombie
end