package network
import "github.com/docker/engine-api/types/network"
Index ¶
Types ¶
type Address ¶
Address represents an IP address
type EndpointSettings ¶
type EndpointSettings struct { EndpointID string Gateway string IPAddress string IPPrefixLen int IPv6Gateway string GlobalIPv6Address string GlobalIPv6PrefixLen int MacAddress string }
EndpointSettings stores the network endpoint details
type IPAM ¶
type IPAM struct { Driver string Config []IPAMConfig }
IPAM represents IP Address Management
type IPAMConfig ¶
type IPAMConfig struct { Subnet string `json:",omitempty"` IPRange string `json:",omitempty"` Gateway string `json:",omitempty"` AuxAddress map[string]string `json:"AuxiliaryAddresses,omitempty"` }
IPAMConfig represents IPAM configurations
Source Files ¶
Tools for package owners.