subdirectory property

Output<String> subdirectory
latefinal

Path to the file share in the SVM where you'll copy your data. You can specify a junction path (also known as a mount point), qtree path (for NFS file shares), or share name (for SMB file shares) (e.g. /vol1, /vol1/tree1, share1).

Implementation

late final pulumi.Output<String> subdirectory;