models.share_type_enum module

class models.share_type_enum.ShareTypeEnum[source]

Bases: object

Implementation of the ‘ShareType’ enum.

Specifies the sharing protocol type used to mount the file system. Currently, only NFS is supported. ‘kNFS’ indicates use the NFS protocol to mount the file system. ‘kCIFS’ indicates use the CIFS protocol to mount the file system.

Attributes:

KNFS: TODO: type description here. KCIFS: TODO: type description here.

KCIFS = 'kCIFS'
KNFS = 'kNFS'