public static class AutomatedMountDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AutomatedMountDetails |
build() |
AutomatedMountDetails.Builder |
copy(AutomatedMountDetails model) |
AutomatedMountDetails.Builder |
nfsServer(List<String> nfsServer)
IP addresses for NFS Auto mount.
|
AutomatedMountDetails.Builder |
nfsServerExport(String nfsServerExport)
Specifies the directory on which to mount the file system
|
public AutomatedMountDetails.Builder nfsServer(List<String> nfsServer)
IP addresses for NFS Auto mount.
nfsServer
- the value to setpublic AutomatedMountDetails.Builder nfsServerExport(String nfsServerExport)
Specifies the directory on which to mount the file system
nfsServerExport
- the value to setpublic AutomatedMountDetails build()
public AutomatedMountDetails.Builder copy(AutomatedMountDetails model)
Copyright © 2016–2024. All rights reserved.