Class: HostParallelScsiHba
- Inherits:
-
HostHostBusAdapter
- Object
- DynamicData
- HostHostBusAdapter
- HostParallelScsiHba
- 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
-
#bus ⇒ Object
Returns the value of attribute bus.
-
#device ⇒ Object
Returns the value of attribute device.
-
#driver ⇒ Object
Returns the value of attribute driver.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#key ⇒ Object
Returns the value of attribute key.
-
#model ⇒ Object
Returns the value of attribute model.
-
#pci ⇒ Object
Returns the value of attribute pci.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, device = nil, bus = nil, status = nil, model = nil, driver = nil, pci = nil) ⇒ HostParallelScsiHba
constructor
A new instance of HostParallelScsiHba.
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
#bus ⇒ Object
Returns the value of attribute bus.
19441 19442 19443 |
# File 'lib/vmware/soap/vim25.rb', line 19441 def bus @bus end |
#device ⇒ Object
Returns the value of attribute device.
19440 19441 19442 |
# File 'lib/vmware/soap/vim25.rb', line 19440 def device @device end |
#driver ⇒ Object
Returns the value of attribute driver.
19444 19445 19446 |
# File 'lib/vmware/soap/vim25.rb', line 19444 def driver @driver end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
19438 19439 19440 |
# File 'lib/vmware/soap/vim25.rb', line 19438 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
19437 19438 19439 |
# File 'lib/vmware/soap/vim25.rb', line 19437 def dynamicType @dynamicType end |
#key ⇒ Object
Returns the value of attribute key.
19439 19440 19441 |
# File 'lib/vmware/soap/vim25.rb', line 19439 def key @key end |
#model ⇒ Object
Returns the value of attribute model.
19443 19444 19445 |
# File 'lib/vmware/soap/vim25.rb', line 19443 def model @model end |
#pci ⇒ Object
Returns the value of attribute pci.
19445 19446 19447 |
# File 'lib/vmware/soap/vim25.rb', line 19445 def pci @pci end |
#status ⇒ Object
Returns the value of attribute status.
19442 19443 19444 |
# File 'lib/vmware/soap/vim25.rb', line 19442 def status @status end |