Name | Type | Description |
---|---|---|
baselineShortName | String | returns the shortname of the firmware |
bundleType | String | returns the bundle type |
connection | HPEOneViewConnection | Returns reference to Connection. |
description | String | returns the description of the firmware |
json | String | returns the OneView Rest Api JSON payload of the object |
name | String | returns the name and version |
releaseDate | String | returns the release date |
uri | String | returns the OneView URI |
uuid | String | returns the uuid |
version | String | returns the version of the firmware |
Name | Returns |
---|---|
HPEOneViewFirmwareBundle() | constructor |
__getTarget() | com.hpe.ov4vro.model.FirmwareBundle |
getInternalId() | com.vmware.o11n.sdk.modeldriven.Sid |
setContext(com.vmware.o11n.sdk.modeldriven.PluginContext ) | void |
setInternalId(com.vmware.o11n.sdk.modeldriven.Sid ) | void |
Method | Returns |
---|---|
HPEOneViewConnection.getFirmwareBaseline(String firmwareBundleUri) | HPEOneViewFirmwareBundle |
HPEOneViewConnection.listAllFirmwareBundles() | HPEOneViewFirmwareBundle[] |
HPEOneViewConnection.listFirmwareBaselineByNameFilter(String firmwareBundleName) | HPEOneViewFirmwareBundle[] |
Method | Returns |
---|---|
HPEOneViewServerHardwareManager.canApplyFirmwareForServer(HPEOneViewServerHardware server, HPEOneViewFirmwareBundle firmware) | boolean |