Package com.ibm.cloud.is.vpc.v1.model
Class UpdateDedicatedHostOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.UpdateDedicatedHostOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class UpdateDedicatedHostOptions extends com.ibm.cloud.sdk.core.service.model.GenericModel
The updateDedicatedHost options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UpdateDedicatedHostOptions.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
dedicatedHostPatch()
Gets the dedicatedHostPatch.String
id()
Gets the id.UpdateDedicatedHostOptions.Builder
newBuilder()
New builder.
-
-
-
Method Detail
-
newBuilder
public UpdateDedicatedHostOptions.Builder newBuilder()
New builder.- Returns:
- a UpdateDedicatedHostOptions builder
-
id
public String id()
Gets the id. The dedicated host identifier.- Returns:
- the id
-
-