Method: HostBlockHba#initialize

Defined in:
lib/vmware/soap/vim25.rb

#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