public interface DriveEnclosureClient extends SearchableResource<DriveEnclosure>, PatchableResource
SearchableResource.GetByNameRequestInterceptor| Modifier and Type | Field and Description |
|---|---|
static String |
DRIVE_ENCLOSURE_URI |
static String |
PORT_MAP_URI |
static String |
REFRESH_STATE_URI |
| Modifier and Type | Method and Description |
|---|---|
DriveEnclosurePortMap |
getPortMap(String resourceId)
Retrieves the drive enclosure I/O adapter port to SAS interconnect port connectivity.
|
TaskResource |
updateRefreshState(String resourceId,
DriveEnclosureRefreshRequest refreshStateConfig,
RequestOption... options)
Refreshes the Drive Enclosure to fix any configuration issue.
|
getByNameget, get, getAll, getAll, getByIdpatchstatic final String DRIVE_ENCLOSURE_URI
static final String PORT_MAP_URI
static final String REFRESH_STATE_URI
DriveEnclosurePortMap getPortMap(String resourceId)
resourceId - Drive Enclosure resource identifier as seen in HPE OneView.TaskResource updateRefreshState(String resourceId, DriveEnclosureRefreshRequest refreshStateConfig, RequestOption... options)
resourceId - Drive Enclosure resource identifier as seen in HPE OneView.refreshStateConfig - refresh state details to fix configuration issues.options - varargs of RequestOption, which can be used to specify
some request options.TaskResource containing the task status for the process.Copyright © 2017. All rights reserved.