Class: VirtualMachineVideoCard

Inherits:
VirtualDevice show all
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

Instance Method Summary collapse

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

#backingObject

Returns the value of attribute backing.



26863
26864
26865
# File 'lib/vmware/soap/vim25.rb', line 26863

def backing
  @backing
end

#connectableObject

Returns the value of attribute connectable.



26864
26865
26866
# File 'lib/vmware/soap/vim25.rb', line 26864

def connectable
  @connectable
end

#controllerKeyObject

Returns the value of attribute controllerKey.



26865
26866
26867
# File 'lib/vmware/soap/vim25.rb', line 26865

def controllerKey
  @controllerKey
end

#deviceInfoObject

Returns the value of attribute deviceInfo.



26862
26863
26864
# File 'lib/vmware/soap/vim25.rb', line 26862

def deviceInfo
  @deviceInfo
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



26860
26861
26862
# File 'lib/vmware/soap/vim25.rb', line 26860

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



26859
26860
26861
# File 'lib/vmware/soap/vim25.rb', line 26859

def dynamicType
  @dynamicType
end

#keyObject

Returns the value of attribute key.



26861
26862
26863
# File 'lib/vmware/soap/vim25.rb', line 26861

def key
  @key
end

#unitNumberObject

Returns the value of attribute unitNumber.



26866
26867
26868
# File 'lib/vmware/soap/vim25.rb', line 26866

def unitNumber
  @unitNumber
end

#videoRamSizeInKBObject

Returns the value of attribute videoRamSizeInKB.



26867
26868
26869
# File 'lib/vmware/soap/vim25.rb', line 26867

def videoRamSizeInKB
  @videoRamSizeInKB
end