Class: HostBlockHba

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

Instance Method Summary collapse

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

#busObject

Returns the value of attribute bus.



19475
19476
19477
# File 'lib/vmware/soap/vim25.rb', line 19475

def bus
  @bus
end

#deviceObject

Returns the value of attribute device.



19474
19475
19476
# File 'lib/vmware/soap/vim25.rb', line 19474

def device
  @device
end

#driverObject

Returns the value of attribute driver.



19478
19479
19480
# File 'lib/vmware/soap/vim25.rb', line 19478

def driver
  @driver
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



19472
19473
19474
# File 'lib/vmware/soap/vim25.rb', line 19472

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



19471
19472
19473
# File 'lib/vmware/soap/vim25.rb', line 19471

def dynamicType
  @dynamicType
end

#keyObject

Returns the value of attribute key.



19473
19474
19475
# File 'lib/vmware/soap/vim25.rb', line 19473

def key
  @key
end

#modelObject

Returns the value of attribute model.



19477
19478
19479
# File 'lib/vmware/soap/vim25.rb', line 19477

def model
  @model
end

#pciObject

Returns the value of attribute pci.



19479
19480
19481
# File 'lib/vmware/soap/vim25.rb', line 19479

def pci
  @pci
end

#statusObject

Returns the value of attribute status.



19476
19477
19478
# File 'lib/vmware/soap/vim25.rb', line 19476

def status
  @status
end