Class: PerfMetricId

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

Overview

urn:vim25PerfMetricId

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
counterId - SOAP::SOAPInt
instance - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], counterId = nil, instance = nil) ⇒ PerfMetricId

Returns a new instance of PerfMetricId.


1745
1746
1747
1748
1749
1750
# File 'lib/vmware/soap/vim25.rb', line 1745

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

Instance Attribute Details

#counterIdObject

Returns the value of attribute counterId.


1742
1743
1744
# File 'lib/vmware/soap/vim25.rb', line 1742

def counterId
  @counterId
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.


1741
1742
1743
# File 'lib/vmware/soap/vim25.rb', line 1741

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.


1740
1741
1742
# File 'lib/vmware/soap/vim25.rb', line 1740

def dynamicType
  @dynamicType
end

#instanceObject

Returns the value of attribute instance.


1743
1744
1745
# File 'lib/vmware/soap/vim25.rb', line 1743

def instance
  @instance
end