models_v2.mssql_object_type_enum module

class models_v2.mssql_object_type_enum.MssqlObjectTypeEnum[source]

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

KAAG = 'kAAG'
KAAGROOTCONTAINER = 'kAAGRootContainer'
KDATABASE = 'kDatabase'
KINSTANCE = 'kInstance'
KROOTCONTAINER = 'kRootContainer'