Class: HostHostBusAdapter

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

Overview

urn:vim25HostHostBusAdapter

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
key - SOAP::SOAPString
device - SOAP::SOAPString
bus - SOAP::SOAPInt
status - SOAP::SOAPString
model - SOAP::SOAPString
driver - SOAP::SOAPString
pci - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], key = nil, device = nil, bus = nil, status = nil, model = nil, driver = nil, pci = nil) ⇒ HostHostBusAdapter

Returns a new instance of HostHostBusAdapter.



19413
19414
19415
19416
19417
19418
19419
19420
19421
19422
19423
# File 'lib/vmware/soap/vim25.rb', line 19413

def initialize(dynamicType = nil, dynamicProperty = [], key = nil, device = nil, bus = nil, status = nil, model = nil, driver = nil, pci = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @key = key
  @device = device
  @bus = bus
  @status = status
  @model = model
  @driver = driver
  @pci = pci
end

Instance Attribute Details

#busObject

Returns the value of attribute bus.



19407
19408
19409
# File 'lib/vmware/soap/vim25.rb', line 19407

def bus
  @bus
end

#deviceObject

Returns the value of attribute device.



19406
19407
19408
# File 'lib/vmware/soap/vim25.rb', line 19406

def device
  @device
end

#driverObject

Returns the value of attribute driver.



19410
19411
19412
# File 'lib/vmware/soap/vim25.rb', line 19410

def driver
  @driver
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



19404
19405
19406
# File 'lib/vmware/soap/vim25.rb', line 19404

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



19403
19404
19405
# File 'lib/vmware/soap/vim25.rb', line 19403

def dynamicType
  @dynamicType
end

#keyObject

Returns the value of attribute key.



19405
19406
19407
# File 'lib/vmware/soap/vim25.rb', line 19405

def key
  @key
end

#modelObject

Returns the value of attribute model.



19409
19410
19411
# File 'lib/vmware/soap/vim25.rb', line 19409

def model
  @model
end

#pciObject

Returns the value of attribute pci.



19411
19412
19413
# File 'lib/vmware/soap/vim25.rb', line 19411

def pci
  @pci
end

#statusObject

Returns the value of attribute status.



19408
19409
19410
# File 'lib/vmware/soap/vim25.rb', line 19408

def status
  @status
end