Class: HostInternetScsiHba
- Inherits:
-
HostHostBusAdapter
- Object
- DynamicData
- HostHostBusAdapter
- HostInternetScsiHba
- 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
-
#authenticationCapabilities ⇒ Object
Returns the value of attribute authenticationCapabilities.
-
#authenticationProperties ⇒ Object
Returns the value of attribute authenticationProperties.
-
#bus ⇒ Object
Returns the value of attribute bus.
-
#configuredSendTarget ⇒ Object
Returns the value of attribute configuredSendTarget.
-
#configuredStaticTarget ⇒ Object
Returns the value of attribute configuredStaticTarget.
-
#currentSpeedMb ⇒ Object
Returns the value of attribute currentSpeedMb.
-
#device ⇒ Object
Returns the value of attribute device.
-
#discoveryCapabilities ⇒ Object
Returns the value of attribute discoveryCapabilities.
-
#discoveryProperties ⇒ Object
Returns the value of attribute discoveryProperties.
-
#driver ⇒ Object
Returns the value of attribute driver.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#ipCapabilities ⇒ Object
Returns the value of attribute ipCapabilities.
-
#ipProperties ⇒ Object
Returns the value of attribute ipProperties.
-
#iScsiAlias ⇒ Object
Returns the value of attribute iScsiAlias.
-
#iScsiName ⇒ Object
Returns the value of attribute iScsiName.
-
#isSoftwareBased ⇒ Object
Returns the value of attribute isSoftwareBased.
-
#key ⇒ Object
Returns the value of attribute key.
-
#maxSpeedMb ⇒ Object
Returns the value of attribute maxSpeedMb.
-
#model ⇒ Object
Returns the value of attribute model.
-
#pci ⇒ Object
Returns the value of attribute pci.
-
#status ⇒ Object
Returns the value of attribute status.
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
#authenticationCapabilities ⇒ Object
Returns the value of attribute authenticationCapabilities.
19576 19577 19578 |
# File 'lib/vmware/soap/vim25.rb', line 19576 def authenticationCapabilities @authenticationCapabilities end |
#authenticationProperties ⇒ Object
Returns the value of attribute authenticationProperties.
19577 19578 19579 |
# File 'lib/vmware/soap/vim25.rb', line 19577 def authenticationProperties @authenticationProperties end |
#bus ⇒ Object
Returns the value of attribute bus.
19568 19569 19570 |
# File 'lib/vmware/soap/vim25.rb', line 19568 def bus @bus end |
#configuredSendTarget ⇒ Object
Returns the value of attribute configuredSendTarget.
19582 19583 19584 |
# File 'lib/vmware/soap/vim25.rb', line 19582 def configuredSendTarget @configuredSendTarget end |
#configuredStaticTarget ⇒ Object
Returns the value of attribute configuredStaticTarget.
19583 19584 19585 |
# File 'lib/vmware/soap/vim25.rb', line 19583 def configuredStaticTarget @configuredStaticTarget end |
#currentSpeedMb ⇒ Object
Returns the value of attribute currentSpeedMb.
19585 19586 19587 |
# File 'lib/vmware/soap/vim25.rb', line 19585 def currentSpeedMb @currentSpeedMb end |
#device ⇒ Object
Returns the value of attribute device.
19567 19568 19569 |
# File 'lib/vmware/soap/vim25.rb', line 19567 def device @device end |
#discoveryCapabilities ⇒ Object
Returns the value of attribute discoveryCapabilities.
19574 19575 19576 |
# File 'lib/vmware/soap/vim25.rb', line 19574 def discoveryCapabilities @discoveryCapabilities end |
#discoveryProperties ⇒ Object
Returns the value of attribute discoveryProperties.
19575 19576 19577 |
# File 'lib/vmware/soap/vim25.rb', line 19575 def discoveryProperties @discoveryProperties end |
#driver ⇒ Object
Returns the value of attribute driver.
19571 19572 19573 |
# File 'lib/vmware/soap/vim25.rb', line 19571 def driver @driver end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
19565 19566 19567 |
# File 'lib/vmware/soap/vim25.rb', line 19565 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
19564 19565 19566 |
# File 'lib/vmware/soap/vim25.rb', line 19564 def dynamicType @dynamicType end |
#ipCapabilities ⇒ Object
Returns the value of attribute ipCapabilities.
19578 19579 19580 |
# File 'lib/vmware/soap/vim25.rb', line 19578 def ipCapabilities @ipCapabilities end |
#ipProperties ⇒ Object
Returns the value of attribute ipProperties.
19579 19580 19581 |
# File 'lib/vmware/soap/vim25.rb', line 19579 def ipProperties @ipProperties end |
#iScsiAlias ⇒ Object
Returns the value of attribute iScsiAlias.
19581 19582 19583 |
# File 'lib/vmware/soap/vim25.rb', line 19581 def iScsiAlias @iScsiAlias end |
#iScsiName ⇒ Object
Returns the value of attribute iScsiName.
19580 19581 19582 |
# File 'lib/vmware/soap/vim25.rb', line 19580 def iScsiName @iScsiName end |
#isSoftwareBased ⇒ Object
Returns the value of attribute isSoftwareBased.
19573 19574 19575 |
# File 'lib/vmware/soap/vim25.rb', line 19573 def isSoftwareBased @isSoftwareBased end |
#key ⇒ Object
Returns the value of attribute key.
19566 19567 19568 |
# File 'lib/vmware/soap/vim25.rb', line 19566 def key @key end |
#maxSpeedMb ⇒ Object
Returns the value of attribute maxSpeedMb.
19584 19585 19586 |
# File 'lib/vmware/soap/vim25.rb', line 19584 def maxSpeedMb @maxSpeedMb end |
#model ⇒ Object
Returns the value of attribute model.
19570 19571 19572 |
# File 'lib/vmware/soap/vim25.rb', line 19570 def model @model end |
#pci ⇒ Object
Returns the value of attribute pci.
19572 19573 19574 |
# File 'lib/vmware/soap/vim25.rb', line 19572 def pci @pci end |
#status ⇒ Object
Returns the value of attribute status.
19569 19570 19571 |
# File 'lib/vmware/soap/vim25.rb', line 19569 def status @status end |