class documentation

Current operational state of the agent.

Constant __PB2_DESCRIPTOR__ Undocumented
Constant STATE_ERROR Agent is in error state.
Constant STATE_HEALTHY Agent is functioning normally.
Constant STATE_UNDEFINED Default undefined state.

Inherited from Enum:

Class Method get_descriptor Undocumented
__PB2_DESCRIPTOR__ = (source)

Undocumented

Value
descriptor.DescriptorWrap[descriptor_1.EnumDescriptor]('.nebius.logging.agentman
ager.v1.AgentState',
                                                       version_service_pb2.DESCRIPTOR
,
                                                       descriptor_1.EnumDescriptor
)
STATE_ERROR: int = (source)

Agent is in error state.

Value
2
STATE_HEALTHY: int = (source)

Agent is functioning normally.

Value
1
STATE_UNDEFINED: int = (source)

Default undefined state.

Value
0