# NetworkSettings ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **bridge** | Option<**String**> | Name of the network's bridge (for example, `docker0`). | [optional] **sandbox_id** | Option<**String**> | SandboxID uniquely represents a container's network stack. | [optional] **hairpin_mode** | Option<**bool**> | Indicates if hairpin NAT should be enabled on the virtual interface. | [optional] **link_local_ipv6_address** | Option<**String**> | IPv6 unicast address using the link-local prefix. | [optional] **link_local_ipv6_prefix_len** | Option<**i32**> | Prefix length of the IPv6 unicast address. | [optional] **ports** | Option<[**::std::collections::HashMap>**](array.md)> | PortMap describes the mapping of container ports to host ports, using the container's port-number and protocol as key in the format `/`, for example, `80/udp`. If a container's port is mapped for multiple protocols, separate entries are added to the mapping table. | [optional] **sandbox_key** | Option<**String**> | SandboxKey identifies the sandbox | [optional] **secondary_ip_addresses** | Option<[**Vec**](Address.md)> | | [optional] **secondary_ipv6_addresses** | Option<[**Vec**](Address.md)> | | [optional] **endpoint_id** | Option<**String**> | EndpointID uniquely represents a service endpoint in a Sandbox.


> **Deprecated**: This field is only propagated when attached to the > default \"bridge\" network. Use the information from the \"bridge\" > network inside the `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 | [optional] **gateway** | Option<**String**> | Gateway address for the default \"bridge\" network.


> **Deprecated**: This field is only propagated when attached to the > default \"bridge\" network. Use the information from the \"bridge\" > network inside the `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 | [optional] **global_ipv6_address** | Option<**String**> | Global IPv6 address for the default \"bridge\" network.


> **Deprecated**: This field is only propagated when attached to the > default \"bridge\" network. Use the information from the \"bridge\" > network inside the `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 | [optional] **global_ipv6_prefix_len** | Option<**i32**> | Mask length of the global IPv6 address.


> **Deprecated**: This field is only propagated when attached to the > default \"bridge\" network. Use the information from the \"bridge\" > network inside the `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 | [optional] **ip_address** | Option<**String**> | IPv4 address for the default \"bridge\" network.


> **Deprecated**: This field is only propagated when attached to the > default \"bridge\" network. Use the information from the \"bridge\" > network inside the `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 | [optional] **ip_prefix_len** | Option<**i32**> | Mask length of the IPv4 address.


> **Deprecated**: This field is only propagated when attached to the > default \"bridge\" network. Use the information from the \"bridge\" > network inside the `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 | [optional] **ipv6_gateway** | Option<**String**> | IPv6 gateway address for this network.


> **Deprecated**: This field is only propagated when attached to the > default \"bridge\" network. Use the information from the \"bridge\" > network inside the `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 | [optional] **mac_address** | Option<**String**> | MAC address for the container on the default \"bridge\" network.


> **Deprecated**: This field is only propagated when attached to the > default \"bridge\" network. Use the information from the \"bridge\" > network inside the `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 | [optional] **networks** | Option<[**::std::collections::HashMap**](EndpointSettings.md)> | Information about all networks that the container is connected to. | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)