fileShares property

List<FileShareConfig>? fileShares
getter/setter pair

File system shares on the instance.

For this version, only a single file share is supported.

Implementation

core.List<FileShareConfig>? fileShares;