BuildDate is the build date of the node.
from field: string buildDate = 5;
ClusterStatus is the status of the node in the cluster.
from field: v1.ClusterStatus clusterStatus = 9;
CurrentLeader is the current leader of the cluster.
from field: string currentLeader = 10;
Description is an optional description provided by the node.
from field: string description = 2;
Features is the list of features currently enabled.
from field: repeated v1.FeaturePort features = 8;
GitCommit is the git commit of the node.
from field: string gitCommit = 4;
ID is the ID of the node.
from field: string id = 1;
Optional
interfaceInterfaceMetrics are the metrics for the node's interfaces.
from field: v1.InterfaceMetrics interfaceMetrics = 11;
Optional
startedStartedAt is the time the node started.
from field: google.protobuf.Timestamp startedAt = 7;
Uptime is the uptime of the node.
from field: string uptime = 6;
Version is the version of the node.
from field: string version = 3;
Static
Readonly
fieldsStatic
Readonly
runtimeStatic
Readonly
typeParse from binary data, merging fields.
Repeated fields are appended. Map entries are added, overwriting existing keys.
If a message field is already present, it will be merged with the new data.
Optional
options: Partial<BinaryReadOptions>Protected
toJSONOverride for serialization behavior. This will be invoked when calling JSON.stringify on this message (i.e. JSON.stringify(msg)).
Note that this will not serialize google.protobuf.Any with a packed message because the protobuf JSON format specifies that it needs to be unpacked, and this is only possible with a type registry to look up the message type. As a result, attempting to serialize a message with this type will throw an Error.
This method is protected because you should not need to invoke it directly -- instead use JSON.stringify or toJsonString for stringified JSON. Alternatively, if actual JSON is desired, you should use toJson.
Static
equalsStatic
fromStatic
fromStatic
fromGenerated using TypeDoc
Status represents the status of a node.
Generated
from message v1.Status