Class: Virtuozzo::SOAP::Types::OpLog::Sys_infoType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::OpLog::Sys_infoType
- Defined in:
- lib/virtuozzo/soap/types/op_log.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/typessys_infoType
load_avg - Virtuozzo::SOAP::Types::OpLog::Load_avgType
processes - Virtuozzo::SOAP::Types::OpLog::ProcessesType
cpu_load - Virtuozzo::SOAP::Types::OpLog::Cpu_loadType
cpu_states - Virtuozzo::SOAP::Types::OpLog::Cpu_loadType
users - SOAP::SOAPInt
uptime - SOAP::SOAPLong
memory - Virtuozzo::SOAP::Types::OpLog::Sys_infoType::Memory
swap - Virtuozzo::SOAP::Types::OpLog::Sys_infoType::Swap
Defined Under Namespace
Instance Attribute Summary collapse
-
#cpu_load ⇒ Object
Returns the value of attribute cpu_load.
-
#cpu_states ⇒ Object
Returns the value of attribute cpu_states.
-
#load_avg ⇒ Object
Returns the value of attribute load_avg.
-
#memory ⇒ Object
Returns the value of attribute memory.
-
#processes ⇒ Object
Returns the value of attribute processes.
-
#swap ⇒ Object
Returns the value of attribute swap.
-
#uptime ⇒ Object
Returns the value of attribute uptime.
-
#users ⇒ Object
Returns the value of attribute users.
Instance Method Summary collapse
-
#initialize(load_avg = nil, processes = nil, cpu_load = nil, cpu_states = nil, users = nil, uptime = nil, memory = nil, swap = nil) ⇒ Sys_infoType
constructor
A new instance of Sys_infoType.
Constructor Details
#initialize(load_avg = nil, processes = nil, cpu_load = nil, cpu_states = nil, users = nil, uptime = nil, memory = nil, swap = nil) ⇒ Sys_infoType
Returns a new instance of Sys_infoType.
594 595 596 597 598 599 600 601 602 603 |
# File 'lib/virtuozzo/soap/types/op_log.rb', line 594 def initialize(load_avg = nil, processes = nil, cpu_load = nil, cpu_states = nil, users = nil, uptime = nil, memory = nil, swap = nil) @load_avg = load_avg @processes = processes @cpu_load = cpu_load @cpu_states = cpu_states @users = users @uptime = uptime @memory = memory @swap = swap end |
Instance Attribute Details
#cpu_load ⇒ Object
Returns the value of attribute cpu_load.
587 588 589 |
# File 'lib/virtuozzo/soap/types/op_log.rb', line 587 def cpu_load @cpu_load end |
#cpu_states ⇒ Object
Returns the value of attribute cpu_states.
588 589 590 |
# File 'lib/virtuozzo/soap/types/op_log.rb', line 588 def cpu_states @cpu_states end |
#load_avg ⇒ Object
Returns the value of attribute load_avg.
585 586 587 |
# File 'lib/virtuozzo/soap/types/op_log.rb', line 585 def load_avg @load_avg end |
#memory ⇒ Object
Returns the value of attribute memory.
591 592 593 |
# File 'lib/virtuozzo/soap/types/op_log.rb', line 591 def memory @memory end |
#processes ⇒ Object
Returns the value of attribute processes.
586 587 588 |
# File 'lib/virtuozzo/soap/types/op_log.rb', line 586 def processes @processes end |
#swap ⇒ Object
Returns the value of attribute swap.
592 593 594 |
# File 'lib/virtuozzo/soap/types/op_log.rb', line 592 def swap @swap end |
#uptime ⇒ Object
Returns the value of attribute uptime.
590 591 592 |
# File 'lib/virtuozzo/soap/types/op_log.rb', line 590 def uptime @uptime end |
#users ⇒ Object
Returns the value of attribute users.
589 590 591 |
# File 'lib/virtuozzo/soap/types/op_log.rb', line 589 def users @users end |