public static class FileSystemExportMapping.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
FileSystemExportMapping |
build() |
FileSystemExportMapping.Builder |
copy(FileSystemExportMapping model) |
FileSystemExportMapping.Builder |
destinationMountTargetId(String destinationMountTargetId)
The OCID of the destination mount target on which this file system export should be
created.
|
FileSystemExportMapping.Builder |
exportId(String exportId)
The OCID of the export path.
|
public FileSystemExportMapping.Builder exportId(String exportId)
The OCID of the export path.
Example: ocid1.export.oc1..uniqueID
exportId
- the value to setpublic FileSystemExportMapping.Builder destinationMountTargetId(String destinationMountTargetId)
The OCID of the destination mount target on which this file system export should be created.
Example: ocid1.mounttarget.oc1..uniqueID
destinationMountTargetId
- the value to setpublic FileSystemExportMapping build()
public FileSystemExportMapping.Builder copy(FileSystemExportMapping model)
Copyright © 2016–2024. All rights reserved.