Add missing Target states to proto
This commit is contained in:
parent
0803b026b3
commit
b62bdd8efb
File diff suppressed because it is too large
Load Diff
@ -537,6 +537,8 @@ message Operation {
|
|||||||
PENDING = 1;
|
PENDING = 1;
|
||||||
CREATED = 2;
|
CREATED = 2;
|
||||||
DESTROYED = 3;
|
DESTROYED = 3;
|
||||||
|
HALTED = 4;
|
||||||
|
NOT_CREATED = 5;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -171,6 +171,8 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|||||||
value :PENDING, 1
|
value :PENDING, 1
|
||||||
value :CREATED, 2
|
value :CREATED, 2
|
||||||
value :DESTROYED, 3
|
value :DESTROYED, 3
|
||||||
|
value :HALTED, 4
|
||||||
|
value :NOT_CREATED, 5
|
||||||
end
|
end
|
||||||
add_message "hashicorp.vagrant.OperationOrder" do
|
add_message "hashicorp.vagrant.OperationOrder" do
|
||||||
optional :order, :enum, 2, "hashicorp.vagrant.OperationOrder.Order"
|
optional :order, :enum, 2, "hashicorp.vagrant.OperationOrder.Order"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user