InboundEndpointOutput interface
计算节点上的入站终结点。
属性
| backend |
终结点的后端端口号。 |
| frontend |
终结点的公共端口号。 |
| name | 终结点的名称。 |
| protocol | 终结点的协议。 可能的值:“tcp”、“udp” |
| publicFQDN | 计算节点的公共完全限定域名。 |
| public |
计算节点的公共 IP 地址。 |
属性详细信息
backendPort
终结点的后端端口号。
backendPort: number
属性值
number
frontendPort
终结点的公共端口号。
frontendPort: number
属性值
number
name
终结点的名称。
name: string
属性值
string
protocol
终结点的协议。
可能的值:“tcp”、“udp”
protocol: string
属性值
string
publicFQDN
计算节点的公共完全限定域名。
publicFQDN: string
属性值
string
publicIPAddress
计算节点的公共 IP 地址。
publicIPAddress: string
属性值
string