uefi_boot_entry.go 544 B

1234567891011121314151617181920212223
  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.1
  7. * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
  8. */
  9. package hcsschema
  10. type UefiBootEntry struct {
  11. DeviceType string `json:"DeviceType,omitempty"`
  12. DevicePath string `json:"DevicePath,omitempty"`
  13. DiskNumber int32 `json:"DiskNumber,omitempty"`
  14. OptionalData string `json:"OptionalData,omitempty"`
  15. VmbFsRootPath string `json:"VmbFsRootPath,omitempty"`
  16. }