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

14 lines
539 B
Markdown

# Port
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**ip** | Option<**String**> | Host IP address that the container's port is mapped to | [optional]
**private_port** | **i32** | Port on the container |
**public_port** | Option<**i32**> | Port exposed on the host | [optional]
**r#type** | **String** | |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)