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