public static class ComputeInstanceNonMovableFileSystemOperation.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ComputeInstanceNonMovableFileSystemOperation |
build() |
ComputeInstanceNonMovableFileSystemOperation.Builder |
copy(ComputeInstanceNonMovableFileSystemOperation model) |
ComputeInstanceNonMovableFileSystemOperation.Builder |
exportPath(String exportPath)
The export path of the file system.
|
ComputeInstanceNonMovableFileSystemOperation.Builder |
mountPoint(String mountPoint)
The physical mount point of the file system on a host.
|
ComputeInstanceNonMovableFileSystemOperation.Builder |
mountTargetId(String mountTargetId)
The OCID of mount target.
|
public ComputeInstanceNonMovableFileSystemOperation.Builder exportPath(String exportPath)
The export path of the file system.
Example: /fs-export-path
exportPath
- the value to setpublic ComputeInstanceNonMovableFileSystemOperation.Builder mountPoint(String mountPoint)
The physical mount point of the file system on a host.
Example: /mnt/yourmountpoint
mountPoint
- the value to setpublic ComputeInstanceNonMovableFileSystemOperation.Builder mountTargetId(String mountTargetId)
The OCID of mount target.
Example: ocid1.mounttarget.oc1..uniqueID
mountTargetId
- the value to setpublic ComputeInstanceNonMovableFileSystemOperation build()
public ComputeInstanceNonMovableFileSystemOperation.Builder copy(ComputeInstanceNonMovableFileSystemOperation model)
Copyright © 2016–2024. All rights reserved.