Class: PerfSampleInfo

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

Overview

urn:vim25PerfSampleInfo

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
timestamp - SOAP::SOAPDateTime
interval - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], timestamp = nil, interval = nil) ⇒ PerfSampleInfo

Returns a new instance of PerfSampleInfo.



1798
1799
1800
1801
1802
1803
# File 'lib/vmware/soap/vim25.rb', line 1798

def initialize(dynamicType = nil, dynamicProperty = [], timestamp = nil, interval = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @timestamp = timestamp
  @interval = interval
end

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



1794
1795
1796
# File 'lib/vmware/soap/vim25.rb', line 1794

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



1793
1794
1795
# File 'lib/vmware/soap/vim25.rb', line 1793

def dynamicType
  @dynamicType
end

#intervalObject

Returns the value of attribute interval.



1796
1797
1798
# File 'lib/vmware/soap/vim25.rb', line 1796

def interval
  @interval
end

#timestampObject

Returns the value of attribute timestamp.



1795
1796
1797
# File 'lib/vmware/soap/vim25.rb', line 1795

def timestamp
  @timestamp
end