Class: TooManySnapshotLevels
- Inherits:
-
SnapshotFault
- Object
- MethodFault
- VimFault
- SnapshotFault
- TooManySnapshotLevels
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25TooManySnapshotLevels
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = []) ⇒ TooManySnapshotLevels
constructor
A new instance of TooManySnapshotLevels.
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
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
32036 32037 32038 |
# File 'lib/vmware/soap/vim25.rb', line 32036 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
32035 32036 32037 |
# File 'lib/vmware/soap/vim25.rb', line 32035 def dynamicType @dynamicType end |