Class: SharedBusControllerNotSupported

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

Overview

urn:vim25SharedBusControllerNotSupported

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) ⇒ SharedBusControllerNotSupported

Returns a new instance of SharedBusControllerNotSupported.



33070
33071
33072
33073
33074
33075
# File 'lib/vmware/soap/vim25.rb', line 33070

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.



33067
33068
33069
# File 'lib/vmware/soap/vim25.rb', line 33067

def device
  @device
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



33066
33067
33068
# File 'lib/vmware/soap/vim25.rb', line 33066

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



33065
33066
33067
# File 'lib/vmware/soap/vim25.rb', line 33065

def dynamicType
  @dynamicType
end

#reasonObject

Returns the value of attribute reason.



33068
33069
33070
# File 'lib/vmware/soap/vim25.rb', line 33068

def reason
  @reason
end