summaryrefslogtreecommitdiff
path: root/hypervisor.proto
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-10-22 17:39:12 -0500
committerJeff Carr <[email protected]>2024-10-22 17:39:12 -0500
commit1b78a341de44212fb42a15b40d292aa18a6a7a37 (patch)
treedc2999c62433af6648892f25033e7fe1d9dc6c55 /hypervisor.proto
parentc0c2533aaa33fc6e2fa1247c9a08de8b911475f3 (diff)
autoscan
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'hypervisor.proto')
-rw-r--r--hypervisor.proto5
1 files changed, 3 insertions, 2 deletions
diff --git a/hypervisor.proto b/hypervisor.proto
index c76612d..fa3a190 100644
--- a/hypervisor.proto
+++ b/hypervisor.proto
@@ -4,8 +4,9 @@ package virtbuf;
message Hypervisor {
string uuid = 1;
string hostname = 2;
- bool active = 3;
+ bool active = 3; // is allowed to start new droplets
int64 cpus = 4;
- int64 memory = 5;
+ int64 memory = 5; // in bytes
string comment = 6;
+ bool autoscan = 7; // to scan or not to scan by virtigo
}