Class: PerfMetricSeries

Inherits:
DynamicData show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25PerfMetricSeries

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
id - PerfMetricId

Direct Known Subclasses

PerfMetricIntSeries, PerfMetricSeriesCSV

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], id = nil) ⇒ PerfMetricSeries

Returns a new instance of PerfMetricSeries.



1815
1816
1817
1818
1819
# File 'lib/vmware/soap/vim25.rb', line 1815

def initialize(dynamicType = nil, dynamicProperty = [], id = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @id = id
end

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



1812
1813
1814
# File 'lib/vmware/soap/vim25.rb', line 1812

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



1811
1812
1813
# File 'lib/vmware/soap/vim25.rb', line 1811

def dynamicType
  @dynamicType
end

#idObject

Returns the value of attribute id.



1813
1814
1815
# File 'lib/vmware/soap/vim25.rb', line 1813

def id
  @id
end