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