networking.go 644 B

12345678910111213141516171819202122232425
  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 Networking struct {
  11. AllowUnqualifiedDnsQuery bool `json:"AllowUnqualifiedDnsQuery,omitempty"`
  12. DnsSearchList string `json:"DnsSearchList,omitempty"`
  13. NetworkSharedContainerName string `json:"NetworkSharedContainerName,omitempty"`
  14. // Guid in windows; string in linux
  15. Namespace string `json:"Namespace,omitempty"`
  16. NetworkAdapters []string `json:"NetworkAdapters,omitempty"`
  17. }