public interface FirmwareDriverClient
Modifier and Type | Method and Description |
---|---|
TaskResourceV2 |
deleteFirmwareDriver(RestParams params,
String resourceId,
Boolean isForce,
boolean aSync)
This module aids in deletion of the firmware baseline resource with the
specified resource identifier.
|
FwBaselineCollection |
getAllFirmwareDrivers(RestParams params)
The module aids in fetching the firmware driver details for all the
firmware driver found under the current HPE OneView.
|
FwBaseline |
getFirmwareDriver(RestParams params,
String resourceId)
The module aids in fetching the firmware driver details for the specified
firmware driver resource identifier.
|
FwBaseline |
getFirmwareDriverByName(RestParams params,
String firmwareName)
The module aids in fetching the firmware driver details for the
firmware driver name as specified in HPE OneView.
|
String |
getId(RestParams params,
String name)
The module aids in fetching the firmware driver resource identifier for the firmware
driver name as specified in HPE OneView.
|
FwBaseline getFirmwareDriver(RestParams params, String resourceId)
params
- The RestParams is a structure containing the connection details.resourceId
- The resource identifier for firmware driver as seen in HPE OneView.FwBaseline
containing the firmware driver details.FwBaselineCollection getAllFirmwareDrivers(RestParams params)
params
- The RestParams is a structure containing the connection details.FwBaselineCollection
containing a collection of firmware driver details.FwBaseline getFirmwareDriverByName(RestParams params, String firmwareName)
params
- The RestParams is a structure containing the connection details.firmwareName
- The firmwareName is the firmware driver name as seen in HPE OneView.FwBaseline
containing the firmware driver details.TaskResourceV2 deleteFirmwareDriver(RestParams params, String resourceId, Boolean isForce, boolean aSync)
params
- The RestParams is a structure containing the connection details.resourceId
- The resource identifier for firmware driver as seen in HPE OneView.isForce
- Indicates whether the delete should run with forced mode or not.aSync
- Flag input to process request asynchronously or synchronously.TaskResourceV2
containing the task status for the process.String getId(RestParams params, String name)
params
- The RestParams is a structure containing the connection details.name
- The resourceName is the firmware driver name as seen in HPE OneView.Copyright © 2016. All rights reserved.