Method: Virtuozzo::SOAP::Types::PerfMon::Voc_parameterType#initialize

Defined in:
lib/virtuozzo/soap/types/perf_mon.rb

#initialize(id = nil, type = nil, min = nil, max = nil, long = nil, short = nil, category = [], complex = nil, default = nil, measure = nil, data = nil, name = nil) ⇒ Voc_parameterType

Returns a new instance of Voc_parameterType.



1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1414

def initialize(id = nil, type = nil, min = nil, max = nil, long = nil, short = nil, category = [], complex = nil, default = nil, measure = nil, data = nil, name = nil)
  @id = id
  @type = type
  @min = min
  @max = max
  @long = long
  @short = short
  @category = category
  @complex = complex
  @default = default
  @measure = measure
  @data = data
  @name = name
end