Class: SnapshotFault
- Inherits:
-
VimFault
- Object
- MethodFault
- VimFault
- SnapshotFault
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25SnapshotFault
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
Direct Known Subclasses
ApplicationQuiesceFault, FilesystemQuiesceFault, MemorySnapshotOnIndependentDisk, MultipleSnapshotsNotSupported, SnapshotDisabled, SnapshotIncompatibleDeviceInVm, SnapshotLocked, SnapshotNoChange, TooManySnapshotLevels
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 = []) ⇒ SnapshotFault
constructor
A new instance of SnapshotFault.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = []) ⇒ SnapshotFault
Returns a new instance of SnapshotFault.
31918 31919 31920 31921 |
# File 'lib/vmware/soap/vim25.rb', line 31918 def initialize(dynamicType = nil, dynamicProperty = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
31916 31917 31918 |
# File 'lib/vmware/soap/vim25.rb', line 31916 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
31915 31916 31917 |
# File 'lib/vmware/soap/vim25.rb', line 31915 def dynamicType @dynamicType end |