PhysicalNode type
Signature:
export type PhysicalNode = {
nodeType: "physical";
id: PhysicalNodeId;
tags: {
[key: string]: string;
};
ipAddress: string;
};
References: PhysicalNodeId
Signature:
export type PhysicalNode = {
nodeType: "physical";
id: PhysicalNodeId;
tags: {
[key: string]: string;
};
ipAddress: string;
};
References: PhysicalNodeId