OutboundRulePropertiesFormatOutput interface
负载均衡器的出站规则。
属性
| allocated |
要用于 NAT 的出站端口数。 |
| backend |
对 DIP 池的引用。 出站流量在后端 IP 中的 IP 之间随机负载均衡。 |
| enable |
在 TCP 流空闲超时或意外的连接终止时接收双向 TCP 重置。 仅当协议设置为 TCP 时,才使用此元素。 |
| frontend |
负载均衡器的前端 IP 地址。 |
| idle |
TCP 空闲连接的超时。 |
| protocol | 负载均衡器中出站规则的协议。 |
| provisioning |
出站规则资源的预配状态。 |
属性详细信息
allocatedOutboundPorts
要用于 NAT 的出站端口数。
allocatedOutboundPorts?: number
属性值
number
backendAddressPool
enableTcpReset
在 TCP 流空闲超时或意外的连接终止时接收双向 TCP 重置。 仅当协议设置为 TCP 时,才使用此元素。
enableTcpReset?: boolean
属性值
boolean
frontendIPConfigurations
idleTimeoutInMinutes
TCP 空闲连接的超时。
idleTimeoutInMinutes?: number
属性值
number
protocol
负载均衡器中出站规则的协议。
protocol: "Tcp" | "Udp" | "All"
属性值
"Tcp" | "Udp" | "All"
provisioningState
出站规则资源的预配状态。
provisioningState?: "Succeeded" | "Updating" | "Deleting" | "Failed"
属性值
"Succeeded" | "Updating" | "Deleting" | "Failed"