Source code for models.protocol_gpfs_fileset_enum
# -*- coding: utf-8 -*-
# Copyright 2019 Cohesity Inc.
[docs]class ProtocolGpfsFilesetEnum(object):
"""Implementation of the 'Protocol_GpfsFileset' enum.
TODO: type enum description here.
Attributes:
KNFS: TODO: type description here.
KSMB: TODO: type description here.
"""
KNFS = 'kNfs'
KSMB = 'kSmb'