ContainerNetworkEndpoint constructor
const
ContainerNetworkEndpoint({
- ContainerIPAMConfig? ipamConfig,
- List<
String> ? links, - String? macAddress,
- List<
String> ? aliases, - Map<
String, String> ? driverOpts, - int? gwPriority,
- String? networkID,
- String? endpointID,
- String? gateway,
- String? ipAddress,
- int? ipPrefixLen,
- String? ipv6Gateway,
- String? globalIPv6Address,
- int? globalIPv6PrefixLen,
- List<
String> ? dnsNames,
Creates a ContainerNetworkEndpoint with the given fields.
Implementation
const ContainerNetworkEndpoint({
this.ipamConfig,
this.links,
this.macAddress,
this.aliases,
this.driverOpts,
this.gwPriority,
this.networkID,
this.endpointID,
this.gateway,
this.ipAddress,
this.ipPrefixLen,
this.ipv6Gateway,
this.globalIPv6Address,
this.globalIPv6PrefixLen,
this.dnsNames,
});