Class: Virtuozzo::SOAP::Types::PerfMon::Perf_mon

Inherits:
Perf_monType show all
Defined in:
lib/virtuozzo/soap/types/perf_mon.rb

Overview

Defined Under Namespace

Classes: Error, Ok

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#configurationObject

Returns the value of attribute configuration.



2003
2004
2005
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 2003

def configuration
  @configuration
end

#dataObject

Returns the value of attribute data.



2009
2010
2011
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 2009

def data
  @data
end

#errorObject

Returns the value of attribute error.



2005
2006
2007
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 2005

def error
  @error
end

#getObject

Returns the value of attribute get.



2008
2009
2010
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 2008

def get
  @get
end

#idObject

Returns the value of attribute id.



2010
2011
2012
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 2010

def id
  @id
end

#okObject

Returns the value of attribute ok.



2004
2005
2006
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 2004

def ok
  @ok
end

#start_monitorObject

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_monitorObject

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