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