Class: VirtualCdromOption
- Inherits:
-
VirtualDeviceOption
- Object
- DynamicData
- VirtualDeviceOption
- VirtualCdromOption
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualCdromOption
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) ⇒ VirtualCdromOption
constructor
A new instance of VirtualCdromOption.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], type = nil, connectOption = nil, controllerType = nil, autoAssignController = nil, backingOption = [], defaultBackingOptionIndex = nil, licensingLimit = [], deprecated = nil, plugAndPlay = nil) ⇒ VirtualCdromOption
Returns a new instance of VirtualCdromOption.
27645 27646 27647 27648 27649 27650 27651 27652 27653 27654 27655 27656 27657 |
# File 'lib/vmware/soap/vim25.rb', line 27645 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.
27638 27639 27640 |
# File 'lib/vmware/soap/vim25.rb', line 27638 def autoAssignController @autoAssignController end |
#backingOption ⇒ Object
Returns the value of attribute backingOption.
27639 27640 27641 |
# File 'lib/vmware/soap/vim25.rb', line 27639 def backingOption @backingOption end |
#connectOption ⇒ Object
Returns the value of attribute connectOption.
27636 27637 27638 |
# File 'lib/vmware/soap/vim25.rb', line 27636 def connectOption @connectOption end |
#controllerType ⇒ Object
Returns the value of attribute controllerType.
27637 27638 27639 |
# File 'lib/vmware/soap/vim25.rb', line 27637 def controllerType @controllerType end |
#defaultBackingOptionIndex ⇒ Object
Returns the value of attribute defaultBackingOptionIndex.
27640 27641 27642 |
# File 'lib/vmware/soap/vim25.rb', line 27640 def defaultBackingOptionIndex @defaultBackingOptionIndex end |
#deprecated ⇒ Object
Returns the value of attribute deprecated.
27642 27643 27644 |
# File 'lib/vmware/soap/vim25.rb', line 27642 def deprecated @deprecated end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
27634 27635 27636 |
# File 'lib/vmware/soap/vim25.rb', line 27634 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
27633 27634 27635 |
# File 'lib/vmware/soap/vim25.rb', line 27633 def dynamicType @dynamicType end |
#licensingLimit ⇒ Object
Returns the value of attribute licensingLimit.
27641 27642 27643 |
# File 'lib/vmware/soap/vim25.rb', line 27641 def licensingLimit @licensingLimit end |
#plugAndPlay ⇒ Object
Returns the value of attribute plugAndPlay.
27643 27644 27645 |
# File 'lib/vmware/soap/vim25.rb', line 27643 def plugAndPlay @plugAndPlay end |
#type ⇒ Object
Returns the value of attribute type.
27635 27636 27637 |
# File 'lib/vmware/soap/vim25.rb', line 27635 def type @type end |