Class: VirtualSCSIPassthroughOption
- Inherits:
-
VirtualDeviceOption
- Object
- DynamicData
- VirtualDeviceOption
- VirtualSCSIPassthroughOption
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualSCSIPassthroughOption
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
type - SOAP::SOAPString
connectOption - VirtualDeviceConnectOption
controllerType - SOAP::SOAPString
autoAssignController - BoolOption
backingOption - VirtualDeviceBackingOption
defaultBackingOptionIndex - SOAP::SOAPInt
licensingLimit - SOAP::SOAPString
deprecated - SOAP::SOAPBoolean
plugAndPlay - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#autoAssignController ⇒ Object
Returns the value of attribute autoAssignController.
-
#backingOption ⇒ Object
Returns the value of attribute backingOption.
-
#connectOption ⇒ Object
Returns the value of attribute connectOption.
-
#controllerType ⇒ Object
Returns the value of attribute controllerType.
-
#defaultBackingOptionIndex ⇒ Object
Returns the value of attribute defaultBackingOptionIndex.
-
#deprecated ⇒ Object
Returns the value of attribute deprecated.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#licensingLimit ⇒ Object
Returns the value of attribute licensingLimit.
-
#plugAndPlay ⇒ Object
Returns the value of attribute plugAndPlay.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], type = nil, connectOption = nil, controllerType = nil, autoAssignController = nil, backingOption = [], defaultBackingOptionIndex = nil, licensingLimit = [], deprecated = nil, plugAndPlay = nil) ⇒ VirtualSCSIPassthroughOption
constructor
A new instance of VirtualSCSIPassthroughOption.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], type = nil, connectOption = nil, controllerType = nil, autoAssignController = nil, backingOption = [], defaultBackingOptionIndex = nil, licensingLimit = [], deprecated = nil, plugAndPlay = nil) ⇒ VirtualSCSIPassthroughOption
Returns a new instance of VirtualSCSIPassthroughOption.
28655 28656 28657 28658 28659 28660 28661 28662 28663 28664 28665 28666 28667 |
# File 'lib/vmware/soap/vim25.rb', line 28655 def initialize(dynamicType = nil, dynamicProperty = [], type = nil, connectOption = nil, controllerType = nil, autoAssignController = nil, backingOption = [], defaultBackingOptionIndex = nil, licensingLimit = [], deprecated = nil, plugAndPlay = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @type = type @connectOption = connectOption @controllerType = controllerType @autoAssignController = autoAssignController @backingOption = backingOption @defaultBackingOptionIndex = defaultBackingOptionIndex @licensingLimit = licensingLimit @deprecated = deprecated @plugAndPlay = plugAndPlay end |
Instance Attribute Details
#autoAssignController ⇒ Object
Returns the value of attribute autoAssignController.
28648 28649 28650 |
# File 'lib/vmware/soap/vim25.rb', line 28648 def autoAssignController @autoAssignController end |
#backingOption ⇒ Object
Returns the value of attribute backingOption.
28649 28650 28651 |
# File 'lib/vmware/soap/vim25.rb', line 28649 def backingOption @backingOption end |
#connectOption ⇒ Object
Returns the value of attribute connectOption.
28646 28647 28648 |
# File 'lib/vmware/soap/vim25.rb', line 28646 def connectOption @connectOption end |
#controllerType ⇒ Object
Returns the value of attribute controllerType.
28647 28648 28649 |
# File 'lib/vmware/soap/vim25.rb', line 28647 def controllerType @controllerType end |
#defaultBackingOptionIndex ⇒ Object
Returns the value of attribute defaultBackingOptionIndex.
28650 28651 28652 |
# File 'lib/vmware/soap/vim25.rb', line 28650 def defaultBackingOptionIndex @defaultBackingOptionIndex end |
#deprecated ⇒ Object
Returns the value of attribute deprecated.
28652 28653 28654 |
# File 'lib/vmware/soap/vim25.rb', line 28652 def deprecated @deprecated end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
28644 28645 28646 |
# File 'lib/vmware/soap/vim25.rb', line 28644 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
28643 28644 28645 |
# File 'lib/vmware/soap/vim25.rb', line 28643 def dynamicType @dynamicType end |
#licensingLimit ⇒ Object
Returns the value of attribute licensingLimit.
28651 28652 28653 |
# File 'lib/vmware/soap/vim25.rb', line 28651 def licensingLimit @licensingLimit end |
#plugAndPlay ⇒ Object
Returns the value of attribute plugAndPlay.
28653 28654 28655 |
# File 'lib/vmware/soap/vim25.rb', line 28653 def plugAndPlay @plugAndPlay end |
#type ⇒ Object
Returns the value of attribute type.
28645 28646 28647 |
# File 'lib/vmware/soap/vim25.rb', line 28645 def type @type end |