Class: SnapshotCopyNotSupported
- Inherits:
-
MigrationFault
- Object
- MethodFault
- VimFault
- MigrationFault
- SnapshotCopyNotSupported
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25SnapshotCopyNotSupported
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
Direct Known Subclasses
HotSnapshotMoveNotSupported, SnapshotCloneNotSupported, SnapshotMoveFromNonHomeNotSupported, SnapshotMoveNotSupported, SnapshotMoveToNonHomeNotSupported
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 = []) ⇒ SnapshotCopyNotSupported
constructor
A new instance of SnapshotCopyNotSupported.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = []) ⇒ SnapshotCopyNotSupported
Returns a new instance of SnapshotCopyNotSupported.
31303 31304 31305 31306 |
# File 'lib/vmware/soap/vim25.rb', line 31303 def initialize(dynamicType = nil, dynamicProperty = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
31301 31302 31303 |
# File 'lib/vmware/soap/vim25.rb', line 31301 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
31300 31301 31302 |
# File 'lib/vmware/soap/vim25.rb', line 31300 def dynamicType @dynamicType end |