What are exact meaning of BDP Status below (0,1,2,3,4)
BDP_Status
When Status = 0 Then 'Healthy'
When Status = 1 Then 'Warning'
When Status = 2 AND AvailabilityState = 3 Then 'Critical'
When Status = 2 AND AvailabilityState = 4 Then 'Very_Critical'