public static class SelfMountDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SelfMountDetails |
build() |
SelfMountDetails.Builder |
copy(SelfMountDetails model) |
SelfMountDetails.Builder |
localMountPointPath(String localMountPointPath)
The local directory path on each VM cluster node where the NFS server location is
mounted.
|
public SelfMountDetails.Builder localMountPointPath(String localMountPointPath)
The local directory path on each VM cluster node where the NFS server location is mounted. The local directory path and the NFS server location must each be the same across all of the VM cluster nodes. Ensure that the NFS mount is maintained continuously on all of the VM cluster nodes.
localMountPointPath
- the value to setpublic SelfMountDetails build()
public SelfMountDetails.Builder copy(SelfMountDetails model)
Copyright © 2016–2024. All rights reserved.