docker-sdk-rust/docs/EndpointSpec.md
2025-06-16 16:37:36 +07:00

659 B

EndpointSpec

Properties

Name Type Description Notes
mode Option<String> The mode of resolution to use for internal load balancing between tasks. [optional][default to Vip]
ports Option<Vecmodels::EndpointPortConfig> List of exposed ports that this service is accessible on from the outside. Ports can only be provided if vip resolution mode is used. [optional]

[Back to Model list] [Back to API list] [Back to README]