Class: PerfEntityMetric

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

Overview

urn:vim25PerfEntityMetric

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
entity - ManagedObjectReference
sampleInfo - PerfSampleInfo
value - PerfMetricSeries

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], entity = nil, sampleInfo = [], value = []) ⇒ PerfEntityMetric

Returns a new instance of PerfEntityMetric.



1889
1890
1891
1892
1893
1894
1895
# File 'lib/vmware/soap/vim25.rb', line 1889

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



1884
1885
1886
# File 'lib/vmware/soap/vim25.rb', line 1884

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



1883
1884
1885
# File 'lib/vmware/soap/vim25.rb', line 1883

def dynamicType
  @dynamicType
end

#entityObject

Returns the value of attribute entity.



1885
1886
1887
# File 'lib/vmware/soap/vim25.rb', line 1885

def entity
  @entity
end

#sampleInfoObject

Returns the value of attribute sampleInfo.



1886
1887
1888
# File 'lib/vmware/soap/vim25.rb', line 1886

def sampleInfo
  @sampleInfo
end

#valueObject

Returns the value of attribute value.



1887
1888
1889
# File 'lib/vmware/soap/vim25.rb', line 1887

def value
  @value
end