Class: Virtuozzo::SOAP::Types::PerfMon::Perf_monType
- Inherits:
-
Operator_functionalType
- Object
- OperatorType
- Operator_functionalType
- Virtuozzo::SOAP::Types::PerfMon::Perf_monType
- Defined in:
- lib/virtuozzo/soap/types/perf_mon.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/perf_monperf_monType
configuration - Virtuozzo::SOAP::Types::PerfMon::ConfigurationType
ok - Virtuozzo::SOAP::Types::PerfMon::Perf_monType::Ok
error - Virtuozzo::SOAP::Types::PerfMon::Perf_monType::Error
start_monitor - Virtuozzo::SOAP::Types::PerfMon::Start_monitor
stop_monitor - Virtuozzo::SOAP::Types::PerfMon::Stop_monitor
get - Virtuozzo::SOAP::Types::PerfMon::Get
data - Virtuozzo::SOAP::Types::PerfMon::Perf_dataType
id - (any)
Direct Known Subclasses
Defined Under Namespace
Instance Attribute Summary collapse
-
#configuration ⇒ Object
Returns the value of attribute configuration.
-
#data ⇒ Object
Returns the value of attribute data.
-
#error ⇒ Object
Returns the value of attribute error.
-
#get ⇒ Object
Returns the value of attribute get.
-
#id ⇒ Object
Returns the value of attribute id.
-
#ok ⇒ Object
Returns the value of attribute ok.
-
#start_monitor ⇒ Object
Returns the value of attribute start_monitor.
-
#stop_monitor ⇒ Object
Returns the value of attribute stop_monitor.
Instance Method Summary collapse
-
#initialize(configuration = nil, ok = [], error = [], start_monitor = nil, stop_monitor = nil, get = nil, data = [], id = nil) ⇒ Perf_monType
constructor
A new instance of Perf_monType.
Constructor Details
#initialize(configuration = nil, ok = [], error = [], start_monitor = nil, stop_monitor = nil, get = nil, data = [], id = nil) ⇒ Perf_monType
Returns a new instance of Perf_monType.
1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 |
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1768 def initialize(configuration = nil, ok = [], error = [], start_monitor = nil, stop_monitor = nil, get = nil, data = [], id = nil) @configuration = configuration @ok = ok @error = error @start_monitor = start_monitor @stop_monitor = stop_monitor @get = get @data = data @id = id end |
Instance Attribute Details
#configuration ⇒ Object
Returns the value of attribute configuration.
1759 1760 1761 |
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1759 def configuration @configuration end |
#data ⇒ Object
Returns the value of attribute data.
1765 1766 1767 |
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1765 def data @data end |
#error ⇒ Object
Returns the value of attribute error.
1761 1762 1763 |
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1761 def error @error end |
#get ⇒ Object
Returns the value of attribute get.
1764 1765 1766 |
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1764 def get @get end |
#id ⇒ Object
Returns the value of attribute id.
1766 1767 1768 |
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1766 def id @id end |
#ok ⇒ Object
Returns the value of attribute ok.
1760 1761 1762 |
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1760 def ok @ok end |
#start_monitor ⇒ Object
Returns the value of attribute start_monitor.
1762 1763 1764 |
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1762 def start_monitor @start_monitor end |
#stop_monitor ⇒ Object
Returns the value of attribute stop_monitor.
1763 1764 1765 |
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1763 def stop_monitor @stop_monitor end |