Class: HostStorageDeviceInfo

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

Instance Method Summary collapse

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

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



21488
21489
21490
# File 'lib/vmware/soap/vim25.rb', line 21488

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



21487
21488
21489
# File 'lib/vmware/soap/vim25.rb', line 21487

def dynamicType
  @dynamicType
end

#hostBusAdapterObject

Returns the value of attribute hostBusAdapter.



21489
21490
21491
# File 'lib/vmware/soap/vim25.rb', line 21489

def hostBusAdapter
  @hostBusAdapter
end

#multipathInfoObject

Returns the value of attribute multipathInfo.



21492
21493
21494
# File 'lib/vmware/soap/vim25.rb', line 21492

def multipathInfo
  @multipathInfo
end

#scsiLunObject

Returns the value of attribute scsiLun.



21490
21491
21492
# File 'lib/vmware/soap/vim25.rb', line 21490

def scsiLun
  @scsiLun
end

#scsiTopologyObject

Returns the value of attribute scsiTopology.



21491
21492
21493
# File 'lib/vmware/soap/vim25.rb', line 21491

def scsiTopology
  @scsiTopology
end

#softwareInternetScsiEnabledObject

Returns the value of attribute softwareInternetScsiEnabled.



21493
21494
21495
# File 'lib/vmware/soap/vim25.rb', line 21493

def softwareInternetScsiEnabled
  @softwareInternetScsiEnabled
end