Method: HostPciDevice#initialize

Defined in:
lib/vmware/soap/vim25.rb

#initialize(dynamicType = nil, dynamicProperty = [], id = nil, classId = nil, bus = nil, slot = nil, function = nil, vendorId = nil, subVendorId = nil, vendorName = nil, deviceId = nil, subDeviceId = nil, deviceName = nil) ⇒ HostPciDevice



20755
20756
20757
20758
20759
20760
20761
20762
20763
20764
20765
20766
20767
20768
20769
# File 'lib/vmware/soap/vim25.rb', line 20755

def initialize(dynamicType = nil, dynamicProperty = [], id = nil, classId = nil, bus = nil, slot = nil, function = nil, vendorId = nil, subVendorId = nil, vendorName = nil, deviceId = nil, subDeviceId = nil, deviceName = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @id = id
  @classId = classId
  @bus = bus
  @slot = slot
  @function = function
  @vendorId = vendorId
  @subVendorId = subVendorId
  @vendorName = vendorName
  @deviceId = deviceId
  @subDeviceId = subDeviceId
  @deviceName = deviceName
end