Source code for models.priority_qo_s_policy_enum
# -*- coding: utf-8 -*-
# Copyright 2021 Cohesity Inc.
[docs]class PriorityQoSPolicyEnum(object):
"""Implementation of the 'Priority_QoSPolicy' enum.
Specifies Priority of the Qos Policy.
Priority of QoS Policy as defined in cluster config proto.
Attributes:
KLOW: TODO: type description here.
KHIGH: TODO: type description here.
"""
KLOW = 'kLow'
KHIGH = 'kHigh'