Package com.ibm.cloud.is.vpc.v1.model
Class BareMetalServerFirmware
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.BareMetalServerFirmware
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class BareMetalServerFirmware extends com.ibm.cloud.sdk.core.service.model.GenericModel
Firmware information for the bare metal server.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
BareMetalServerFirmware.Update
The type of update available.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getUpdate()
Gets the update.
-
-
-
Method Detail
-
getUpdate
public String getUpdate()
Gets the update. The type of update available. The enumerated values for this property may [expand](https://cloud.ibm.com/apidocs/vpc#property-value-expansion) in the future.- Returns:
- the update
-
-