Class: HostFibreChannelHba
- Inherits:
-
HostHostBusAdapter
- Object
- DynamicData
- HostHostBusAdapter
- HostFibreChannelHba
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostFibreChannelHba
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
portWorldWideName - SOAP::SOAPLong
nodeWorldWideName - SOAP::SOAPLong
portType - FibreChannelPortType
speed - SOAP::SOAPLong
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.
-
#nodeWorldWideName ⇒ Object
Returns the value of attribute nodeWorldWideName.
-
#pci ⇒ Object
Returns the value of attribute pci.
-
#portType ⇒ Object
Returns the value of attribute portType.
-
#portWorldWideName ⇒ Object
Returns the value of attribute portWorldWideName.
-
#speed ⇒ Object
Returns the value of attribute speed.
-
#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, portWorldWideName = nil, nodeWorldWideName = nil, portType = nil, speed = nil) ⇒ HostFibreChannelHba
constructor
A new instance of HostFibreChannelHba.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, device = nil, bus = nil, status = nil, model = nil, driver = nil, pci = nil, portWorldWideName = nil, nodeWorldWideName = nil, portType = nil, speed = nil) ⇒ HostFibreChannelHba
Returns a new instance of HostFibreChannelHba.
19523 19524 19525 19526 19527 19528 19529 19530 19531 19532 19533 19534 19535 19536 19537 |
# File 'lib/vmware/soap/vim25.rb', line 19523 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, device = nil, bus = nil, status = nil, model = nil, driver = nil, pci = nil, portWorldWideName = nil, nodeWorldWideName = nil, portType = nil, speed = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @device = device @bus = bus @status = status @model = model @driver = driver @pci = pci @portWorldWideName = portWorldWideName @nodeWorldWideName = nodeWorldWideName @portType = portType @speed = speed end |
Instance Attribute Details
#bus ⇒ Object
Returns the value of attribute bus.
19513 19514 19515 |
# File 'lib/vmware/soap/vim25.rb', line 19513 def bus @bus end |
#device ⇒ Object
Returns the value of attribute device.
19512 19513 19514 |
# File 'lib/vmware/soap/vim25.rb', line 19512 def device @device end |
#driver ⇒ Object
Returns the value of attribute driver.
19516 19517 19518 |
# File 'lib/vmware/soap/vim25.rb', line 19516 def driver @driver end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
19510 19511 19512 |
# File 'lib/vmware/soap/vim25.rb', line 19510 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
19509 19510 19511 |
# File 'lib/vmware/soap/vim25.rb', line 19509 def dynamicType @dynamicType end |
#key ⇒ Object
Returns the value of attribute key.
19511 19512 19513 |
# File 'lib/vmware/soap/vim25.rb', line 19511 def key @key end |
#model ⇒ Object
Returns the value of attribute model.
19515 19516 19517 |
# File 'lib/vmware/soap/vim25.rb', line 19515 def model @model end |
#nodeWorldWideName ⇒ Object
Returns the value of attribute nodeWorldWideName.
19519 19520 19521 |
# File 'lib/vmware/soap/vim25.rb', line 19519 def nodeWorldWideName @nodeWorldWideName end |
#pci ⇒ Object
Returns the value of attribute pci.
19517 19518 19519 |
# File 'lib/vmware/soap/vim25.rb', line 19517 def pci @pci end |
#portType ⇒ Object
Returns the value of attribute portType.
19520 19521 19522 |
# File 'lib/vmware/soap/vim25.rb', line 19520 def portType @portType end |
#portWorldWideName ⇒ Object
Returns the value of attribute portWorldWideName.
19518 19519 19520 |
# File 'lib/vmware/soap/vim25.rb', line 19518 def portWorldWideName @portWorldWideName end |
#speed ⇒ Object
Returns the value of attribute speed.
19521 19522 19523 |
# File 'lib/vmware/soap/vim25.rb', line 19521 def speed @speed end |
#status ⇒ Object
Returns the value of attribute status.
19514 19515 19516 |
# File 'lib/vmware/soap/vim25.rb', line 19514 def status @status end |