Interface protos.google.cloud.lifesciences.v2beta.IMount (1.0.3)

Properties of a Mount.

Package

@google-cloud/life-sciences!

Properties

disk

disk?: (string|null);

Mount disk

Property Value
TypeDescription
(string|null)

path

path?: (string|null);

Mount path

Property Value
TypeDescription
(string|null)

readOnly

readOnly?: (boolean|null);

Mount readOnly

Property Value
TypeDescription
(boolean|null)