Class: PerfMetricSeriesCSV

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

Overview

urn:vim25PerfMetricSeriesCSV

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of PerfMetricSeriesCSV.


1852
1853
1854
1855
1856
1857
# File 'lib/vmware/soap/vim25.rb', line 1852

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.


1848
1849
1850
# File 'lib/vmware/soap/vim25.rb', line 1848

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.


1847
1848
1849
# File 'lib/vmware/soap/vim25.rb', line 1847

def dynamicType
  @dynamicType
end

#idObject

Returns the value of attribute id.


1849
1850
1851
# File 'lib/vmware/soap/vim25.rb', line 1849

def id
  @id
end

#valueObject

Returns the value of attribute value.


1850
1851
1852
# File 'lib/vmware/soap/vim25.rb', line 1850

def value
  @value
end