Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.62 KB

File metadata and controls

32 lines (22 loc) · 1.62 KB

EndpointSettings

EndpointSettings stores the network endpoint details

Properties

Name Type Description Notes
aliases List<String> [optional]
dnSNames List<String> DNSNames holds all the (non fully qualified) DNS names associated to this endpoint. First entry is used to generate PTR records. [optional]
driverOpts Map<String, String> [optional]
endpointID String [optional]
gateway String [optional]
globalIPv6Address String [optional]
globalIPv6PrefixLen Long [optional]
gwPriority Long GwPriority determines which endpoint will provide the default gateway for the container. The endpoint with the highest priority will be used. If multiple endpoints have the same priority, they are lexicographically sorted based on their network name, and the one that sorts first is picked. [optional]
ipAMConfig EndpointIPAMConfig [optional]
ipAddress String [optional]
ipPrefixLen Long [optional]
ipv6Gateway String [optional]
links List<String> [optional]
macAddress String MacAddress may be used to specify a MAC address when the container is created. Once the container is running, it becomes operational data (it may contain a generated address). [optional]
networkID String Operational data [optional]

Implemented Interfaces

  • Serializable