Class: MemorySnapshotOnIndependentDisk

Inherits:
SnapshotFault show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25MemorySnapshotOnIndependentDisk

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



31955
31956
31957
# File 'lib/vmware/soap/vim25.rb', line 31955

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



31954
31955
31956
# File 'lib/vmware/soap/vim25.rb', line 31954

def dynamicType
  @dynamicType
end