Class: PerfProviderSummary

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

Overview

urn:vim25PerfProviderSummary

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
entity - ManagedObjectReference
currentSupported - SOAP::SOAPBoolean
summarySupported - SOAP::SOAPBoolean
refreshRate - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], entity = nil, currentSupported = nil, summarySupported = nil, refreshRate = nil) ⇒ PerfProviderSummary

Returns a new instance of PerfProviderSummary.



1687
1688
1689
1690
1691
1692
1693
1694
# File 'lib/vmware/soap/vim25.rb', line 1687

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

Instance Attribute Details

#currentSupportedObject

Returns the value of attribute currentSupported.



1683
1684
1685
# File 'lib/vmware/soap/vim25.rb', line 1683

def currentSupported
  @currentSupported
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



1681
1682
1683
# File 'lib/vmware/soap/vim25.rb', line 1681

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



1680
1681
1682
# File 'lib/vmware/soap/vim25.rb', line 1680

def dynamicType
  @dynamicType
end

#entityObject

Returns the value of attribute entity.



1682
1683
1684
# File 'lib/vmware/soap/vim25.rb', line 1682

def entity
  @entity
end

#refreshRateObject

Returns the value of attribute refreshRate.



1685
1686
1687
# File 'lib/vmware/soap/vim25.rb', line 1685

def refreshRate
  @refreshRate
end

#summarySupportedObject

Returns the value of attribute summarySupported.



1684
1685
1686
# File 'lib/vmware/soap/vim25.rb', line 1684

def summarySupported
  @summarySupported
end