package entities type E2TInstanceState string const ( Active E2TInstanceState = "ACTIVE" ToBeDeleted E2TInstanceState = "TO_BE_DELETED" )