InspectHostPort provides information on a port on the host that a container's port is bound to.
| Name | Type | Description | Notes |
|---|---|---|---|
| hostIp | String | IP on the host we are bound to. "" if not specified (binding to all IPs). | [optional] |
| hostPort | String | Port on the host we are bound to. No special formatting - just an integer stuffed into a string. | [optional] |
- Serializable