Uses of Class
com.yahoo.vespa.hosted.controller.api.application.v4.model.EndpointStatus.Status
-
Packages that use EndpointStatus.Status Package Description com.yahoo.vespa.hosted.controller.api.application.v4.model -
-
Uses of EndpointStatus.Status in com.yahoo.vespa.hosted.controller.api.application.v4.model
Methods in com.yahoo.vespa.hosted.controller.api.application.v4.model that return EndpointStatus.Status Modifier and Type Method Description EndpointStatus.StatusEndpointStatus. status()Returns the current statusstatic EndpointStatus.StatusEndpointStatus.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static EndpointStatus.Status[]EndpointStatus.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.yahoo.vespa.hosted.controller.api.application.v4.model with parameters of type EndpointStatus.Status Constructor Description EndpointStatus(EndpointStatus.Status status, String agent, Instant changedAt)
-