Class: Virtuozzo::SOAP::Types::ResLog::Ps_infoType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::ResLog::Ps_infoType
- Defined in:
- lib/virtuozzo/soap/types/res_log.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/typesps_infoType
process - Virtuozzo::SOAP::Types::ResLog::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
-
#idle ⇒ Object
Returns the value of attribute idle.
-
#param_id ⇒ Object
Returns the value of attribute param_id.
-
#process ⇒ Object
Returns the value of attribute process.
-
#run ⇒ Object
Returns the value of attribute run.
-
#sleep ⇒ Object
Returns the value of attribute sleep.
-
#stopped ⇒ Object
Returns the value of attribute stopped.
-
#total ⇒ Object
Returns the value of attribute total.
-
#uninterrupt ⇒ Object
Returns the value of attribute uninterrupt.
-
#zombie ⇒ Object
Returns the value of attribute zombie.
Instance Method Summary collapse
-
#initialize(process = [], param_id = [], run = nil, idle = nil, zombie = nil, sleep = nil, uninterrupt = nil, stopped = nil, total = nil) ⇒ Ps_infoType
constructor
A new instance of Ps_infoType.
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.
690 691 692 693 694 695 696 697 698 699 700 |
# File 'lib/virtuozzo/soap/types/res_log.rb', line 690 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
#idle ⇒ Object
Returns the value of attribute idle.
683 684 685 |
# File 'lib/virtuozzo/soap/types/res_log.rb', line 683 def idle @idle end |
#param_id ⇒ Object
Returns the value of attribute param_id.
681 682 683 |
# File 'lib/virtuozzo/soap/types/res_log.rb', line 681 def param_id @param_id end |
#process ⇒ Object
Returns the value of attribute process.
680 681 682 |
# File 'lib/virtuozzo/soap/types/res_log.rb', line 680 def process @process end |
#run ⇒ Object
Returns the value of attribute run.
682 683 684 |
# File 'lib/virtuozzo/soap/types/res_log.rb', line 682 def run @run end |
#sleep ⇒ Object
Returns the value of attribute sleep.
685 686 687 |
# File 'lib/virtuozzo/soap/types/res_log.rb', line 685 def sleep @sleep end |
#stopped ⇒ Object
Returns the value of attribute stopped.
687 688 689 |
# File 'lib/virtuozzo/soap/types/res_log.rb', line 687 def stopped @stopped end |
#total ⇒ Object
Returns the value of attribute total.
688 689 690 |
# File 'lib/virtuozzo/soap/types/res_log.rb', line 688 def total @total end |
#uninterrupt ⇒ Object
Returns the value of attribute uninterrupt.
686 687 688 |
# File 'lib/virtuozzo/soap/types/res_log.rb', line 686 def uninterrupt @uninterrupt end |
#zombie ⇒ Object
Returns the value of attribute zombie.
684 685 686 |
# File 'lib/virtuozzo/soap/types/res_log.rb', line 684 def zombie @zombie end |