...

Source file src/github.com/Microsoft/hcsshim/internal/hcs/schema2/uefi_boot_entry.go

Documentation: github.com/Microsoft/hcsshim/internal/hcs/schema2

     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  
    10  package hcsschema
    11  
    12  type UefiBootEntry struct {
    13  	DeviceType string `json:"DeviceType,omitempty"`
    14  
    15  	DevicePath string `json:"DevicePath,omitempty"`
    16  
    17  	DiskNumber int32 `json:"DiskNumber,omitempty"`
    18  
    19  	OptionalData string `json:"OptionalData,omitempty"`
    20  
    21  	VmbFsRootPath string `json:"VmbFsRootPath,omitempty"`
    22  }
    23  

View as plain text