Class ComputeInstanceMovableFileSystemOperation.Builder
- java.lang.Object
-
- com.oracle.bmc.disasterrecovery.model.ComputeInstanceMovableFileSystemOperation.Builder
-
- Enclosing class:
- ComputeInstanceMovableFileSystemOperation
public static class ComputeInstanceMovableFileSystemOperation.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ComputeInstanceMovableFileSystemOperation
build()
ComputeInstanceMovableFileSystemOperation.Builder
copy(ComputeInstanceMovableFileSystemOperation model)
ComputeInstanceMovableFileSystemOperation.Builder
exportPath(String exportPath)
The export path of the file system.ComputeInstanceMovableFileSystemOperation.Builder
mountDetails(FileSystemMountDetails mountDetails)
ComputeInstanceMovableFileSystemOperation.Builder
mountPoint(String mountPoint)
The physical mount point of the file system on a host.ComputeInstanceMovableFileSystemOperation.Builder
unmountDetails(FileSystemUnmountDetails unmountDetails)
-
-
-
Method Detail
-
exportPath
public ComputeInstanceMovableFileSystemOperation.Builder exportPath(String exportPath)
The export path of the file system.Example: /fs-export-path
- Parameters:
exportPath
- the value to set- Returns:
- this builder
-
mountPoint
public ComputeInstanceMovableFileSystemOperation.Builder mountPoint(String mountPoint)
The physical mount point of the file system on a host.Example: /mnt/yourmountpoint
- Parameters:
mountPoint
- the value to set- Returns:
- this builder
-
mountDetails
public ComputeInstanceMovableFileSystemOperation.Builder mountDetails(FileSystemMountDetails mountDetails)
-
unmountDetails
public ComputeInstanceMovableFileSystemOperation.Builder unmountDetails(FileSystemUnmountDetails unmountDetails)
-
build
public ComputeInstanceMovableFileSystemOperation build()
-
copy
public ComputeInstanceMovableFileSystemOperation.Builder copy(ComputeInstanceMovableFileSystemOperation model)
-
-