Class: PerfCompositeMetric

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

Overview

urn:vim25PerfCompositeMetric

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
entity - PerfEntityMetricBase
childEntity - PerfEntityMetricBase

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of PerfCompositeMetric.

[View source]

1931
1932
1933
1934
1935
1936
# File 'lib/vmware/soap/vim25.rb', line 1931

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

Instance Attribute Details

#childEntityObject

Returns the value of attribute childEntity.


1929
1930
1931
# File 'lib/vmware/soap/vim25.rb', line 1929

def childEntity
  @childEntity
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.


1927
1928
1929
# File 'lib/vmware/soap/vim25.rb', line 1927

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.


1926
1927
1928
# File 'lib/vmware/soap/vim25.rb', line 1926

def dynamicType
  @dynamicType
end

#entityObject

Returns the value of attribute entity.


1928
1929
1930
# File 'lib/vmware/soap/vim25.rb', line 1928

def entity
  @entity
end