Search

Class HPEOneViewFirmwareBundle

Extends com.vmware.o11n.sdk.modeldriven.AbstractWrapper
Represents a Firmware Bundle Object in HPE OneView

Attributes

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

Methods

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

Returned by

Method Returns
HPEOneViewConnection.getFirmwareBaseline(String firmwareBundleUri) HPEOneViewFirmwareBundle
HPEOneViewConnection.listAllFirmwareBundles() HPEOneViewFirmwareBundle[]
HPEOneViewConnection.listFirmwareBaselineByNameFilter(String firmwareBundleName) HPEOneViewFirmwareBundle[]

Referenced in

Method Returns
HPEOneViewServerHardwareManager.canApplyFirmwareForServer(HPEOneViewServerHardware server, HPEOneViewFirmwareBundle firmware) boolean