class documentation
class State(pb_enum.Enum): (source)
Endpoint instance state.
| Constant | __PB2 |
Undocumented |
| Constant | DELETING |
The endpoint is being deleted. |
| Constant | ERROR |
The endpoint encountered an error. |
| Constant | FAILED |
The endpoint has failed. |
| Constant | PROVISIONING |
The endpoint is creating resources. |
| Constant | RUNNING |
The endpoint is running. |
| Constant | STARTING |
The endpoint is being started. |
| Constant | STATE |
Undocumented |
| Constant | STOPPED |
The endpoint has been stopped. |
| Constant | STOPPING |
The endpoint is being stopped. |
Inherited from Enum:
| Class Method | get |
Return the protobuf EnumDescriptor for this enum. |
Undocumented
| Value |
|