Class: HostBlockHba
- Inherits:
-
HostHostBusAdapter
- Object
- DynamicData
- HostHostBusAdapter
- HostBlockHba
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostBlockHba
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) ⇒ HostBlockHba
constructor
A new instance of HostBlockHba.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, device = nil, bus = nil, status = nil, model = nil, driver = nil, pci = nil) ⇒ HostBlockHba
Returns a new instance of HostBlockHba.
19481 19482 19483 19484 19485 19486 19487 19488 19489 19490 19491 |
# File 'lib/vmware/soap/vim25.rb', line 19481 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.
19475 19476 19477 |
# File 'lib/vmware/soap/vim25.rb', line 19475 def bus @bus end |
#device ⇒ Object
Returns the value of attribute device.
19474 19475 19476 |
# File 'lib/vmware/soap/vim25.rb', line 19474 def device @device end |
#driver ⇒ Object
Returns the value of attribute driver.
19478 19479 19480 |
# File 'lib/vmware/soap/vim25.rb', line 19478 def driver @driver end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
19472 19473 19474 |
# File 'lib/vmware/soap/vim25.rb', line 19472 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
19471 19472 19473 |
# File 'lib/vmware/soap/vim25.rb', line 19471 def dynamicType @dynamicType end |
#key ⇒ Object
Returns the value of attribute key.
19473 19474 19475 |
# File 'lib/vmware/soap/vim25.rb', line 19473 def key @key end |
#model ⇒ Object
Returns the value of attribute model.
19477 19478 19479 |
# File 'lib/vmware/soap/vim25.rb', line 19477 def model @model end |
#pci ⇒ Object
Returns the value of attribute pci.
19479 19480 19481 |
# File 'lib/vmware/soap/vim25.rb', line 19479 def pci @pci end |
#status ⇒ Object
Returns the value of attribute status.
19476 19477 19478 |
# File 'lib/vmware/soap/vim25.rb', line 19476 def status @status end |