Class: PerfEntityMetricCSV

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

Overview

urn:vim25PerfEntityMetricCSV

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
entity - ManagedObjectReference
sampleInfoCSV - SOAP::SOAPString
value - PerfMetricSeriesCSV

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], entity = nil, sampleInfoCSV = nil, value = []) ⇒ PerfEntityMetricCSV

Returns a new instance of PerfEntityMetricCSV.



1911
1912
1913
1914
1915
1916
1917
# File 'lib/vmware/soap/vim25.rb', line 1911

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



1906
1907
1908
# File 'lib/vmware/soap/vim25.rb', line 1906

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



1905
1906
1907
# File 'lib/vmware/soap/vim25.rb', line 1905

def dynamicType
  @dynamicType
end

#entityObject

Returns the value of attribute entity.



1907
1908
1909
# File 'lib/vmware/soap/vim25.rb', line 1907

def entity
  @entity
end

#sampleInfoCSVObject

Returns the value of attribute sampleInfoCSV.



1908
1909
1910
# File 'lib/vmware/soap/vim25.rb', line 1908

def sampleInfoCSV
  @sampleInfoCSV
end

#valueObject

Returns the value of attribute value.



1909
1910
1911
# File 'lib/vmware/soap/vim25.rb', line 1909

def value
  @value
end