public interface StorageVolumeAttachmentClient extends SearchableResource<StorageVolumeAttachment>
SearchableResource.GetByNameRequestInterceptor| Modifier and Type | Field and Description |
|---|---|
static String |
STORAGE_VOLUME_ATTACHMENT_PATH_URI |
static String |
STORAGE_VOLUME_ATTACHMENT_REPAIR_URI |
static String |
STORAGE_VOLUME_ATTACHMENT_URI |
| Modifier and Type | Method and Description |
|---|---|
List<StorageVolumeAttachmentPath> |
getAllAttachmentPaths(String attachmentId)
Returns all storage volume attachment paths for a storage volume attachment.
|
StorageVolumeAttachmentPath |
getAttachmentPath(String attachmentId,
String pathId)
Returns the storage volume attachment details for an available storage volume attachment.
|
ResourceCollection<ExtraStorageVolume> |
getExtraUnmanagedStorageVolumes()
Returns the extra storage volume details for all the available extra storage volumes
found under the current HPE OneView.
|
TaskResource |
repairExtraPresentations(ExtraStorageVolumeRepair repair,
RequestOption... options)
Removes extra presentations of a storage volume attachment from a specific server profile.
|
getByNamestatic final String STORAGE_VOLUME_ATTACHMENT_URI
static final String STORAGE_VOLUME_ATTACHMENT_PATH_URI
static final String STORAGE_VOLUME_ATTACHMENT_REPAIR_URI
StorageVolumeAttachmentPath getAttachmentPath(String attachmentId, String pathId)
attachmentId - storage volume attachment identifier as seen in HPE OneView.pathId - storage volume attachment path identifier as seen in HPE OneView.StorageVolumeAttachment object containing the storage volume attachment details.List<StorageVolumeAttachmentPath> getAllAttachmentPaths(String attachmentId)
attachmentId - storage volume attachment identifier as seen in HPE OneView.List of StorageVolumeAttachmentPath containing the details.ResourceCollection<ExtraStorageVolume> getExtraUnmanagedStorageVolumes()
ResourceCollection<ExtraStorageVolume> containing
the details for all found extra storage volumes.TaskResource repairExtraPresentations(ExtraStorageVolumeRepair repair, RequestOption... options)
repair - data of the server profile that should have their storage volumes repaired.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.