class documentation
Endpoint instance state.
| Constant | __PROTO |
Protobuf enum descriptor from the registry. |
| Constant | __PROTO |
Fully qualified protobuf enum name. |
| Constant | DELETING |
The endpoint is being deleted. |
| Constant | ERROR |
The endpoint encountered an error. |
| Constant | FAILED |
The endpoint has failed. |
| Constant | IMAGE |
The endpoint is pulling an image (STARTING -> IMAGE_PULLING -> RUNNING). |
| 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. |
| Constant | __PB2 |
Alias for code that expects a protobuf descriptor. |
| Constant | __REGISTRY__ |
Registry for the enum and its descriptor. |
| Class Method | _missing_ |
Represent unknown open-enum numbers without losing their value. |