Class: IncompatibleDefaultDevice

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

Overview

urn:vim25IncompatibleDefaultDevice

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of IncompatibleDefaultDevice.



31058
31059
31060
31061
31062
# File 'lib/vmware/soap/vim25.rb', line 31058

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

Instance Attribute Details

#deviceObject

Returns the value of attribute device.



31056
31057
31058
# File 'lib/vmware/soap/vim25.rb', line 31056

def device
  @device
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



31055
31056
31057
# File 'lib/vmware/soap/vim25.rb', line 31055

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



31054
31055
31056
# File 'lib/vmware/soap/vim25.rb', line 31054

def dynamicType
  @dynamicType
end