From 8cab0857fda04a5e9b06860aec15d05342b747f1 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 22 Oct 2024 03:50:01 -0500 Subject: next step, write out yaml or json Signed-off-by: Jeff Carr --- hypervisor.proto | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'hypervisor.proto') diff --git a/hypervisor.proto b/hypervisor.proto index aa2a9da..c76612d 100644 --- a/hypervisor.proto +++ b/hypervisor.proto @@ -2,8 +2,10 @@ syntax = "proto3"; package virtbuf; message Hypervisor { - string hostname = 1; - bool active = 2; - int64 cpus = 3; - int64 memory = 4; + string uuid = 1; + string hostname = 2; + bool active = 3; + int64 cpus = 4; + int64 memory = 5; + string comment = 6; } -- cgit v1.2.3