Class NodeEntity
java.lang.Object
com.yahoo.vespa.hosted.controller.api.integration.entity.NodeEntity
Information about a node from a
EntityService.- Author:
- mpolden
-
Constructor Summary
ConstructorsConstructorDescriptionNodeEntity(String hostname, String model, String manufacturer, String switchHostname) -
Method Summary
-
Constructor Details
-
NodeEntity
-
-
Method Details
-
hostname
-
model
The model name of this node -
manufacturer
The manufacturer of this node -
switchHostname
The hostname of network switch this node is connected to
-