public class FirmwareBundleClientImpl extends Object implements FirmwareBundleClient
Modifier and Type | Method and Description |
---|---|
TaskResourceV2 |
addFirmwareBundle(RestParams params,
File firmwareBundle,
boolean aSync)
Upload an SPP ISO image file or a hotfix file to the appliance.
|
static FirmwareBundleClientImpl |
getClient() |
public static FirmwareBundleClientImpl getClient()
public TaskResourceV2 addFirmwareBundle(RestParams params, File firmwareBundle, boolean aSync)
FirmwareBundleClient
addFirmwareBundle
in interface FirmwareBundleClient
params
- The RestParams is a structure containing the connection details.firmwareBundle
- The path to the SPP ISO image file or hotfix file.aSync
- Flag input to process request asynchronously or synchronously.FwBaseline
containing the firmware driver details.Copyright © 2016. All rights reserved.