Class: VirtualFloppyOption
- Inherits:
-
VirtualDeviceOption
- Object
- DynamicData
- VirtualDeviceOption
- VirtualFloppyOption
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualFloppyOption
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) ⇒ VirtualFloppyOption
constructor
A new instance of VirtualFloppyOption.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], type = nil, connectOption = nil, controllerType = nil, autoAssignController = nil, backingOption = [], defaultBackingOptionIndex = nil, licensingLimit = [], deprecated = nil, plugAndPlay = nil) ⇒ VirtualFloppyOption
Returns a new instance of VirtualFloppyOption.
28495 28496 28497 28498 28499 28500 28501 28502 28503 28504 28505 28506 28507 |
# File 'lib/vmware/soap/vim25.rb', line 28495 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.
28488 28489 28490 |
# File 'lib/vmware/soap/vim25.rb', line 28488 def autoAssignController @autoAssignController end |
#backingOption ⇒ Object
Returns the value of attribute backingOption.
28489 28490 28491 |
# File 'lib/vmware/soap/vim25.rb', line 28489 def backingOption @backingOption end |
#connectOption ⇒ Object
Returns the value of attribute connectOption.
28486 28487 28488 |
# File 'lib/vmware/soap/vim25.rb', line 28486 def connectOption @connectOption end |
#controllerType ⇒ Object
Returns the value of attribute controllerType.
28487 28488 28489 |
# File 'lib/vmware/soap/vim25.rb', line 28487 def controllerType @controllerType end |
#defaultBackingOptionIndex ⇒ Object
Returns the value of attribute defaultBackingOptionIndex.
28490 28491 28492 |
# File 'lib/vmware/soap/vim25.rb', line 28490 def defaultBackingOptionIndex @defaultBackingOptionIndex end |
#deprecated ⇒ Object
Returns the value of attribute deprecated.
28492 28493 28494 |
# File 'lib/vmware/soap/vim25.rb', line 28492 def deprecated @deprecated end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
28484 28485 28486 |
# File 'lib/vmware/soap/vim25.rb', line 28484 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
28483 28484 28485 |
# File 'lib/vmware/soap/vim25.rb', line 28483 def dynamicType @dynamicType end |
#licensingLimit ⇒ Object
Returns the value of attribute licensingLimit.
28491 28492 28493 |
# File 'lib/vmware/soap/vim25.rb', line 28491 def licensingLimit @licensingLimit end |
#plugAndPlay ⇒ Object
Returns the value of attribute plugAndPlay.
28493 28494 28495 |
# File 'lib/vmware/soap/vim25.rb', line 28493 def plugAndPlay @plugAndPlay end |
#type ⇒ Object
Returns the value of attribute type.
28485 28486 28487 |
# File 'lib/vmware/soap/vim25.rb', line 28485 def type @type end |