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