public interface StorageSystemClient extends SearchableResource<StorageSystem>, AddableResource<AddStorageSystemCredentials>, UpdatableResource<StorageSystem>, RemovableResource
SearchableResource.GetByNameRequestInterceptor| Modifier and Type | Field and Description |
|---|---|
static String |
STORAGE_POOL_STORAGE_SYSTEM_URI |
static String |
STORAGE_SYSTEM_HOST_TYPES_URI |
static String |
STORAGE_SYSTEM_MANAGED_PORTS_URI |
static String |
STORAGE_SYSTEM_URI |
| Modifier and Type | Method and Description |
|---|---|
ResourceCollection<StorageTargetPort> |
getAllManagedPorts(String resourceId)
Retrieves all managed target ports for the specified storage system.
|
List<String> |
getHostTypes()
Retrieves the list of supported storage host types.
|
StorageTargetPort |
getManagedPort(String resourceId,
String managedPortId)
Retrieves a specific managed target port for the specified storage system.
|
ResourceCollection<StoragePool> |
getStoragePools(String resourceId)
Retrieves a list of storage pools belonging to the specified storage system.
|
getByNameget, get, getAll, getAll, getByIdaddupdateremovestatic final String STORAGE_SYSTEM_URI
static final String STORAGE_POOL_STORAGE_SYSTEM_URI
static final String STORAGE_SYSTEM_HOST_TYPES_URI
static final String STORAGE_SYSTEM_MANAGED_PORTS_URI
ResourceCollection<StoragePool> getStoragePools(String resourceId)
resourceId - storage system resource identifier as seen in HPE OneView.ResourceCollection<StoragePool> containing
the details for all found storage pools.ResourceCollection<StorageTargetPort> getAllManagedPorts(String resourceId)
resourceId - storage system resource identifier as seen in HPE OneView.ResourceCollection<StorageTargetPort> containing
the details for all found storage target ports.StorageTargetPort getManagedPort(String resourceId, String managedPortId)
resourceId - storage system resource identifier as seen in HPE OneView.managedPortId - target port identifier where the managed port is defined.StorageTargetPort containing the storage target port details.Copyright © 2016. All rights reserved.