Class: VirtualVideoCardOption
- Inherits:
-
VirtualDeviceOption
- Object
- DynamicData
- VirtualDeviceOption
- VirtualVideoCardOption
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualVideoCardOption
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
videoRamSizeInKB - LongOption
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.
-
#videoRamSizeInKB ⇒ Object
Returns the value of attribute videoRamSizeInKB.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], type = nil, connectOption = nil, controllerType = nil, autoAssignController = nil, backingOption = [], defaultBackingOptionIndex = nil, licensingLimit = [], deprecated = nil, plugAndPlay = nil, videoRamSizeInKB = nil) ⇒ VirtualVideoCardOption
constructor
A new instance of VirtualVideoCardOption.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], type = nil, connectOption = nil, controllerType = nil, autoAssignController = nil, backingOption = [], defaultBackingOptionIndex = nil, licensingLimit = [], deprecated = nil, plugAndPlay = nil, videoRamSizeInKB = nil) ⇒ VirtualVideoCardOption
Returns a new instance of VirtualVideoCardOption.
28940 28941 28942 28943 28944 28945 28946 28947 28948 28949 28950 28951 28952 28953 |
# File 'lib/vmware/soap/vim25.rb', line 28940 def initialize(dynamicType = nil, dynamicProperty = [], type = nil, connectOption = nil, controllerType = nil, autoAssignController = nil, backingOption = [], defaultBackingOptionIndex = nil, licensingLimit = [], deprecated = nil, plugAndPlay = nil, videoRamSizeInKB = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @type = type @connectOption = connectOption @controllerType = controllerType @autoAssignController = autoAssignController @backingOption = backingOption @defaultBackingOptionIndex = defaultBackingOptionIndex @licensingLimit = licensingLimit @deprecated = deprecated @plugAndPlay = plugAndPlay @videoRamSizeInKB = videoRamSizeInKB end |
Instance Attribute Details
#autoAssignController ⇒ Object
Returns the value of attribute autoAssignController.
28932 28933 28934 |
# File 'lib/vmware/soap/vim25.rb', line 28932 def autoAssignController @autoAssignController end |
#backingOption ⇒ Object
Returns the value of attribute backingOption.
28933 28934 28935 |
# File 'lib/vmware/soap/vim25.rb', line 28933 def backingOption @backingOption end |
#connectOption ⇒ Object
Returns the value of attribute connectOption.
28930 28931 28932 |
# File 'lib/vmware/soap/vim25.rb', line 28930 def connectOption @connectOption end |
#controllerType ⇒ Object
Returns the value of attribute controllerType.
28931 28932 28933 |
# File 'lib/vmware/soap/vim25.rb', line 28931 def controllerType @controllerType end |
#defaultBackingOptionIndex ⇒ Object
Returns the value of attribute defaultBackingOptionIndex.
28934 28935 28936 |
# File 'lib/vmware/soap/vim25.rb', line 28934 def defaultBackingOptionIndex @defaultBackingOptionIndex end |
#deprecated ⇒ Object
Returns the value of attribute deprecated.
28936 28937 28938 |
# File 'lib/vmware/soap/vim25.rb', line 28936 def deprecated @deprecated end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
28928 28929 28930 |
# File 'lib/vmware/soap/vim25.rb', line 28928 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
28927 28928 28929 |
# File 'lib/vmware/soap/vim25.rb', line 28927 def dynamicType @dynamicType end |
#licensingLimit ⇒ Object
Returns the value of attribute licensingLimit.
28935 28936 28937 |
# File 'lib/vmware/soap/vim25.rb', line 28935 def licensingLimit @licensingLimit end |
#plugAndPlay ⇒ Object
Returns the value of attribute plugAndPlay.
28937 28938 28939 |
# File 'lib/vmware/soap/vim25.rb', line 28937 def plugAndPlay @plugAndPlay end |
#type ⇒ Object
Returns the value of attribute type.
28929 28930 28931 |
# File 'lib/vmware/soap/vim25.rb', line 28929 def type @type end |
#videoRamSizeInKB ⇒ Object
Returns the value of attribute videoRamSizeInKB.
28938 28939 28940 |
# File 'lib/vmware/soap/vim25.rb', line 28938 def videoRamSizeInKB @videoRamSizeInKB end |