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