Class: SnapshotMoveNotSupported

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

Overview

urn:vim25SnapshotMoveNotSupported

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = []) ⇒ SnapshotMoveNotSupported

Returns a new instance of SnapshotMoveNotSupported.



31355
31356
31357
31358
# File 'lib/vmware/soap/vim25.rb', line 31355

def initialize(dynamicType = nil, dynamicProperty = [])
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
end

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



31353
31354
31355
# File 'lib/vmware/soap/vim25.rb', line 31353

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



31352
31353
31354
# File 'lib/vmware/soap/vim25.rb', line 31352

def dynamicType
  @dynamicType
end