Class: Virtuozzo::SOAP::Types::PerfMon::Ps_infoType

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

Overview

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

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



670
671
672
673
674
675
676
677
678
679
680
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 670

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.



663
664
665
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 663

def idle
  @idle
end

#param_idObject

Returns the value of attribute param_id.



661
662
663
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 661

def param_id
  @param_id
end

#processObject

Returns the value of attribute process.



660
661
662
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 660

def process
  @process
end

#runObject

Returns the value of attribute run.



662
663
664
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 662

def run
  @run
end

#sleepObject

Returns the value of attribute sleep.



665
666
667
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 665

def sleep
  @sleep
end

#stoppedObject

Returns the value of attribute stopped.



667
668
669
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 667

def stopped
  @stopped
end

#totalObject

Returns the value of attribute total.



668
669
670
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 668

def total
  @total
end

#uninterruptObject

Returns the value of attribute uninterrupt.



666
667
668
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 666

def uninterrupt
  @uninterrupt
end

#zombieObject

Returns the value of attribute zombie.



664
665
666
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 664

def zombie
  @zombie
end