Enum CompType

File: Common/CommonMessages.msg

(no description)

Enum values:

Name Value Description
INVALID_COMP 0
OVERLAY_COMP 1
TIER1_COMP 2
TIER2_COMP 3
TIER3_COMP 4
BOOTSTRAPLIST_COMP 5

Source code:

enum CompType
{
    INVALID_COMP = 0;
    OVERLAY_COMP = 1;
    TIER1_COMP = 2;
    TIER2_COMP = 3;
    TIER3_COMP = 4;
    BOOTSTRAPLIST_COMP = 5;
};