Class: PerfMetricIntSeries

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

Overview

urn:vim25PerfMetricIntSeries

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
id - PerfMetricId
value - SOAP::SOAPLong

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], id = nil, value = []) ⇒ PerfMetricIntSeries

Returns a new instance of PerfMetricIntSeries.

[View source]

1833
1834
1835
1836
1837
1838
# File 'lib/vmware/soap/vim25.rb', line 1833

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.


1829
1830
1831
# File 'lib/vmware/soap/vim25.rb', line 1829

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.


1828
1829
1830
# File 'lib/vmware/soap/vim25.rb', line 1828

def dynamicType
  @dynamicType
end

#idObject

Returns the value of attribute id.


1830
1831
1832
# File 'lib/vmware/soap/vim25.rb', line 1830

def id
  @id
end

#valueObject

Returns the value of attribute value.


1831
1832
1833
# File 'lib/vmware/soap/vim25.rb', line 1831

def value
  @value
end