Package | Description |
---|---|
com.hp.ov.sdk.adaptors | |
com.hp.ov.sdk.rest.client |
Modifier and Type | Method and Description |
---|---|
DeviceManagerResponse |
DeviceManagerAdaptor.buildDto(Object source) |
Modifier and Type | Method and Description |
---|---|
org.json.JSONObject |
DeviceManagerAdaptor.buildJsonObjectFromDto(DeviceManagerResponse source) |
Modifier and Type | Method and Description |
---|---|
DeviceManagerResponse |
FcSansDeviceManagerClient.getDeviceManager(RestParams params,
String resourceId)
The module aids in fetching the device manager registered under current HPE OneView.
|
DeviceManagerResponse |
FcSansDeviceManagerClientImpl.getDeviceManager(RestParams params,
String resourceId) |
DeviceManagerResponse |
FcSansDeviceManagerClient.getDeviceManagerByName(RestParams params,
String name)
The module aids in fetching the device manager registered under the current HPE OneView.
|
DeviceManagerResponse |
FcSansDeviceManagerClientImpl.getDeviceManagerByName(RestParams params,
String name) |
Modifier and Type | Method and Description |
---|---|
ResourceCollection<DeviceManagerResponse> |
FcSansDeviceManagerClient.getAllDeviceManager(RestParams params)
The module aids in fetching all the device managers registered under the
current HPE OneView.
|
ResourceCollection<DeviceManagerResponse> |
FcSansDeviceManagerClientImpl.getAllDeviceManager(RestParams params) |
Modifier and Type | Method and Description |
---|---|
TaskResourceV2 |
FcSansDeviceManagerClient.createDeviceManager(RestParams params,
String providerUrl,
DeviceManagerResponse deviceManagerResponseDto,
boolean aSync)
The module aids in creating a device manager under the specified provider.
|
TaskResourceV2 |
FcSansDeviceManagerClientImpl.createDeviceManager(RestParams params,
String providerUrl,
DeviceManagerResponse addDeviceManagerResponseDto,
boolean aSync) |
TaskResourceV2 |
FcSansDeviceManagerClient.updateDeviceManager(RestParams params,
String resourceId,
DeviceManagerResponse updateDeviceManagerResponseDto,
boolean useJsonRequest,
boolean aSync)
The module takes in an DeviceManagerResponse object or JsonRequest and updates the
existing device manager based on the resource identifier.
|
TaskResourceV2 |
FcSansDeviceManagerClientImpl.updateDeviceManager(RestParams params,
String resourceId,
DeviceManagerResponse updateDeviceManagerResponseDto,
boolean useJsonRequest,
boolean aSync) |
Copyright © 2016. All rights reserved.