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

12 lines
501 B
Markdown

# PortBinding
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**host_ip** | Option<**String**> | Host IP address that the container's port is mapped to. | [optional]
**host_port** | Option<**String**> | Host port number that the container's port is mapped 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)