public interface StorageVolumeAttachmentsClient
Modifier and Type | Method and Description |
---|---|
List<StorageVolumeAttachmentPath> |
getAllStorageVolumeAttachmentPaths(RestParams params,
String attachmentId)
Returns all the storage volume attachment path details for a storage volume attachment.
|
ResourceCollection<StorageVolumeAttachment> |
getAllStorageVolumeAttachments(RestParams params)
Returns the storage volume attachments details for all the
available storage volume attachments found under the current HPE OneView.
|
ResourceCollection<ExtraStorageVolume> |
getExtraUnmanagedStorageVolumeAttachments(RestParams params)
Returns the extra storage volume details for all the available extra storage volumes
found under the current HPE OneView.
|
StorageVolumeAttachment |
getStorageVolumeAttachment(RestParams params,
String resourceId)
Returns the storage volume attachment details for the specified
storage volume attachment resource identifier.
|
StorageVolumeAttachmentPath |
getStorageVolumeAttachmentPath(RestParams params,
String attachmentId,
String pathId)
Returns the storage volume attachment details for a available storage volume attachment.
|
TaskResourceV2 |
repairExtraUnmanagedStorageVolumeAttachment(RestParams params,
ExtraStorageVolumeRepair repair,
boolean aSync)
Removes extra presentations of a storage volume attachment from a specific server profile.
|
StorageVolumeAttachment getStorageVolumeAttachment(RestParams params, String resourceId)
params
- structure containing the connection details.resourceId
- storage volume attachment identifier as seen in HPE OneView.StorageVolumeAttachment
object containing the storage volume attachment details.ResourceCollection<StorageVolumeAttachment> getAllStorageVolumeAttachments(RestParams params)
params
- structure containing the connection details.ResourceCollection
<StorageVolumeAttachment
> containing
the details for all found storage volume attachments.StorageVolumeAttachmentPath getStorageVolumeAttachmentPath(RestParams params, String attachmentId, String pathId)
params
- structure containing the connection details.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> getAllStorageVolumeAttachmentPaths(RestParams params, String attachmentId)
params
- structure containing the connection details.attachmentId
- storage volume attachment identifier as seen in HPE OneView.List
of StorageVolumeAttachmentPath
containing the details.ResourceCollection<ExtraStorageVolume> getExtraUnmanagedStorageVolumeAttachments(RestParams params)
params
- structure containing the connection details.ResourceCollection
<ExtraStorageVolume
> containing
the details for all found extra storage volumes.TaskResourceV2 repairExtraUnmanagedStorageVolumeAttachment(RestParams params, ExtraStorageVolumeRepair repair, boolean aSync)
params
- structure containing the connection details.repair
- data of the server profile that should have their storage volumes repaired.aSync
- flag to indicate whether the request should be processed
asynchronously or synchronously.TaskResourceV2
containing the task status for the process.Copyright © 2016. All rights reserved.