summaryrefslogtreecommitdiff
path: root/vendor/github.com/Microsoft/hcsshim/internal/hcs/schema2/virtual_pci_device.go
blob: f5e05903c5496250dad5d730ba01f0095c34ad0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * HCS API
 *
 * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
 *
 * API version: 2.3
 * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
 */

package hcsschema

// TODO: This is pre-release support in schema 2.3. Need to add build number
// docs when a public build with this is out.
type VirtualPciDevice struct {
	Functions []VirtualPciFunction `json:",omitempty"`
}