Class: Virtuozzo::SOAP::Types::PerfMon::Perf_mon
- Inherits:
-
Perf_monType
- Object
- OperatorType
- Operator_functionalType
- Perf_monType
- Virtuozzo::SOAP::Types::PerfMon::Perf_mon
- Defined in:
- lib/virtuozzo/soap/types/perf_mon.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/perf_monperf_mon
configuration - Virtuozzo::SOAP::Types::PerfMon::ConfigurationType
ok - Virtuozzo::SOAP::Types::PerfMon::Perf_mon::Ok
error - Virtuozzo::SOAP::Types::PerfMon::Perf_mon::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)
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_mon
constructor
A new instance of Perf_mon.
Constructor Details
#initialize(configuration = nil, ok = [], error = [], start_monitor = nil, stop_monitor = nil, get = nil, data = [], id = nil) ⇒ Perf_mon
Returns a new instance of Perf_mon.
2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 |
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 2012 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.
2003 2004 2005 |
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 2003 def configuration @configuration end |
#data ⇒ Object
Returns the value of attribute data.
2009 2010 2011 |
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 2009 def data @data end |
#error ⇒ Object
Returns the value of attribute error.
2005 2006 2007 |
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 2005 def error @error end |
#get ⇒ Object
Returns the value of attribute get.
2008 2009 2010 |
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 2008 def get @get end |
#id ⇒ Object
Returns the value of attribute id.
2010 2011 2012 |
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 2010 def id @id end |
#ok ⇒ Object
Returns the value of attribute ok.
2004 2005 2006 |
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 2004 def ok @ok end |
#start_monitor ⇒ Object
Returns the value of attribute start_monitor.
2006 2007 2008 |
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 2006 def start_monitor @start_monitor end |
#stop_monitor ⇒ Object
Returns the value of attribute stop_monitor.
2007 2008 2009 |
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 2007 def stop_monitor @stop_monitor end |