models.protocol_access_enum module

class models.protocol_access_enum.ProtocolAccessEnum[source]

Bases: object

Implementation of the ‘ProtocolAccess’ enum.

Specifies the supported Protocols for the View. ‘kAll’ enables protocol access to all three views: NFS, SMB and S3. ‘kNFSOnly’ enables protocol access to NFS only. ‘kSMBOnly’ enables protocol access to SMB only. ‘kS3Only’ enables protocol access to S3 only. ‘kSwiftOnly’ enables protocol access to Swift only.

Attributes:

KALL: TODO: type description here. KNFSONLY: TODO: type description here. KSMBONLY: TODO: type description here. KS3ONLY: TODO: type description here. KSWIFTONLY: TODO: type description here.

KALL = 'kAll'
KNFSONLY = 'kNFSOnly'
KS3ONLY = 'kS3Only'
KSMBONLY = 'kSMBOnly'
KSWIFTONLY = 'kSwiftOnly'