Package | Description |
---|---|
com.hp.ov.sdk.rest.client |
Modifier and Type | Method and Description |
---|---|
SanResponse |
FcSansManagedSanClient.getManagedSan(RestParams params,
String resourceId)
The module aids in fetching the managed SAN details for the specified
managed SAN resource identifier.
|
SanResponse |
FcSansManagedSanClientImpl.getManagedSan(RestParams params,
String resourceId) |
SanResponse |
FcSansManagedSanClient.getManagedSanByName(RestParams params,
String name)
The module aids in fetching the managed SAN details for the managed SAN
name as specified in HPE OneView.
|
SanResponse |
FcSansManagedSanClientImpl.getManagedSanByName(RestParams params,
String name) |
SanResponse |
FcSansManagedSanClient.updateManagedSan(RestParams params,
String resourceId,
SanRequest updateSanRequest,
boolean aSync,
boolean useJsonRequest)
The module takes in a SanRequest object or JsonRequest and updates the
existing managed SAN based on the resource identifier.
|
SanResponse |
FcSansManagedSanClientImpl.updateManagedSan(RestParams params,
String resourceId,
SanRequest updateSanRequest,
boolean aSync,
boolean useJsonRequest) |
Modifier and Type | Method and Description |
---|---|
ResourceCollection<SanResponse> |
FcSansManagedSanClient.getAllManagedSan(RestParams params)
The module aids in fetching the managed SAN details for all the managed SANs
found under the current HPE OneView.
|
ResourceCollection<SanResponse> |
FcSansManagedSanClientImpl.getAllManagedSan(RestParams params) |
Copyright © 2016. All rights reserved.