| Package | Description |
|---|---|
| com.hp.ov.sdk.adaptors | |
| com.hp.ov.sdk.dto.storage | |
| com.hp.ov.sdk.rest.client.storage |
| Modifier and Type | Method and Description |
|---|---|
StoragePool |
StoragePoolSerializationAdapter.deserialize(com.google.gson.JsonElement json,
Type typeOfT,
com.google.gson.JsonDeserializationContext context) |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonElement |
StoragePoolSerializationAdapter.serialize(StoragePool src,
Type typeOfSrc,
com.google.gson.JsonSerializationContext context) |
| Modifier and Type | Method and Description |
|---|---|
List<StoragePool> |
StorageSystem.getManagedPools() |
List<StoragePool> |
StorageSystem.getUnmanagedPools() |
| Modifier and Type | Method and Description |
|---|---|
void |
StorageSystem.setManagedPools(List<StoragePool> managedPools) |
void |
StorageSystem.setUnmanagedPools(List<StoragePool> unmanagedPools) |
| Modifier and Type | Method and Description |
|---|---|
ResourceCollection<StoragePool> |
StorageSystemClient.getStoragePools(String resourceId)
Retrieves a list of storage pools belonging to the specified storage system.
|
Copyright © 2016. All rights reserved.