virtual_pci_function.go 505 B

123456789101112131415161718
  1. /*
  2. * HCS API
  3. *
  4. * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
  5. *
  6. * API version: 2.3
  7. * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
  8. */
  9. package hcsschema
  10. // TODO: This is pre-release support in schema 2.3. Need to add build number
  11. // docs when a public build with this is out.
  12. type VirtualPciFunction struct {
  13. DeviceInstancePath string `json:",omitempty"`
  14. VirtualFunction uint16 `json:",omitempty"`
  15. }