Class: HostStorageDeviceInfo
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostStorageDeviceInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostStorageDeviceInfo
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
hostBusAdapter - HostHostBusAdapter
scsiLun - ScsiLun
scsiTopology - HostScsiTopology
multipathInfo - HostMultipathInfo
softwareInternetScsiEnabled - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#hostBusAdapter ⇒ Object
Returns the value of attribute hostBusAdapter.
-
#multipathInfo ⇒ Object
Returns the value of attribute multipathInfo.
-
#scsiLun ⇒ Object
Returns the value of attribute scsiLun.
-
#scsiTopology ⇒ Object
Returns the value of attribute scsiTopology.
-
#softwareInternetScsiEnabled ⇒ Object
Returns the value of attribute softwareInternetScsiEnabled.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], hostBusAdapter = [], scsiLun = [], scsiTopology = nil, multipathInfo = nil, softwareInternetScsiEnabled = nil) ⇒ HostStorageDeviceInfo
constructor
A new instance of HostStorageDeviceInfo.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], hostBusAdapter = [], scsiLun = [], scsiTopology = nil, multipathInfo = nil, softwareInternetScsiEnabled = nil) ⇒ HostStorageDeviceInfo
Returns a new instance of HostStorageDeviceInfo.
21495 21496 21497 21498 21499 21500 21501 21502 21503 |
# File 'lib/vmware/soap/vim25.rb', line 21495 def initialize(dynamicType = nil, dynamicProperty = [], hostBusAdapter = [], scsiLun = [], scsiTopology = nil, multipathInfo = nil, softwareInternetScsiEnabled = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @hostBusAdapter = hostBusAdapter @scsiLun = scsiLun @scsiTopology = scsiTopology @multipathInfo = multipathInfo @softwareInternetScsiEnabled = softwareInternetScsiEnabled end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
21488 21489 21490 |
# File 'lib/vmware/soap/vim25.rb', line 21488 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
21487 21488 21489 |
# File 'lib/vmware/soap/vim25.rb', line 21487 def dynamicType @dynamicType end |
#hostBusAdapter ⇒ Object
Returns the value of attribute hostBusAdapter.
21489 21490 21491 |
# File 'lib/vmware/soap/vim25.rb', line 21489 def hostBusAdapter @hostBusAdapter end |
#multipathInfo ⇒ Object
Returns the value of attribute multipathInfo.
21492 21493 21494 |
# File 'lib/vmware/soap/vim25.rb', line 21492 def multipathInfo @multipathInfo end |
#scsiLun ⇒ Object
Returns the value of attribute scsiLun.
21490 21491 21492 |
# File 'lib/vmware/soap/vim25.rb', line 21490 def scsiLun @scsiLun end |
#scsiTopology ⇒ Object
Returns the value of attribute scsiTopology.
21491 21492 21493 |
# File 'lib/vmware/soap/vim25.rb', line 21491 def scsiTopology @scsiTopology end |
#softwareInternetScsiEnabled ⇒ Object
Returns the value of attribute softwareInternetScsiEnabled.
21493 21494 21495 |
# File 'lib/vmware/soap/vim25.rb', line 21493 def softwareInternetScsiEnabled @softwareInternetScsiEnabled end |