class documentation
class State(pb_enum.Enum): (source)
Possible states of the Pool.
| Constant | __PB2 |
Undocumented |
| Constant | CREATING |
Pool is being created. |
| Constant | DELETING |
Pool is being deleted. |
| Constant | READY |
Pool is ready for use. |
| Constant | STATE |
Default, unspecified state. |
Inherited from Enum:
| Class Method | get |
Undocumented |
Undocumented
| Value |
|