Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 785 Bytes

HyperscaleMountPointUpdateParameters.md

File metadata and controls

28 lines (16 loc) · 785 Bytes

HyperscaleMountPointUpdateParameters

The updatable properties of a Hyperscale Mount Point.

Properties

Name Type Description Notes
name String Name of the mount, unique for a hyperscale instance. [optional]
hostname String The host name of the server. [optional]
mountPath String The path to the directory on the filesystem to mount. [optional]
mountType MountTypeEnum The type of filesystem. [optional]
options String The mount options. [optional]

Enum: MountTypeEnum

Name Value
CIFS "CIFS"
NFS3 "NFS3"
NFS4 "NFS4"