Source code for models.protocol_view_protocol_stats_enum

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

[docs]class ProtocolViewProtocolStatsEnum(object): """Implementation of the 'Protocol_ViewProtocolStats' enum. TODO: type enum description here. Attributes: KISCSI: TODO: type description here. KSMB: TODO: type description here. KS3: TODO: type description here. KNFS: TODO: type description here. """ KISCSI = 'kIscsi' KSMB = 'kSmb' KS3 = 'kS3' KNFS = 'kNfs'