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