enum class NmTransitionRule_t : uint8
{
    // MPropertyFriendlyName = Fully Allowed
    AllowTransition = 0,
    // MPropertyFriendlyName = Conditionally Allowed
    ConditionallyAllowTransition = 1,
    // MPropertyFriendlyName = Blocked
    BlockTransition = 2,
};