public class FirmwareDriverClientImpl extends Object implements FirmwareDriverClient
| Modifier | Constructor and Description |
|---|---|
protected |
FirmwareDriverClientImpl(FirmwareDriverAdaptor adaptor,
TaskAdaptor taskAdaptor,
TaskMonitorManager taskMonitor) |
| 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.
|
static FirmwareDriverClient |
getClient() |
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.
|
protected FirmwareDriverClientImpl(FirmwareDriverAdaptor adaptor, TaskAdaptor taskAdaptor, TaskMonitorManager taskMonitor)
public static FirmwareDriverClient getClient()
public FwBaseline getFirmwareDriver(RestParams params, String resourceId)
FirmwareDriverClientgetFirmwareDriver in interface FirmwareDriverClientparams - 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.public FwBaselineCollection getAllFirmwareDrivers(RestParams params)
FirmwareDriverClientgetAllFirmwareDrivers in interface FirmwareDriverClientparams - The RestParams is a structure containing the connection details.FwBaselineCollection containing a collection of firmware driver details.public FwBaseline getFirmwareDriverByName(RestParams params, String firmwareName)
FirmwareDriverClientgetFirmwareDriverByName in interface FirmwareDriverClientparams - 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.public TaskResourceV2 deleteFirmwareDriver(RestParams params, String resourceId, Boolean isForce, boolean aSync)
FirmwareDriverClientdeleteFirmwareDriver in interface FirmwareDriverClientparams - 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.public String getId(RestParams params, String name)
FirmwareDriverClientgetId in interface FirmwareDriverClientparams - 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.