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