InboundEndpointOutput interface
An inbound endpoint on a Compute Node.
Properties
| backend |
The backend port number of the endpoint. |
| frontend |
The public port number of the endpoint. |
| name | The name of the endpoint. |
| protocol | The protocol of the endpoint. Possible values: "tcp", "udp" |
| publicFQDN | The public fully qualified domain name for the Compute Node. |
| public |
The public IP address of the Compute Node. |
Property Details
backendPort
The backend port number of the endpoint.
backendPort: number
Property Value
number
frontendPort
The public port number of the endpoint.
frontendPort: number
Property Value
number
name
The name of the endpoint.
name: string
Property Value
string
protocol
The protocol of the endpoint.
Possible values: "tcp", "udp"
protocol: string
Property Value
string
publicFQDN
The public fully qualified domain name for the Compute Node.
publicFQDN: string
Property Value
string
publicIPAddress
The public IP address of the Compute Node.
publicIPAddress: string
Property Value
string