Package | Description |
---|---|
com.hp.ov.sdk.adaptors | |
com.hp.ov.sdk.dto | |
com.hp.ov.sdk.rest.client |
Modifier and Type | Method and Description |
---|---|
StoragePool |
StoragePoolAdaptor.buildDto(Object source) |
StoragePool |
StoragePoolSerializationAdapter.deserialize(com.google.gson.JsonElement json,
Type typeOfT,
com.google.gson.JsonDeserializationContext context) |
Modifier and Type | Method and Description |
---|---|
org.json.JSONObject |
StoragePoolAdaptor.buildJsonObjectFromDto(StoragePool source,
ApiVersion apiVersion) |
com.google.gson.JsonElement |
StoragePoolSerializationAdapter.serialize(StoragePool src,
Type typeOfSrc,
com.google.gson.JsonSerializationContext context) |
Modifier and Type | Method and Description |
---|---|
List<StoragePool> |
StorageSystemV2.getManagedPools() |
List<StoragePool> |
StorageSystemV2.getUnmanagedPools() |
Modifier and Type | Method and Description |
---|---|
void |
StorageSystemV2.setManagedPools(List<StoragePool> managedPools) |
void |
StorageSystemV2.setUnmanagedPools(List<StoragePool> unmanagedPools) |
Modifier and Type | Method and Description |
---|---|
StoragePool |
StoragePoolClient.getStoragePool(RestParams params,
String resourceId)
The module aids in fetching the StoragePool details for the specified
storage pool resource identifier.
|
StoragePool |
StoragePoolClientImpl.getStoragePool(RestParams params,
String resourceId) |
StoragePool |
StoragePoolClient.getStoragePoolByName(RestParams params,
String name,
String storageSystemUri)
The module aids in fetching the storage pool details for the storage pool
name as specified in HPE OneView.
|
StoragePool |
StoragePoolClientImpl.getStoragePoolByName(RestParams params,
String name,
String storageSystemUri) |
Modifier and Type | Method and Description |
---|---|
ResourceCollection<StoragePool> |
StoragePoolClient.getAllStoragePools(RestParams params)
The module aids in fetching the storage pool details for all the
storage pools found under the current HPE OneView.
|
ResourceCollection<StoragePool> |
StoragePoolClientImpl.getAllStoragePools(RestParams params) |
ResourceCollection<StoragePool> |
StorageSystemClientImpl.getStoragePoolsForStorageSystem(RestParams params,
String arrayId) |
ResourceCollection<StoragePool> |
StorageSystemClient.getStoragePoolsForStorageSystem(RestParams params,
String arrayId)
This module aids in retrieving a list of storage pools belonging to the
storage system referred by the path property {arrayId} parameter.
|
Modifier and Type | Method and Description |
---|---|
String |
StoragePoolClient.updateStoragePool(RestParams params,
String resourceId,
StoragePool storagePoolDto,
boolean useJsonRequest)
This module aids in refreshing the storage pool.
|
String |
StoragePoolClientImpl.updateStoragePool(RestParams params,
String resourceId,
StoragePool storagePoolDto,
boolean useJsonRequest) |
Copyright © 2016. All rights reserved.