EnumsConnectionDirectionConnectionDirection enum ConnectionDirection { Inbound = "INBOUND", Outbound = "OUTBOUND",}