Class: RDMNotPreserved

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

Overview

urn:vim25RDMNotPreserved

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
device - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of RDMNotPreserved.



31270
31271
31272
31273
31274
# File 'lib/vmware/soap/vim25.rb', line 31270

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

Instance Attribute Details

#deviceObject

Returns the value of attribute device.



31268
31269
31270
# File 'lib/vmware/soap/vim25.rb', line 31268

def device
  @device
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



31267
31268
31269
# File 'lib/vmware/soap/vim25.rb', line 31267

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



31266
31267
31268
# File 'lib/vmware/soap/vim25.rb', line 31266

def dynamicType
  @dynamicType
end