Class: HostParallelScsiHba

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

Overview

urn:vim25HostParallelScsiHba

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) ⇒ HostParallelScsiHba

Returns a new instance of HostParallelScsiHba.



19447
19448
19449
19450
19451
19452
19453
19454
19455
19456
19457
# File 'lib/vmware/soap/vim25.rb', line 19447

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.



19441
19442
19443
# File 'lib/vmware/soap/vim25.rb', line 19441

def bus
  @bus
end

#deviceObject

Returns the value of attribute device.



19440
19441
19442
# File 'lib/vmware/soap/vim25.rb', line 19440

def device
  @device
end

#driverObject

Returns the value of attribute driver.



19444
19445
19446
# File 'lib/vmware/soap/vim25.rb', line 19444

def driver
  @driver
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



19438
19439
19440
# File 'lib/vmware/soap/vim25.rb', line 19438

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



19437
19438
19439
# File 'lib/vmware/soap/vim25.rb', line 19437

def dynamicType
  @dynamicType
end

#keyObject

Returns the value of attribute key.



19439
19440
19441
# File 'lib/vmware/soap/vim25.rb', line 19439

def key
  @key
end

#modelObject

Returns the value of attribute model.



19443
19444
19445
# File 'lib/vmware/soap/vim25.rb', line 19443

def model
  @model
end

#pciObject

Returns the value of attribute pci.



19445
19446
19447
# File 'lib/vmware/soap/vim25.rb', line 19445

def pci
  @pci
end

#statusObject

Returns the value of attribute status.



19442
19443
19444
# File 'lib/vmware/soap/vim25.rb', line 19442

def status
  @status
end