syntax = "proto3";
package virtbuf;
message Hypervisor {
string uuid = 1;
string hostname = 2;
bool active = 3;
int64 cpus = 4;
int64 memory = 5;
string comment = 6;
}