Class: HostInternetScsiHba

Inherits:
HostHostBusAdapter show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25HostInternetScsiHba

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
isSoftwareBased - SOAP::SOAPBoolean
discoveryCapabilities - HostInternetScsiHbaDiscoveryCapabilities
discoveryProperties - HostInternetScsiHbaDiscoveryProperties
authenticationCapabilities - HostInternetScsiHbaAuthenticationCapabilities
authenticationProperties - HostInternetScsiHbaAuthenticationProperties
ipCapabilities - HostInternetScsiHbaIPCapabilities
ipProperties - HostInternetScsiHbaIPProperties
iScsiName - SOAP::SOAPString
iScsiAlias - SOAP::SOAPString
configuredSendTarget - HostInternetScsiHbaSendTarget
configuredStaticTarget - HostInternetScsiHbaStaticTarget
maxSpeedMb - SOAP::SOAPInt
currentSpeedMb - SOAP::SOAPInt

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, isSoftwareBased = nil, discoveryCapabilities = nil, discoveryProperties = nil, authenticationCapabilities = nil, authenticationProperties = nil, ipCapabilities = nil, ipProperties = nil, iScsiName = nil, iScsiAlias = nil, configuredSendTarget = [], configuredStaticTarget = [], maxSpeedMb = nil, currentSpeedMb = nil) ⇒ HostInternetScsiHba

Returns a new instance of HostInternetScsiHba.



19587
19588
19589
19590
19591
19592
19593
19594
19595
19596
19597
19598
19599
19600
19601
19602
19603
19604
19605
19606
19607
19608
19609
19610
# File 'lib/vmware/soap/vim25.rb', line 19587

def initialize(dynamicType = nil, dynamicProperty = [], key = nil, device = nil, bus = nil, status = nil, model = nil, driver = nil, pci = nil, isSoftwareBased = nil, discoveryCapabilities = nil, discoveryProperties = nil, authenticationCapabilities = nil, authenticationProperties = nil, ipCapabilities = nil, ipProperties = nil, iScsiName = nil, iScsiAlias = nil, configuredSendTarget = [], configuredStaticTarget = [], maxSpeedMb = nil, currentSpeedMb = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @key = key
  @device = device
  @bus = bus
  @status = status
  @model = model
  @driver = driver
  @pci = pci
  @isSoftwareBased = isSoftwareBased
  @discoveryCapabilities = discoveryCapabilities
  @discoveryProperties = discoveryProperties
  @authenticationCapabilities = authenticationCapabilities
  @authenticationProperties = authenticationProperties
  @ipCapabilities = ipCapabilities
  @ipProperties = ipProperties
  @iScsiName = iScsiName
  @iScsiAlias = iScsiAlias
  @configuredSendTarget = configuredSendTarget
  @configuredStaticTarget = configuredStaticTarget
  @maxSpeedMb = maxSpeedMb
  @currentSpeedMb = currentSpeedMb
end

Instance Attribute Details

#authenticationCapabilitiesObject

Returns the value of attribute authenticationCapabilities.



19576
19577
19578
# File 'lib/vmware/soap/vim25.rb', line 19576

def authenticationCapabilities
  @authenticationCapabilities
end

#authenticationPropertiesObject

Returns the value of attribute authenticationProperties.



19577
19578
19579
# File 'lib/vmware/soap/vim25.rb', line 19577

def authenticationProperties
  @authenticationProperties
end

#busObject

Returns the value of attribute bus.



19568
19569
19570
# File 'lib/vmware/soap/vim25.rb', line 19568

def bus
  @bus
end

#configuredSendTargetObject

Returns the value of attribute configuredSendTarget.



19582
19583
19584
# File 'lib/vmware/soap/vim25.rb', line 19582

def configuredSendTarget
  @configuredSendTarget
end

#configuredStaticTargetObject

Returns the value of attribute configuredStaticTarget.



19583
19584
19585
# File 'lib/vmware/soap/vim25.rb', line 19583

def configuredStaticTarget
  @configuredStaticTarget
end

#currentSpeedMbObject

Returns the value of attribute currentSpeedMb.



19585
19586
19587
# File 'lib/vmware/soap/vim25.rb', line 19585

def currentSpeedMb
  @currentSpeedMb
end

#deviceObject

Returns the value of attribute device.



19567
19568
19569
# File 'lib/vmware/soap/vim25.rb', line 19567

def device
  @device
end

#discoveryCapabilitiesObject

Returns the value of attribute discoveryCapabilities.



19574
19575
19576
# File 'lib/vmware/soap/vim25.rb', line 19574

def discoveryCapabilities
  @discoveryCapabilities
end

#discoveryPropertiesObject

Returns the value of attribute discoveryProperties.



19575
19576
19577
# File 'lib/vmware/soap/vim25.rb', line 19575

def discoveryProperties
  @discoveryProperties
end

#driverObject

Returns the value of attribute driver.



19571
19572
19573
# File 'lib/vmware/soap/vim25.rb', line 19571

def driver
  @driver
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



19565
19566
19567
# File 'lib/vmware/soap/vim25.rb', line 19565

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



19564
19565
19566
# File 'lib/vmware/soap/vim25.rb', line 19564

def dynamicType
  @dynamicType
end

#ipCapabilitiesObject

Returns the value of attribute ipCapabilities.



19578
19579
19580
# File 'lib/vmware/soap/vim25.rb', line 19578

def ipCapabilities
  @ipCapabilities
end

#ipPropertiesObject

Returns the value of attribute ipProperties.



19579
19580
19581
# File 'lib/vmware/soap/vim25.rb', line 19579

def ipProperties
  @ipProperties
end

#iScsiAliasObject

Returns the value of attribute iScsiAlias.



19581
19582
19583
# File 'lib/vmware/soap/vim25.rb', line 19581

def iScsiAlias
  @iScsiAlias
end

#iScsiNameObject

Returns the value of attribute iScsiName.



19580
19581
19582
# File 'lib/vmware/soap/vim25.rb', line 19580

def iScsiName
  @iScsiName
end

#isSoftwareBasedObject

Returns the value of attribute isSoftwareBased.



19573
19574
19575
# File 'lib/vmware/soap/vim25.rb', line 19573

def isSoftwareBased
  @isSoftwareBased
end

#keyObject

Returns the value of attribute key.



19566
19567
19568
# File 'lib/vmware/soap/vim25.rb', line 19566

def key
  @key
end

#maxSpeedMbObject

Returns the value of attribute maxSpeedMb.



19584
19585
19586
# File 'lib/vmware/soap/vim25.rb', line 19584

def maxSpeedMb
  @maxSpeedMb
end

#modelObject

Returns the value of attribute model.



19570
19571
19572
# File 'lib/vmware/soap/vim25.rb', line 19570

def model
  @model
end

#pciObject

Returns the value of attribute pci.



19572
19573
19574
# File 'lib/vmware/soap/vim25.rb', line 19572

def pci
  @pci
end

#statusObject

Returns the value of attribute status.



19569
19570
19571
# File 'lib/vmware/soap/vim25.rb', line 19569

def status
  @status
end