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