Endpoint interface
Describes the endpoint configuration for the container
Properties
host |
Host IP over which the application is exposed from the container |
name | Name of the Endpoint |
protocol | Protocol over which communication will happen over this endpoint |
published | Port over which the application is exposed from container. |
target | Application port inside the container. |
Property Details
hostIp
Host IP over which the application is exposed from the container
hostIp?: string
Property Value
string
name
Name of the Endpoint
name?: string
Property Value
string
protocol
Protocol over which communication will happen over this endpoint
protocol?: string
Property Value
string
published
Port over which the application is exposed from container.
published?: number
Property Value
number
target
Application port inside the container.
target?: number
Property Value
number