Package com.vmware.vim25.util.storage
Class HostStorageDeviceInfoEx
java.lang.Object
com.vmware.vim25.util.storage.HostStorageDeviceInfoEx
Created by zahe1469 on 9/4/2014.
-
Field Summary
FieldsModifier and TypeFieldDescriptionAll the ScsiLun Keys and their Runtime Names mapped together. -
Constructor Summary
ConstructorsConstructorDescriptionHostStorageDeviceInfoEx(HostStorageDeviceInfo storageDeviceInfo) Default constructor. -
Method Summary
Modifier and TypeMethodDescriptiongetScsiRuntimeName(ScsiLun scsiLun) Returns the RuntimeName for a given ScsiLun.Returns the map of [(ScsiLun Keys) : RuntimeName]
-
Field Details
-
scsiRuntimeNames
All the ScsiLun Keys and their Runtime Names mapped together.
-
-
Constructor Details
-
HostStorageDeviceInfoEx
Default constructor.- Parameters:
storageDeviceInfo-
-
-
Method Details
-
getScsiRuntimeNames
Returns the map of [(ScsiLun Keys) : RuntimeName]- Returns:
-
getScsiRuntimeName
Returns the RuntimeName for a given ScsiLun.- Parameters:
scsiLun-- Returns:
-