Class: VirtualVMIROMOption
- Inherits:
-
VirtualDeviceOption
- Object
- DynamicData
- VirtualDeviceOption
- VirtualVMIROMOption
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualVMIROMOption
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) ⇒ VirtualVMIROMOption
constructor
A new instance of VirtualVMIROMOption.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], type = nil, connectOption = nil, controllerType = nil, autoAssignController = nil, backingOption = [], defaultBackingOptionIndex = nil, licensingLimit = [], deprecated = nil, plugAndPlay = nil) ⇒ VirtualVMIROMOption
Returns a new instance of VirtualVMIROMOption.
28898 28899 28900 28901 28902 28903 28904 28905 28906 28907 28908 28909 28910 |
# File 'lib/vmware/soap/vim25.rb', line 28898 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.
28891 28892 28893 |
# File 'lib/vmware/soap/vim25.rb', line 28891 def autoAssignController @autoAssignController end |
#backingOption ⇒ Object
Returns the value of attribute backingOption.
28892 28893 28894 |
# File 'lib/vmware/soap/vim25.rb', line 28892 def backingOption @backingOption end |
#connectOption ⇒ Object
Returns the value of attribute connectOption.
28889 28890 28891 |
# File 'lib/vmware/soap/vim25.rb', line 28889 def connectOption @connectOption end |
#controllerType ⇒ Object
Returns the value of attribute controllerType.
28890 28891 28892 |
# File 'lib/vmware/soap/vim25.rb', line 28890 def controllerType @controllerType end |
#defaultBackingOptionIndex ⇒ Object
Returns the value of attribute defaultBackingOptionIndex.
28893 28894 28895 |
# File 'lib/vmware/soap/vim25.rb', line 28893 def defaultBackingOptionIndex @defaultBackingOptionIndex end |
#deprecated ⇒ Object
Returns the value of attribute deprecated.
28895 28896 28897 |
# File 'lib/vmware/soap/vim25.rb', line 28895 def deprecated @deprecated end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
28887 28888 28889 |
# File 'lib/vmware/soap/vim25.rb', line 28887 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
28886 28887 28888 |
# File 'lib/vmware/soap/vim25.rb', line 28886 def dynamicType @dynamicType end |
#licensingLimit ⇒ Object
Returns the value of attribute licensingLimit.
28894 28895 28896 |
# File 'lib/vmware/soap/vim25.rb', line 28894 def licensingLimit @licensingLimit end |
#plugAndPlay ⇒ Object
Returns the value of attribute plugAndPlay.
28896 28897 28898 |
# File 'lib/vmware/soap/vim25.rb', line 28896 def plugAndPlay @plugAndPlay end |
#type ⇒ Object
Returns the value of attribute type.
28888 28889 28890 |
# File 'lib/vmware/soap/vim25.rb', line 28888 def type @type end |