Package com.ibm.cloud.is.vpc.v1.model
Class UpdateFirmwareForBareMetalServerOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.UpdateFirmwareForBareMetalServerOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class UpdateFirmwareForBareMetalServerOptions extends com.ibm.cloud.sdk.core.service.model.GenericModel
The updateFirmwareForBareMetalServer options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UpdateFirmwareForBareMetalServerOptions.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean
autoStart()
Gets the autoStart.String
id()
Gets the id.UpdateFirmwareForBareMetalServerOptions.Builder
newBuilder()
New builder.
-
-
-
Method Detail
-
newBuilder
public UpdateFirmwareForBareMetalServerOptions.Builder newBuilder()
New builder.- Returns:
- a UpdateFirmwareForBareMetalServerOptions builder
-
id
public String id()
Gets the id. The bare metal server identifier.- Returns:
- the id
-
autoStart
public Boolean autoStart()
Gets the autoStart. Indicates whether to automatically start the bare metal server after the firmware update is successfully completed.- Returns:
- the autoStart
-
-