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