123456789101112131415161718 |
- /*
- * 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 VirtualPciFunction struct {
- DeviceInstancePath string `json:",omitempty"`
- VirtualFunction uint16 `json:",omitempty"`
- }
|