public static class CreateNFSBackupDestinationDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CreateNFSBackupDestinationDetails |
build() |
CreateNFSBackupDestinationDetails.Builder |
compartmentId(String compartmentId) |
CreateNFSBackupDestinationDetails.Builder |
copy(CreateNFSBackupDestinationDetails model) |
CreateNFSBackupDestinationDetails.Builder |
definedTags(Map<String,Map<String,Object>> definedTags) |
CreateNFSBackupDestinationDetails.Builder |
displayName(String displayName) |
CreateNFSBackupDestinationDetails.Builder |
freeformTags(Map<String,String> freeformTags) |
CreateNFSBackupDestinationDetails.Builder |
localMountPointPath(String localMountPointPath)
Deprecated. The local directory path on each VM cluster node where the NFS server
location is mounted.
|
CreateNFSBackupDestinationDetails.Builder |
mountTypeDetails(MountTypeDetails mountTypeDetails) |
public CreateNFSBackupDestinationDetails.Builder displayName(String displayName)
public CreateNFSBackupDestinationDetails.Builder compartmentId(String compartmentId)
public CreateNFSBackupDestinationDetails.Builder freeformTags(Map<String,String> freeformTags)
public CreateNFSBackupDestinationDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
public CreateNFSBackupDestinationDetails.Builder localMountPointPath(String localMountPointPath)
Deprecated. 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. This field is deprecated. Use the mountTypeDetails field instead to specify the mount type for NFS.
localMountPointPath
- the value to setpublic CreateNFSBackupDestinationDetails.Builder mountTypeDetails(MountTypeDetails mountTypeDetails)
public CreateNFSBackupDestinationDetails build()
public CreateNFSBackupDestinationDetails.Builder copy(CreateNFSBackupDestinationDetails model)
Copyright © 2016–2024. All rights reserved.