ContainerNetworkSettings constructor
const
ContainerNetworkSettings({
- String? bridge,
- String? sandboxID,
- bool? hairpinMode,
- String? linkLocalIPv6Address,
- int? linkLocalIPv6PrefixLen,
- Map<
String, List< ? ports,ContainerPortBinding> ?> - String? sandboxKey,
- List<
ContainerAddress> ? secondaryIPAddresses, - List<
ContainerAddress> ? secondaryIPv6Addresses, - String? endpointID,
- String? gateway,
- String? globalIPv6Address,
- int? globalIPv6PrefixLen,
- String? ipAddress,
- int? ipPrefixLen,
- String? ipv6Gateway,
- String? macAddress,
- Map<
String, ContainerNetworkEndpoint> ? networks,
Creates a ContainerNetworkSettings with the given fields.
Implementation
const ContainerNetworkSettings({
this.bridge,
this.sandboxID,
this.hairpinMode,
this.linkLocalIPv6Address,
this.linkLocalIPv6PrefixLen,
this.ports,
this.sandboxKey,
this.secondaryIPAddresses,
this.secondaryIPv6Addresses,
this.endpointID,
this.gateway,
this.globalIPv6Address,
this.globalIPv6PrefixLen,
this.ipAddress,
this.ipPrefixLen,
this.ipv6Gateway,
this.macAddress,
this.networks,
});