Class: VirtualSCSIPassthroughDeviceBackingOption
- Inherits:
-
VirtualDeviceDeviceBackingOption
- Object
- DynamicData
- VirtualDeviceBackingOption
- VirtualDeviceDeviceBackingOption
- VirtualSCSIPassthroughDeviceBackingOption
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualSCSIPassthroughDeviceBackingOption
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
type - SOAP::SOAPString
autoDetectAvailable - BoolOption
Instance Attribute Summary collapse
-
#autoDetectAvailable ⇒ Object
Returns the value of attribute autoDetectAvailable.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], type = nil, autoDetectAvailable = nil) ⇒ VirtualSCSIPassthroughDeviceBackingOption
constructor
A new instance of VirtualSCSIPassthroughDeviceBackingOption.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], type = nil, autoDetectAvailable = nil) ⇒ VirtualSCSIPassthroughDeviceBackingOption
Returns a new instance of VirtualSCSIPassthroughDeviceBackingOption.
27398 27399 27400 27401 27402 27403 |
# File 'lib/vmware/soap/vim25.rb', line 27398 def initialize(dynamicType = nil, dynamicProperty = [], type = nil, autoDetectAvailable = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @type = type @autoDetectAvailable = autoDetectAvailable end |
Instance Attribute Details
#autoDetectAvailable ⇒ Object
Returns the value of attribute autoDetectAvailable.
27396 27397 27398 |
# File 'lib/vmware/soap/vim25.rb', line 27396 def autoDetectAvailable @autoDetectAvailable end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
27394 27395 27396 |
# File 'lib/vmware/soap/vim25.rb', line 27394 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
27393 27394 27395 |
# File 'lib/vmware/soap/vim25.rb', line 27393 def dynamicType @dynamicType end |
#type ⇒ Object
Returns the value of attribute type.
27395 27396 27397 |
# File 'lib/vmware/soap/vim25.rb', line 27395 def type @type end |