Class: SnapshotMoveFromNonHomeNotSupported
- Inherits:
-
SnapshotCopyNotSupported
- Object
- MethodFault
- VimFault
- MigrationFault
- SnapshotCopyNotSupported
- SnapshotMoveFromNonHomeNotSupported
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25SnapshotMoveFromNonHomeNotSupported
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 = []) ⇒ SnapshotMoveFromNonHomeNotSupported
constructor
A new instance of SnapshotMoveFromNonHomeNotSupported.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = []) ⇒ SnapshotMoveFromNonHomeNotSupported
Returns a new instance of SnapshotMoveFromNonHomeNotSupported.
31342 31343 31344 31345 |
# File 'lib/vmware/soap/vim25.rb', line 31342 def initialize(dynamicType = nil, dynamicProperty = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
31340 31341 31342 |
# File 'lib/vmware/soap/vim25.rb', line 31340 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
31339 31340 31341 |
# File 'lib/vmware/soap/vim25.rb', line 31339 def dynamicType @dynamicType end |