Class EndpointStatus
java.lang.Object
com.yahoo.vespa.hosted.controller.api.application.v4.model.EndpointStatus
Represent the routing status for all endpoints of a deployment.
- Author:
- smorgrav
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionEndpointStatus(EndpointStatus.Status status, String agent, Instant changedAt) -
Method Summary
-
Constructor Details
-
EndpointStatus
-
-
Method Details
-
agent
Returns the agent responsible setting this status -
status
Returns the current status -
changedAt
Returns when this was last changed
-