Source code for models.protocol_flash_blade_file_system_enum

# -*- coding: utf-8 -*-
# Copyright 2021 Cohesity Inc.

[docs]class ProtocolFlashBladeFileSystemEnum(object): """Implementation of the 'Protocol_FlashBladeFileSystem' enum. TODO: type enum description here. Attributes: KNFS: TODO: type description here. KCIFS2: TODO: type description here. KHTTP: TODO: type description here. """ KNFS = 'kNfs' KCIFS2 = 'kCifs2' KHTTP = 'kHttp'