Class: PerformanceDescription

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

Overview

urn:vim25PerformanceDescription

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
counterType - ElementDescription
statsType - ElementDescription

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], counterType = [], statsType = []) ⇒ PerformanceDescription

Returns a new instance of PerformanceDescription.



1664
1665
1666
1667
1668
1669
# File 'lib/vmware/soap/vim25.rb', line 1664

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

Instance Attribute Details

#counterTypeObject

Returns the value of attribute counterType.



1661
1662
1663
# File 'lib/vmware/soap/vim25.rb', line 1661

def counterType
  @counterType
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



1660
1661
1662
# File 'lib/vmware/soap/vim25.rb', line 1660

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



1659
1660
1661
# File 'lib/vmware/soap/vim25.rb', line 1659

def dynamicType
  @dynamicType
end

#statsTypeObject

Returns the value of attribute statsType.



1662
1663
1664
# File 'lib/vmware/soap/vim25.rb', line 1662

def statsType
  @statsType
end