Modifier and Type | Method and Description |
---|---|
protected List<LUNs> |
BackendHostStorageResource.getLogicalUnits() |
Modifier and Type | Method and Description |
---|---|
protected LogicalUnit |
BackendStorageDomainsResource.map(LUNs lun) |
Modifier and Type | Method and Description |
---|---|
static LUNs |
StorageLogicalUnitMapper.map(Storage model,
LUNs template) |
Modifier and Type | Method and Description |
---|---|
static LogicalUnit |
StorageLogicalUnitMapper.map(LUNs entity,
LogicalUnit template) |
static Storage |
StorageLogicalUnitMapper.map(LUNs entity,
Storage template) |
static LUNs |
StorageLogicalUnitMapper.map(Storage model,
LUNs template) |
Modifier and Type | Method and Description |
---|---|
protected List<LUNs> |
GetLunsByVgIdQuery.getLunsForVgId(String vgId) |
Modifier and Type | Method and Description |
---|---|
protected void |
GetLunsByVgIdQuery.addConnection(LUNs lun,
storage_server_connections cnx) |
Modifier and Type | Method and Description |
---|---|
protected void |
GetLunsByVgIdQuery.setReturnValue(List<LUNs> luns) |
Modifier and Type | Method and Description |
---|---|
boolean |
ISCSIStorageHelper.ConnectStorageToLunByVdsId(storage_domains storageDomain,
Guid vdsId,
LUNs lun) |
boolean |
StorageHelperBase.ConnectStorageToLunByVdsId(storage_domains storageDomain,
Guid vdsId,
LUNs lun) |
boolean |
IStorageHelper.ConnectStorageToLunByVdsId(storage_domains storageDomain,
Guid vdsId,
LUNs lun) |
boolean |
ISCSIStorageHelper.DisconnectStorageFromLunByVdsId(storage_domains storageDomain,
Guid vdsId,
LUNs lun) |
boolean |
StorageHelperBase.DisconnectStorageFromLunByVdsId(storage_domains storageDomain,
Guid vdsId,
LUNs lun) |
boolean |
IStorageHelper.DisconnectStorageFromLunByVdsId(storage_domains storageDomain,
Guid vdsId,
LUNs lun) |
protected void |
StorageDomainCommandBase.ProceedLUNInDb(LUNs lun) |
protected boolean |
ISCSIStorageHelper.RunConnectionStorageToDomain(storage_domains storageDomain,
Guid vdsId,
int type,
LUNs lun) |
protected boolean |
StorageHelperBase.RunConnectionStorageToDomain(storage_domains storageDomain,
Guid vdsId,
int type,
LUNs lun) |
Modifier and Type | Method and Description |
---|---|
ArrayList<LUNs> |
ExtendSANStorageDomainParameters.getLunsList() |
Modifier and Type | Method and Description |
---|---|
void |
ExtendSANStorageDomainParameters.setLunsList(ArrayList<LUNs> value) |
Modifier and Type | Method and Description |
---|---|
LUNs |
LunDAODbFacadeImpl.get(String id) |
LUNs |
LunDAO.get(String id)
Gets the LUN with the specified id.
|
Modifier and Type | Method and Description |
---|---|
List<LUNs> |
LunDAODbFacadeImpl.getAll() |
List<LUNs> |
LunDAO.getAll()
Retrieves all LUNs.
|
List<LUNs> |
LunDAODbFacadeImpl.getAllForStorageServerConnection(String id) |
List<LUNs> |
LunDAO.getAllForStorageServerConnection(String id)
Retrieves the list of LUNs for the given storage server connection.
|
List<LUNs> |
LunDAODbFacadeImpl.getAllForVolumeGroup(String id) |
List<LUNs> |
LunDAO.getAllForVolumeGroup(String id)
Retrieves the list of LUNs for the given VG id.
|
Modifier and Type | Method and Description |
---|---|
void |
LunDAODbFacadeImpl.save(LUNs lun) |
void |
LunDAO.save(LUNs lun)
Saves the supplied LUN instance.
|
Modifier and Type | Method and Description |
---|---|
static LUNs |
GetDeviceListVDSCommand.ParseLunFromXmlRpc(XmlRpcStruct xlun) |
Modifier and Type | Method and Description |
---|---|
static ArrayList<LUNs> |
GetDeviceListVDSCommand.ParseLUNList(XmlRpcStruct[] lunList) |
Copyright © 2012. All Rights Reserved.