mountPath property

  1. @TagNumber(4)
String mountPath

The mount path for the volume, e.g. /mnt/disks/share.

Implementation

@$pb.TagNumber(4)
$core.String get mountPath => $_getSZ(2);
  1. @TagNumber(4)
void mountPath=(String v)

Implementation

@$pb.TagNumber(4)
set mountPath($core.String v) { $_setString(2, v); }