Class: SnapshotMoveNotSupported
- Inherits:
-
SnapshotCopyNotSupported
- Object
- MethodFault
- VimFault
- MigrationFault
- SnapshotCopyNotSupported
- SnapshotMoveNotSupported
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25SnapshotMoveNotSupported
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 = []) ⇒ SnapshotMoveNotSupported
constructor
A new instance of SnapshotMoveNotSupported.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = []) ⇒ SnapshotMoveNotSupported
Returns a new instance of SnapshotMoveNotSupported.
31355 31356 31357 31358 |
# File 'lib/vmware/soap/vim25.rb', line 31355 def initialize(dynamicType = nil, dynamicProperty = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
31353 31354 31355 |
# File 'lib/vmware/soap/vim25.rb', line 31353 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
31352 31353 31354 |
# File 'lib/vmware/soap/vim25.rb', line 31352 def dynamicType @dynamicType end |