Class: VirtualMachineVideoCard
- Inherits:
-
VirtualDevice
- Object
- DynamicData
- VirtualDevice
- VirtualMachineVideoCard
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VirtualMachineVideoCard
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
key - SOAP::SOAPInt
deviceInfo - Description
backing - VirtualDeviceBackingInfo
connectable - VirtualDeviceConnectInfo
controllerKey - SOAP::SOAPInt
unitNumber - SOAP::SOAPInt
videoRamSizeInKB - SOAP::SOAPLong
Instance Attribute Summary collapse
-
#backing ⇒ Object
Returns the value of attribute backing.
-
#connectable ⇒ Object
Returns the value of attribute connectable.
-
#controllerKey ⇒ Object
Returns the value of attribute controllerKey.
-
#deviceInfo ⇒ Object
Returns the value of attribute deviceInfo.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#key ⇒ Object
Returns the value of attribute key.
-
#unitNumber ⇒ Object
Returns the value of attribute unitNumber.
-
#videoRamSizeInKB ⇒ Object
Returns the value of attribute videoRamSizeInKB.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, deviceInfo = nil, backing = nil, connectable = nil, controllerKey = nil, unitNumber = nil, videoRamSizeInKB = nil) ⇒ VirtualMachineVideoCard
constructor
A new instance of VirtualMachineVideoCard.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, deviceInfo = nil, backing = nil, connectable = nil, controllerKey = nil, unitNumber = nil, videoRamSizeInKB = nil) ⇒ VirtualMachineVideoCard
Returns a new instance of VirtualMachineVideoCard.
26869 26870 26871 26872 26873 26874 26875 26876 26877 26878 26879 |
# File 'lib/vmware/soap/vim25.rb', line 26869 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, deviceInfo = nil, backing = nil, connectable = nil, controllerKey = nil, unitNumber = nil, videoRamSizeInKB = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @deviceInfo = deviceInfo @backing = backing @connectable = connectable @controllerKey = controllerKey @unitNumber = unitNumber @videoRamSizeInKB = videoRamSizeInKB end |
Instance Attribute Details
#backing ⇒ Object
Returns the value of attribute backing.
26863 26864 26865 |
# File 'lib/vmware/soap/vim25.rb', line 26863 def backing @backing end |
#connectable ⇒ Object
Returns the value of attribute connectable.
26864 26865 26866 |
# File 'lib/vmware/soap/vim25.rb', line 26864 def connectable @connectable end |
#controllerKey ⇒ Object
Returns the value of attribute controllerKey.
26865 26866 26867 |
# File 'lib/vmware/soap/vim25.rb', line 26865 def controllerKey @controllerKey end |
#deviceInfo ⇒ Object
Returns the value of attribute deviceInfo.
26862 26863 26864 |
# File 'lib/vmware/soap/vim25.rb', line 26862 def deviceInfo @deviceInfo end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
26860 26861 26862 |
# File 'lib/vmware/soap/vim25.rb', line 26860 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
26859 26860 26861 |
# File 'lib/vmware/soap/vim25.rb', line 26859 def dynamicType @dynamicType end |
#key ⇒ Object
Returns the value of attribute key.
26861 26862 26863 |
# File 'lib/vmware/soap/vim25.rb', line 26861 def key @key end |
#unitNumber ⇒ Object
Returns the value of attribute unitNumber.
26866 26867 26868 |
# File 'lib/vmware/soap/vim25.rb', line 26866 def unitNumber @unitNumber end |
#videoRamSizeInKB ⇒ Object
Returns the value of attribute videoRamSizeInKB.
26867 26868 26869 |
# File 'lib/vmware/soap/vim25.rb', line 26867 def videoRamSizeInKB @videoRamSizeInKB end |