Class: MemorySnapshotOnIndependentDisk
- Inherits:
-
SnapshotFault
- Object
- MethodFault
- VimFault
- SnapshotFault
- MemorySnapshotOnIndependentDisk
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25MemorySnapshotOnIndependentDisk
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 = []) ⇒ MemorySnapshotOnIndependentDisk
constructor
A new instance of MemorySnapshotOnIndependentDisk.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = []) ⇒ MemorySnapshotOnIndependentDisk
Returns a new instance of MemorySnapshotOnIndependentDisk.
31957 31958 31959 31960 |
# File 'lib/vmware/soap/vim25.rb', line 31957 def initialize(dynamicType = nil, dynamicProperty = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
31955 31956 31957 |
# File 'lib/vmware/soap/vim25.rb', line 31955 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
31954 31955 31956 |
# File 'lib/vmware/soap/vim25.rb', line 31954 def dynamicType @dynamicType end |