flexible_io_device.go 449 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.1
  7. * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
  8. */
  9. package hcsschema
  10. type FlexibleIoDevice struct {
  11. EmulatorId string `json:"EmulatorId,omitempty"`
  12. HostingModel string `json:"HostingModel,omitempty"`
  13. Configuration []string `json:"Configuration,omitempty"`
  14. }