summaryrefslogtreecommitdiff
path: root/hypervisor.proto
blob: c76612d572ddf66935db4b5496069ac83641ea5a (plain)
1
2
3
4
5
6
7
8
9
10
11
syntax = "proto3";
package virtbuf;

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