Package com.vmware.vim25
Class HostStorageDeviceInfo
java.lang.Object
com.vmware.vim25.DynamicData
com.vmware.vim25.HostStorageDeviceInfo
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsFields inherited from class com.vmware.vim25.DynamicData
dynamicProperty, dynamicType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionScsiLun[]booleanvoidsetHostBusAdapter(HostHostBusAdapter[] hostBusAdapter) voidsetMultipathInfo(HostMultipathInfo multipathInfo) voidsetPlugStoreTopology(HostPlugStoreTopology plugStoreTopology) voidsetScsiLun(ScsiLun[] scsiLun) voidsetScsiTopology(HostScsiTopology scsiTopology) voidsetSoftwareInternetScsiEnabled(boolean softwareInternetScsiEnabled) Methods inherited from class com.vmware.vim25.DynamicData
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicType
-
Field Details
-
hostBusAdapter
-
scsiLun
-
scsiTopology
-
multipathInfo
-
plugStoreTopology
-
softwareInternetScsiEnabled
public boolean softwareInternetScsiEnabled
-
-
Constructor Details
-
HostStorageDeviceInfo
public HostStorageDeviceInfo()
-
-
Method Details
-
getHostBusAdapter
-
getScsiLun
-
getScsiTopology
-
getMultipathInfo
-
getPlugStoreTopology
-
isSoftwareInternetScsiEnabled
public boolean isSoftwareInternetScsiEnabled() -
setHostBusAdapter
-
setScsiLun
-
setScsiTopology
-
setMultipathInfo
-
setPlugStoreTopology
-
setSoftwareInternetScsiEnabled
public void setSoftwareInternetScsiEnabled(boolean softwareInternetScsiEnabled)
-