mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-05-28 04:36:05 -04:00
Add missing Target states to proto
This commit is contained in:
parent
0803b026b3
commit
b62bdd8efb
3 changed files with 1357 additions and 1345 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -537,6 +537,8 @@ message Operation {
|
|||
PENDING = 1;
|
||||
CREATED = 2;
|
||||
DESTROYED = 3;
|
||||
HALTED = 4;
|
||||
NOT_CREATED = 5;
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -171,6 +171,8 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|||
value :PENDING, 1
|
||||
value :CREATED, 2
|
||||
value :DESTROYED, 3
|
||||
value :HALTED, 4
|
||||
value :NOT_CREATED, 5
|
||||
end
|
||||
add_message "hashicorp.vagrant.OperationOrder" do
|
||||
optional :order, :enum, 2, "hashicorp.vagrant.OperationOrder.Order"
|
||||
|
|
|
|||
Loading…
Reference in a new issue