Source code for models.protocol_view_stat_info_enum
# -*- coding: utf-8 -*-
# Copyright 2021 Cohesity Inc.
[docs]class ProtocolViewStatInfoEnum(object):
"""Implementation of the 'Protocol_ViewStatInfo' 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'