ShareProtocols interface
Protocols to enable on the share. For now, only support SMB or NFS.
Properties
nfs |
The share can be accessed by NFSv4.1. |
smb |
The share can be accessed by SMBv3.0, SMBv2.1 and REST. |
Property Details
nfsEnabled
The share can be accessed by NFSv4.1.
nfsEnabled?: boolean
Property Value
boolean
smbEnabled
The share can be accessed by SMBv3.0, SMBv2.1 and REST.
smbEnabled?: boolean
Property Value
boolean