Class: VirtualPCIController

Inherits:
VirtualController show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25VirtualPCIController

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
key - SOAP::SOAPInt
deviceInfo - Description
backing - VirtualDeviceBackingInfo
connectable - VirtualDeviceConnectInfo
controllerKey - SOAP::SOAPInt
unitNumber - SOAP::SOAPInt
busNumber - SOAP::SOAPInt
device - SOAP::SOAPInt

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, busNumber = nil, device = []) ⇒ VirtualPCIController

Returns a new instance of VirtualPCIController.



25995
25996
25997
25998
25999
26000
26001
26002
26003
26004
26005
26006
# File 'lib/vmware/soap/vim25.rb', line 25995

def initialize(dynamicType = nil, dynamicProperty = [], key = nil, deviceInfo = nil, backing = nil, connectable = nil, controllerKey = nil, unitNumber = nil, busNumber = nil, device = [])
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @key = key
  @deviceInfo = deviceInfo
  @backing = backing
  @connectable = connectable
  @controllerKey = controllerKey
  @unitNumber = unitNumber
  @busNumber = busNumber
  @device = device
end

Instance Attribute Details

#backingObject

Returns the value of attribute backing.



25988
25989
25990
# File 'lib/vmware/soap/vim25.rb', line 25988

def backing
  @backing
end

#busNumberObject

Returns the value of attribute busNumber.



25992
25993
25994
# File 'lib/vmware/soap/vim25.rb', line 25992

def busNumber
  @busNumber
end

#connectableObject

Returns the value of attribute connectable.



25989
25990
25991
# File 'lib/vmware/soap/vim25.rb', line 25989

def connectable
  @connectable
end

#controllerKeyObject

Returns the value of attribute controllerKey.



25990
25991
25992
# File 'lib/vmware/soap/vim25.rb', line 25990

def controllerKey
  @controllerKey
end

#deviceObject

Returns the value of attribute device.



25993
25994
25995
# File 'lib/vmware/soap/vim25.rb', line 25993

def device
  @device
end

#deviceInfoObject

Returns the value of attribute deviceInfo.



25987
25988
25989
# File 'lib/vmware/soap/vim25.rb', line 25987

def deviceInfo
  @deviceInfo
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



25985
25986
25987
# File 'lib/vmware/soap/vim25.rb', line 25985

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



25984
25985
25986
# File 'lib/vmware/soap/vim25.rb', line 25984

def dynamicType
  @dynamicType
end

#keyObject

Returns the value of attribute key.



25986
25987
25988
# File 'lib/vmware/soap/vim25.rb', line 25986

def key
  @key
end

#unitNumberObject

Returns the value of attribute unitNumber.



25991
25992
25993
# File 'lib/vmware/soap/vim25.rb', line 25991

def unitNumber
  @unitNumber
end