dsdk / v1.47 / NetworkSettings
Type Alias: NetworkSettings ​
NetworkSettings:
object
NetworkSettings exposes the network settings in the API
Type declaration ​
| Name | Type | Description |
|---|---|---|
Bridge? | string | Name of the default bridge interface when dockerd's --bridge flag is set. |
EndpointID? | string | EndpointID uniquely represents a service endpoint in a Sandbox. Networks map instead, which contains the same > information. This field was deprecated in Docker 1.9 and is scheduled > to be removed in Docker 17.12.0 |
Gateway? | string | Gateway address for the default "bridge" network. Networks map instead, which contains the same > information. This field was deprecated in Docker 1.9 and is scheduled > to be removed in Docker 17.12.0 |
GlobalIPv6Address? | string | Global IPv6 address for the default "bridge" network. Networks map instead, which contains the same > information. This field was deprecated in Docker 1.9 and is scheduled > to be removed in Docker 17.12.0 |
GlobalIPv6PrefixLen? | number | Mask length of the global IPv6 address. Networks map instead, which contains the same > information. This field was deprecated in Docker 1.9 and is scheduled > to be removed in Docker 17.12.0 |
HairpinMode? | boolean | Indicates if hairpin NAT should be enabled on the virtual interface. Deprecated: This field is never set and will be removed in a future release. |
IPAddress? | string | IPv4 address for the default "bridge" network. Networks map instead, which contains the same > information. This field was deprecated in Docker 1.9 and is scheduled > to be removed in Docker 17.12.0 |
IPPrefixLen? | number | Mask length of the IPv4 address. Networks map instead, which contains the same > information. This field was deprecated in Docker 1.9 and is scheduled > to be removed in Docker 17.12.0 |
IPv6Gateway? | string | IPv6 gateway address for this network. Networks map instead, which contains the same > information. This field was deprecated in Docker 1.9 and is scheduled > to be removed in Docker 17.12.0 |
LinkLocalIPv6Address? | string | IPv6 unicast address using the link-local prefix. Deprecated: This field is never set and will be removed in a future release. |
LinkLocalIPv6PrefixLen? | number | Prefix length of the IPv6 unicast address. Deprecated: This field is never set and will be removed in a future release. |
MacAddress? | string | MAC address for the container on the default "bridge" network. Networks map instead, which contains the same > information. This field was deprecated in Docker 1.9 and is scheduled > to be removed in Docker 17.12.0 |
Networks? | object | Information about all networks that the container is connected to. |
Ports? | PortMap | - |
SandboxID? | string | SandboxID uniquely represents a container's network stack. |
SandboxKey? | string | SandboxKey is the full path of the netns handle |
SecondaryIPAddresses? | Address[] | null | Deprecated: This field is never set and will be removed in a future release. |
SecondaryIPv6Addresses? | Address[] | null | Deprecated: This field is never set and will be removed in a future release. |