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 Networking struct { 13 AllowUnqualifiedDnsQuery bool `json:"AllowUnqualifiedDnsQuery,omitempty"` 14 15 DnsSearchList string `json:"DnsSearchList,omitempty"` 16 17 NetworkSharedContainerName string `json:"NetworkSharedContainerName,omitempty"` 18 19 // Guid in windows; string in linux 20 Namespace string `json:"Namespace,omitempty"` 21 22 NetworkAdapters []string `json:"NetworkAdapters,omitempty"` 23 } 24