models_v2.qos_policy_enum module

class models_v2.qos_policy_enum.QosPolicyEnum[source]

Bases: object

Implementation of the ‘QosPolicy’ enum.

Specifies whether the Data Migration task 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'