fileShares property

List<FileShareConfig>? fileShares
getter/setter pair

File system shares on the instance.

Exactly one file share must be specified.

Required. Immutable.

Implementation

core.List<FileShareConfig>? fileShares;