Class: DeviceControllerNotSupported

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

Overview

urn:vim25DeviceControllerNotSupported

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of DeviceControllerNotSupported.



32936
32937
32938
32939
32940
32941
32942
# File 'lib/vmware/soap/vim25.rb', line 32936

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

Instance Attribute Details

#controllerObject

Returns the value of attribute controller.



32934
32935
32936
# File 'lib/vmware/soap/vim25.rb', line 32934

def controller
  @controller
end

#deviceObject

Returns the value of attribute device.



32932
32933
32934
# File 'lib/vmware/soap/vim25.rb', line 32932

def device
  @device
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



32931
32932
32933
# File 'lib/vmware/soap/vim25.rb', line 32931

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



32930
32931
32932
# File 'lib/vmware/soap/vim25.rb', line 32930

def dynamicType
  @dynamicType
end

#reasonObject

Returns the value of attribute reason.



32933
32934
32935
# File 'lib/vmware/soap/vim25.rb', line 32933

def reason
  @reason
end