Class: HostHostBusAdapter
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostHostBusAdapter
- 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
Direct Known Subclasses
HostBlockHba, HostFibreChannelHba, HostInternetScsiHba, HostParallelScsiHba
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) ⇒ HostHostBusAdapter
constructor
A new instance of HostHostBusAdapter.
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
#bus ⇒ Object
Returns the value of attribute bus.
19407 19408 19409 |
# File 'lib/vmware/soap/vim25.rb', line 19407 def bus @bus end |
#device ⇒ Object
Returns the value of attribute device.
19406 19407 19408 |
# File 'lib/vmware/soap/vim25.rb', line 19406 def device @device end |
#driver ⇒ Object
Returns the value of attribute driver.
19410 19411 19412 |
# File 'lib/vmware/soap/vim25.rb', line 19410 def driver @driver end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
19404 19405 19406 |
# File 'lib/vmware/soap/vim25.rb', line 19404 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
19403 19404 19405 |
# File 'lib/vmware/soap/vim25.rb', line 19403 def dynamicType @dynamicType end |
#key ⇒ Object
Returns the value of attribute key.
19405 19406 19407 |
# File 'lib/vmware/soap/vim25.rb', line 19405 def key @key end |
#model ⇒ Object
Returns the value of attribute model.
19409 19410 19411 |
# File 'lib/vmware/soap/vim25.rb', line 19409 def model @model end |
#pci ⇒ Object
Returns the value of attribute pci.
19411 19412 19413 |
# File 'lib/vmware/soap/vim25.rb', line 19411 def pci @pci end |
#status ⇒ Object
Returns the value of attribute status.
19408 19409 19410 |
# File 'lib/vmware/soap/vim25.rb', line 19408 def status @status end |