Source code for models_v2.type_69_enum

# -*- coding: utf-8 -*-

[docs]class Type69Enum(object): """Implementation of the 'Type69' enum. Specifies protocol access for view. Attributes: NFS: TODO: type description here. NFS4: TODO: type description here. SMB: TODO: type description here. S3: TODO: type description here. SWIFT: TODO: type description here. """ NFS = 'NFS' NFS4 = 'NFS4' SMB = 'SMB' S3 = 'S3' SWIFT = 'Swift'