Source code for models_v2.qos_policy_1_enum

# -*- coding: utf-8 -*-

[docs]class QosPolicy1Enum(object): """Implementation of the 'QosPolicy1' enum. Specifies whether the Protection Group will be written to HDD or SSD. Attributes: KBACKUPHDD: TODO: type description here. KBACKUPSSD: TODO: type description here. KTESTANDDEVHIGH: TODO: type description here. """ KBACKUPHDD = 'kBackupHDD' KBACKUPSSD = 'kBackupSSD' KTESTANDDEVHIGH = 'kTestAndDevHigh'