Class: DeviceNotSupported

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

Overview

urn:vim25DeviceNotSupported

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of DeviceNotSupported.



32893
32894
32895
32896
32897
32898
# File 'lib/vmware/soap/vim25.rb', line 32893

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

Instance Attribute Details

#deviceObject

Returns the value of attribute device.



32890
32891
32892
# File 'lib/vmware/soap/vim25.rb', line 32890

def device
  @device
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



32889
32890
32891
# File 'lib/vmware/soap/vim25.rb', line 32889

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



32888
32889
32890
# File 'lib/vmware/soap/vim25.rb', line 32888

def dynamicType
  @dynamicType
end

#reasonObject

Returns the value of attribute reason.



32891
32892
32893
# File 'lib/vmware/soap/vim25.rb', line 32891

def reason
  @reason
end