Source code for models_v2.type_51_enum
# -*- coding: utf-8 -*-
[docs]class Type51Enum(object):
"""Implementation of the 'Type51' enum.
Primary Backup Target Location.
Attributes:
LOCAL: TODO: type description here.
ARCHIVAL: TODO: type description here.
"""
LOCAL = 'Local'
ARCHIVAL = 'Archival'