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