Class: SharedBusControllerNotSupported
- Inherits:
-
DeviceNotSupported
- Object
- MethodFault
- VimFault
- VmConfigFault
- VirtualHardwareCompatibilityIssue
- DeviceNotSupported
- SharedBusControllerNotSupported
- 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
-
#device ⇒ Object
Returns the value of attribute device.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#reason ⇒ Object
Returns the value of attribute reason.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], device = nil, reason = nil) ⇒ SharedBusControllerNotSupported
constructor
A new instance of SharedBusControllerNotSupported.
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
#device ⇒ Object
Returns the value of attribute device.
33067 33068 33069 |
# File 'lib/vmware/soap/vim25.rb', line 33067 def device @device end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
33066 33067 33068 |
# File 'lib/vmware/soap/vim25.rb', line 33066 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
33065 33066 33067 |
# File 'lib/vmware/soap/vim25.rb', line 33065 def dynamicType @dynamicType end |
#reason ⇒ Object
Returns the value of attribute reason.
33068 33069 33070 |
# File 'lib/vmware/soap/vim25.rb', line 33068 def reason @reason end |