models.protocol_view_stat_info_enum module

class models.protocol_view_stat_info_enum.ProtocolViewStatInfoEnum[source]

Bases: 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'
KNFS = 'kNfs'
KS3 = 'kS3'
KSMB = 'kSmb'