filesystem property

String? filesystem
getter/setter pair

Filesystem name for this instance.

This name is used by client-side tools, including when mounting the instance. Must be 8 characters or less and can only contain letters and numbers.

Required. Immutable.

Implementation

core.String? filesystem;