Class: VirtualSIOController

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

Overview

urn:vim25VirtualSIOController

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 = []) ⇒ VirtualSIOController

Returns a new instance of VirtualSIOController.



26207
26208
26209
26210
26211
26212
26213
26214
26215
26216
26217
26218
# File 'lib/vmware/soap/vim25.rb', line 26207

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.



26200
26201
26202
# File 'lib/vmware/soap/vim25.rb', line 26200

def backing
  @backing
end

#busNumberObject

Returns the value of attribute busNumber.



26204
26205
26206
# File 'lib/vmware/soap/vim25.rb', line 26204

def busNumber
  @busNumber
end

#connectableObject

Returns the value of attribute connectable.



26201
26202
26203
# File 'lib/vmware/soap/vim25.rb', line 26201

def connectable
  @connectable
end

#controllerKeyObject

Returns the value of attribute controllerKey.



26202
26203
26204
# File 'lib/vmware/soap/vim25.rb', line 26202

def controllerKey
  @controllerKey
end

#deviceObject

Returns the value of attribute device.



26205
26206
26207
# File 'lib/vmware/soap/vim25.rb', line 26205

def device
  @device
end

#deviceInfoObject

Returns the value of attribute deviceInfo.



26199
26200
26201
# File 'lib/vmware/soap/vim25.rb', line 26199

def deviceInfo
  @deviceInfo
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



26197
26198
26199
# File 'lib/vmware/soap/vim25.rb', line 26197

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



26196
26197
26198
# File 'lib/vmware/soap/vim25.rb', line 26196

def dynamicType
  @dynamicType
end

#keyObject

Returns the value of attribute key.



26198
26199
26200
# File 'lib/vmware/soap/vim25.rb', line 26198

def key
  @key
end

#unitNumberObject

Returns the value of attribute unitNumber.



26203
26204
26205
# File 'lib/vmware/soap/vim25.rb', line 26203

def unitNumber
  @unitNumber
end