Class: PerfEntityMetricBase

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

Overview

urn:vim25PerfEntityMetricBase

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
entity - ManagedObjectReference

Direct Known Subclasses

PerfEntityMetric, PerfEntityMetricCSV

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], entity = nil) ⇒ PerfEntityMetricBase

Returns a new instance of PerfEntityMetricBase.



1869
1870
1871
1872
1873
# File 'lib/vmware/soap/vim25.rb', line 1869

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



1866
1867
1868
# File 'lib/vmware/soap/vim25.rb', line 1866

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



1865
1866
1867
# File 'lib/vmware/soap/vim25.rb', line 1865

def dynamicType
  @dynamicType
end

#entityObject

Returns the value of attribute entity.



1867
1868
1869
# File 'lib/vmware/soap/vim25.rb', line 1867

def entity
  @entity
end