Class: TooManySnapshotLevels

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

Overview

urn:vim25TooManySnapshotLevels

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = []) ⇒ TooManySnapshotLevels

Returns a new instance of TooManySnapshotLevels.



32038
32039
32040
32041
# File 'lib/vmware/soap/vim25.rb', line 32038

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



32036
32037
32038
# File 'lib/vmware/soap/vim25.rb', line 32036

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



32035
32036
32037
# File 'lib/vmware/soap/vim25.rb', line 32035

def dynamicType
  @dynamicType
end