Class: Virtuozzo::SOAP::Types::Scheduler::Ps_infoType

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

Overview

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

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



793
794
795
796
797
798
799
800
801
802
803
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 793

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.



786
787
788
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 786

def idle
  @idle
end

#param_idObject

Returns the value of attribute param_id.



784
785
786
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 784

def param_id
  @param_id
end

#processObject

Returns the value of attribute process.



783
784
785
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 783

def process
  @process
end

#runObject

Returns the value of attribute run.



785
786
787
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 785

def run
  @run
end

#sleepObject

Returns the value of attribute sleep.



788
789
790
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 788

def sleep
  @sleep
end

#stoppedObject

Returns the value of attribute stopped.



790
791
792
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 790

def stopped
  @stopped
end

#totalObject

Returns the value of attribute total.



791
792
793
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 791

def total
  @total
end

#uninterruptObject

Returns the value of attribute uninterrupt.



789
790
791
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 789

def uninterrupt
  @uninterrupt
end

#zombieObject

Returns the value of attribute zombie.



787
788
789
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 787

def zombie
  @zombie
end