summaryrefslogtreecommitdiff
path: root/droplet.proto
diff options
context:
space:
mode:
Diffstat (limited to 'droplet.proto')
-rw-r--r--droplet.proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/droplet.proto b/droplet.proto
index 7cf14de..7f54c63 100644
--- a/droplet.proto
+++ b/droplet.proto
@@ -14,6 +14,8 @@ message Droplet {
repeated Disk disks = 9;
string comment = 10;
+ string default_state = 11;
+ string preferred_hypervisor = 12;
message Network {
string mac = 1;