Package com.oracle.bmc.database.model
Class SelfMountDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.database.model.SelfMountDetails.Builder
-
- Enclosing class:
- SelfMountDetails
public static class SelfMountDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SelfMountDetails
build()
SelfMountDetails.Builder
copy(SelfMountDetails model)
SelfMountDetails.Builder
localMountPointPath(String localMountPointPath)
The local directory path on each VM cluster node where the NFS server location is mounted.
-
-
-
Method Detail
-
localMountPointPath
public SelfMountDetails.Builder localMountPointPath(String localMountPointPath)
The local directory path on each VM cluster node where the NFS server location is mounted.The local directory path and the NFS server location must each be the same across all of the VM cluster nodes. Ensure that the NFS mount is maintained continuously on all of the VM cluster nodes.
- Parameters:
localMountPointPath
- the value to set- Returns:
- this builder
-
build
public SelfMountDetails build()
-
copy
public SelfMountDetails.Builder copy(SelfMountDetails model)
-
-