Class: Virtuozzo::SOAP::Types::Servicem::Ps_infoType

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

Overview

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

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



713
714
715
716
717
718
719
720
721
722
723
# File 'lib/virtuozzo/soap/types/servicem.rb', line 713

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.



706
707
708
# File 'lib/virtuozzo/soap/types/servicem.rb', line 706

def idle
  @idle
end

#param_idObject

Returns the value of attribute param_id.



704
705
706
# File 'lib/virtuozzo/soap/types/servicem.rb', line 704

def param_id
  @param_id
end

#processObject

Returns the value of attribute process.



703
704
705
# File 'lib/virtuozzo/soap/types/servicem.rb', line 703

def process
  @process
end

#runObject

Returns the value of attribute run.



705
706
707
# File 'lib/virtuozzo/soap/types/servicem.rb', line 705

def run
  @run
end

#sleepObject

Returns the value of attribute sleep.



708
709
710
# File 'lib/virtuozzo/soap/types/servicem.rb', line 708

def sleep
  @sleep
end

#stoppedObject

Returns the value of attribute stopped.



710
711
712
# File 'lib/virtuozzo/soap/types/servicem.rb', line 710

def stopped
  @stopped
end

#totalObject

Returns the value of attribute total.



711
712
713
# File 'lib/virtuozzo/soap/types/servicem.rb', line 711

def total
  @total
end

#uninterruptObject

Returns the value of attribute uninterrupt.



709
710
711
# File 'lib/virtuozzo/soap/types/servicem.rb', line 709

def uninterrupt
  @uninterrupt
end

#zombieObject

Returns the value of attribute zombie.



707
708
709
# File 'lib/virtuozzo/soap/types/servicem.rb', line 707

def zombie
  @zombie
end