Class: HostFibreChannelHba

Inherits:
HostHostBusAdapter show all
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

Instance Method Summary collapse

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

#busObject

Returns the value of attribute bus.



19513
19514
19515
# File 'lib/vmware/soap/vim25.rb', line 19513

def bus
  @bus
end

#deviceObject

Returns the value of attribute device.



19512
19513
19514
# File 'lib/vmware/soap/vim25.rb', line 19512

def device
  @device
end

#driverObject

Returns the value of attribute driver.



19516
19517
19518
# File 'lib/vmware/soap/vim25.rb', line 19516

def driver
  @driver
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



19510
19511
19512
# File 'lib/vmware/soap/vim25.rb', line 19510

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



19509
19510
19511
# File 'lib/vmware/soap/vim25.rb', line 19509

def dynamicType
  @dynamicType
end

#keyObject

Returns the value of attribute key.



19511
19512
19513
# File 'lib/vmware/soap/vim25.rb', line 19511

def key
  @key
end

#modelObject

Returns the value of attribute model.



19515
19516
19517
# File 'lib/vmware/soap/vim25.rb', line 19515

def model
  @model
end

#nodeWorldWideNameObject

Returns the value of attribute nodeWorldWideName.



19519
19520
19521
# File 'lib/vmware/soap/vim25.rb', line 19519

def nodeWorldWideName
  @nodeWorldWideName
end

#pciObject

Returns the value of attribute pci.



19517
19518
19519
# File 'lib/vmware/soap/vim25.rb', line 19517

def pci
  @pci
end

#portTypeObject

Returns the value of attribute portType.



19520
19521
19522
# File 'lib/vmware/soap/vim25.rb', line 19520

def portType
  @portType
end

#portWorldWideNameObject

Returns the value of attribute portWorldWideName.



19518
19519
19520
# File 'lib/vmware/soap/vim25.rb', line 19518

def portWorldWideName
  @portWorldWideName
end

#speedObject

Returns the value of attribute speed.



19521
19522
19523
# File 'lib/vmware/soap/vim25.rb', line 19521

def speed
  @speed
end

#statusObject

Returns the value of attribute status.



19514
19515
19516
# File 'lib/vmware/soap/vim25.rb', line 19514

def status
  @status
end