google.cloud.forseti.common.util.index_state module
Common state enum/class for index tables.
-
class
IndexState
[source]
Bases: object
Possible states for the inventory/scanner index.
-
CREATED
= 'CREATED'
-
FAILURE
= 'FAILURE'
-
PARTIAL_SUCCESS
= 'PARTIAL_SUCCESS'
-
RUNNING
= 'RUNNING'
-
SUCCESS
= 'SUCCESS'
-
TIMEOUT
= 'TIMEOUT'