Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.29 KB

EndpointSettings.md

File metadata and controls

31 lines (21 loc) · 1.29 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]
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