# EndpointSettings ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **ipam_config** | Option<[**crate::models::EndpointIpamConfig**](EndpointIPAMConfig.md)> | | [optional] **links** | Option<**Vec**> | | [optional] **aliases** | Option<**Vec**> | | [optional] **network_id** | Option<**String**> | Unique ID of the network. | [optional] **endpoint_id** | Option<**String**> | Unique ID for the service endpoint in a Sandbox. | [optional] **gateway** | Option<**String**> | Gateway address for this network. | [optional] **ip_address** | Option<**String**> | IPv4 address. | [optional] **ip_prefix_len** | Option<**i32**> | Mask length of the IPv4 address. | [optional] **ipv6_gateway** | Option<**String**> | IPv6 gateway address. | [optional] **global_ipv6_address** | Option<**String**> | Global IPv6 address. | [optional] **global_ipv6_prefix_len** | Option<**i64**> | Mask length of the global IPv6 address. | [optional] **mac_address** | Option<**String**> | MAC address for the endpoint on this network. | [optional] **driver_opts** | Option<**::std::collections::HashMap**> | DriverOpts is a mapping of driver options and values. These options are passed directly to the driver and are driver specific. | [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)