models_v2.type_37_enum module

class models_v2.type_37_enum.Type37Enum[source]

Bases: object

Implementation of the ‘Type37’ enum.

Specifies protocol access for view.

Attributes:

NFS: TODO: type description here. SMB: TODO: type description here. S3: TODO: type description here. SWIFT: TODO: type description here.

NFS = 'NFS'
S3 = 'S3'
SMB = 'SMB'
SWIFT = 'Swift'