Class: SnapshotCopyNotSupported

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

Overview

urn:vim25SnapshotCopyNotSupported

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



31301
31302
31303
# File 'lib/vmware/soap/vim25.rb', line 31301

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



31300
31301
31302
# File 'lib/vmware/soap/vim25.rb', line 31300

def dynamicType
  @dynamicType
end