Modifier and Type | Method and Description |
---|---|
protected storage_server_connections |
BackendStorageDomainsResource.mapToCnx(StorageDomain model) |
Modifier and Type | Method and Description |
---|---|
protected LogicalUnit |
BackendHostResource.map(storage_server_connections cnx) |
protected LogicalUnit |
BackendStorageDomainsResource.map(storage_server_connections cnx,
LogicalUnit template) |
Modifier and Type | Method and Description |
---|---|
static storage_server_connections |
StorageDomainMapper.map(StorageDomain model,
storage_server_connections template) |
Modifier and Type | Method and Description |
---|---|
static LogicalUnit |
StorageLogicalUnitMapper.map(storage_server_connections entity,
LogicalUnit template) |
static storage_server_connections |
StorageDomainMapper.map(StorageDomain model,
storage_server_connections template) |
Modifier and Type | Method and Description |
---|---|
static storage_server_connections |
StorageDomainHelper.getConnection(StorageType storageType,
String address,
String target,
String userName,
String password,
Integer port) |
Modifier and Type | Method and Description |
---|---|
protected storage_server_connections |
GetLunsByVgIdQuery.getConnection(String cnxId) |
Modifier and Type | Method and Description |
---|---|
protected void |
GetLunsByVgIdQuery.addConnection(LUNs lun,
storage_server_connections cnx) |
Modifier and Type | Method and Description |
---|---|
protected storage_server_connections |
AddStorageServerConnectionCommand.getConnection() |
protected storage_server_connections |
StorageServerConnectionCommandBase.getConnection() |
Modifier and Type | Method and Description |
---|---|
protected List<storage_server_connections> |
ConnectHostToStoragePooServerCommandBase.getConnections() |
protected ArrayList<storage_server_connections> |
ConnectHostToStoragePooServerCommandBase.getExportConnections() |
protected ArrayList<storage_server_connections> |
ConnectHostToStoragePooServerCommandBase.getIsoConnections() |
List<storage_server_connections> |
ISCSIStorageHelper.GetStorageServerConnectionsByDomain(storage_domain_static storageDomain) |
List<storage_server_connections> |
StorageHelperBase.GetStorageServerConnectionsByDomain(storage_domain_static storageDomain) |
List<storage_server_connections> |
BaseFsStorageHelper.GetStorageServerConnectionsByDomain(storage_domain_static storageDomain) |
List<storage_server_connections> |
IStorageHelper.GetStorageServerConnectionsByDomain(storage_domain_static storageDomain) |
Modifier and Type | Method and Description |
---|---|
protected String |
StorageHelperBase.addToAuditLogErrorMessage(String connection,
String errorCode,
List<storage_server_connections> connections) |
protected boolean |
ConnectHostToStoragePoolServersCommand.ConnectStorageServer(StorageType type,
List<storage_server_connections> connections) |
boolean |
ISCSIStorageHelper.IsConnectSucceeded(HashMap<String,String> returnValue,
List<storage_server_connections> connections) |
boolean |
StorageHelperBase.IsConnectSucceeded(HashMap<String,String> returnValue,
List<storage_server_connections> connections) |
boolean |
BaseFsStorageHelper.IsConnectSucceeded(HashMap<String,String> returnValue,
List<storage_server_connections> connections) |
boolean |
IStorageHelper.IsConnectSucceeded(HashMap<String,String> returnValue,
List<storage_server_connections> connections) |
boolean |
ISCSIStorageHelper.ValidateStoragePoolConnectionsInHost(VDS vds,
List<storage_server_connections> connections,
Guid storagePoolId) |
boolean |
StorageHelperBase.ValidateStoragePoolConnectionsInHost(VDS vds,
List<storage_server_connections> connections,
Guid storagePoolId) |
boolean |
BaseFsStorageHelper.ValidateStoragePoolConnectionsInHost(VDS vds,
List<storage_server_connections> connections,
Guid storagePoolId) |
boolean |
IStorageHelper.ValidateStoragePoolConnectionsInHost(VDS vds,
List<storage_server_connections> connections,
Guid storagePoolId) |
protected boolean |
ConnectHostToStoragePoolServersCommand.ValidConnection(StorageType type,
List<storage_server_connections> connections) |
Modifier and Type | Method and Description |
---|---|
storage_server_connections |
StorageServerConnectionParametersBase.getStorageServerConnection() |
Modifier and Type | Method and Description |
---|---|
void |
StorageServerConnectionParametersBase.setStorageServerConnection(storage_server_connections value) |
Constructor and Description |
---|
StorageServerConnectionParametersBase(storage_server_connections connection,
Guid vdsId) |
Modifier and Type | Method and Description |
---|---|
static storage_server_connections |
storage_server_connections.copyOf(storage_server_connections ssc) |
storage_server_connections |
storage_domain_static.getConnection() |
Modifier and Type | Method and Description |
---|---|
ArrayList<storage_server_connections> |
LUNs.getLunConnections() |
Modifier and Type | Method and Description |
---|---|
static storage_server_connections |
storage_server_connections.copyOf(storage_server_connections ssc) |
void |
storage_domain_static.setConnection(storage_server_connections value) |
Modifier and Type | Method and Description |
---|---|
void |
LUNs.setLunConnections(ArrayList<storage_server_connections> value) |
Modifier and Type | Method and Description |
---|---|
storage_server_connections |
DiscoverSendTargetsQueryParameters.getConnection() |
Constructor and Description |
---|
DiscoverSendTargetsQueryParameters(Guid vdsId,
storage_server_connections connection) |
Modifier and Type | Method and Description |
---|---|
storage_server_connections |
DiscoverSendTargetsVDSCommandParameters.getConnection() |
Modifier and Type | Method and Description |
---|---|
List<storage_server_connections> |
ConnectStorageServerVDSCommandParameters.getConnectionList() |
Constructor and Description |
---|
DiscoverSendTargetsVDSCommandParameters(Guid vdsId,
storage_server_connections connection) |
Constructor and Description |
---|
ConnectStorageServerVDSCommandParameters(Guid vdsId,
Guid storagePoolId,
StorageType storageType,
List<storage_server_connections> connectionList) |
Modifier and Type | Method and Description |
---|---|
storage_server_connections |
StorageServerConnectionDAODbFacadeImpl.get(String id) |
storage_server_connections |
StorageServerConnectionDAO.get(String id)
Retrieves the connection with the specified id.
|
storage_server_connections |
StorageServerConnectionDAODbFacadeImpl.getForIqn(String iqn) |
storage_server_connections |
StorageServerConnectionDAO.getForIqn(String iqn)
Retrieves the connection for the given iqn.
|
Modifier and Type | Method and Description |
---|---|
List<storage_server_connections> |
StorageServerConnectionDAODbFacadeImpl.getAll() |
List<storage_server_connections> |
StorageServerConnectionDAO.getAll()
Retrieves all connections.
|
List<storage_server_connections> |
StorageServerConnectionDAODbFacadeImpl.getAllForConnection(storage_server_connections connection) |
List<storage_server_connections> |
StorageServerConnectionDAO.getAllForConnection(storage_server_connections connection)
Retrieves all connections for the specified connection.
|
List<storage_server_connections> |
StorageServerConnectionDAODbFacadeImpl.getAllForStorage(String storage) |
List<storage_server_connections> |
StorageServerConnectionDAO.getAllForStorage(String storage)
Retrieves all connections for the specified storage.
|
List<storage_server_connections> |
StorageServerConnectionDAODbFacadeImpl.getAllForStoragePool(Guid pool) |
List<storage_server_connections> |
StorageServerConnectionDAO.getAllForStoragePool(Guid pool)
Retrieves all connections for the specified storage pool.
|
List<storage_server_connections> |
StorageServerConnectionDAODbFacadeImpl.getAllForVolumeGroup(String group) |
List<storage_server_connections> |
StorageServerConnectionDAO.getAllForVolumeGroup(String group)
Retrieves all connections for the specified volume group.
|
Modifier and Type | Method and Description |
---|---|
List<storage_server_connections> |
StorageServerConnectionDAODbFacadeImpl.getAllForConnection(storage_server_connections connection) |
List<storage_server_connections> |
StorageServerConnectionDAO.getAllForConnection(storage_server_connections connection)
Retrieves all connections for the specified connection.
|
void |
StorageServerConnectionDAODbFacadeImpl.save(storage_server_connections connection) |
void |
StorageServerConnectionDAO.save(storage_server_connections connection)
Saves the specified connection.
|
void |
StorageServerConnectionDAODbFacadeImpl.update(storage_server_connections connection) |
void |
StorageServerConnectionDAO.update(storage_server_connections connection)
Updates the specified connection.
|
Modifier and Type | Method and Description |
---|---|
static storage_server_connections |
GetDeviceListVDSCommand.ParseConnection(XmlRpcStruct xcon) |
Modifier and Type | Method and Description |
---|---|
static Map<String,String> |
ConnectStorageServerVDSCommand.CreateStructFromConnection(storage_server_connections connection) |
Copyright © 2012. All Rights Reserved.