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,
int 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> |
StoragePoolCollection.getMembers() |
List<StoragePool> |
StorageSystemV2.getUnmanagedPools() |
Modifier and Type | Method and Description |
---|---|
void |
StorageSystemV2.setManagedPools(List<StoragePool> managedPools) |
void |
StoragePoolCollection.setMembers(List<StoragePool> members) |
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 |
---|---|
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.