Class NodeEntity
- java.lang.Object
-
- com.yahoo.vespa.hosted.controller.api.integration.entity.NodeEntity
-
public class NodeEntity extends Object
Information about a node from aEntityService.- Author:
- mpolden
-
-
Constructor Summary
Constructors Constructor Description NodeEntity(String hostname, String model, String manufacturer, String switchHostname)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringhostname()Optional<String>manufacturer()The manufacturer of this nodeOptional<String>model()The model name of this nodeOptional<String>switchHostname()The hostname of network switch this node is connected to
-
-
-
Method Detail
-
hostname
public String hostname()
-
-