Creating the Dataset
Create an NFS dataset
Appliance data transfer supports NFS version 3, 4, and 4.1 to write data to the import appliance. In preparation for writing data, create and configure a dataset to write to.
Using the CLI
Use the oci dts nfs-dataset create command and required parameters to create an NFS dataset.
oci dts nfs-dataset create --name dataset_name [OPTIONS]
For a complete list of flags and variable options for CLI commands, see the Command Line Reference.
For example:
oci dts nfs-dataset create --name nfs-ds-1
Creating dataset with NFS export details nfs-ds-1
{
"data": {
"datasetType": "NFS",
"name": "nfs-ds-1",
"nfsExportDetails": {
"exportConfigs": null
},
"state": "INITIALIZED"
}
}