Skip to content

Commit

Permalink
Merge branch 'main' into user/gsiciliano/feat-multiIp2
Browse files Browse the repository at this point in the history
  • Loading branch information
gsicilianomsft committed Jun 26, 2023
2 parents e88ffd6 + 1bf2b48 commit 90c7403
Show file tree
Hide file tree
Showing 5 changed files with 197 additions and 125 deletions.
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ require (
)

replace (
github.com/gogo/protobuf => github.com/gogo/protobuf v1.3.2
github.com/golang/mock => github.com/golang/mock v1.6.0
github.com/golang/protobuf/protoc-gen-go => github.com/golang/protobuf/protoc-gen-go v1.3.2
golang.org/x/net => golang.org/x/net v0.0.0-20220822230855-b0a4917ee28c
Expand Down
206 changes: 125 additions & 81 deletions rpc/common/moc_common_computecommon.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions rpc/common/moc_common_computecommon.proto
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,12 @@ message VirtualMachineRunCommandInstanceView {
string Error = 4;
}

// describes the the capabilities of this node in terms of what type of VM can be created
// In the future when CVM comes, another bool will be added to check hardware capability.
message VirtualMachineCapabilities {
bool IsolatedVmCapable = 1;
}

/* Values fetched from Win32_Processor class.
Documentation here:
https://docs.microsoft.com/en-us/windows/win32/cimwin32prov/win32-processor#properties */
Expand Down
Loading

0 comments on commit 90c7403

Please sign in to comment.