models.priority_qo_s_policy_enum module

class models.priority_qo_s_policy_enum.PriorityQoSPolicyEnum[source]

Bases: 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.

KHIGH = 'kHigh'
KLOW = 'kLow'