InboundEndpoint 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. |
| public |
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.
protocol: InboundEndpointProtocol
Property Value
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