# -*- coding: utf-8 -*-
[docs]class MssqlObjectTypeEnum(object):
"""Implementation of the 'mssqlObjectType' enum.
TODO: type enum description here.
Attributes:
KINSTANCE: TODO: type description here.
KDATABASE: TODO: type description here.
KAAG: TODO: type description here.
KAAGROOTCONTAINER: TODO: type description here.
KROOTCONTAINER: TODO: type description here.
"""
KINSTANCE = 'kInstance'
KDATABASE = 'kDatabase'
KAAG = 'kAAG'
KAAGROOTCONTAINER = 'kAAGRootContainer'
KROOTCONTAINER = 'kRootContainer'