OutboundRulePropertiesFormatOutput interface
Outbound rule of the load balancer.
Properties
| allocated |
The number of outbound ports to be used for NAT. |
| backend |
A reference to a pool of DIPs. Outbound traffic is randomly load balanced across IPs in the backend IPs. |
| enable |
Receive bidirectional TCP Reset on TCP flow idle timeout or unexpected connection termination. This element is only used when the protocol is set to TCP. |
| frontend |
The Frontend IP addresses of the load balancer. |
| idle |
The timeout for the TCP idle connection. |
| protocol | The protocol for the outbound rule in load balancer. |
| provisioning |
The provisioning state of the outbound rule resource. |
Property Details
allocatedOutboundPorts
The number of outbound ports to be used for NAT.
allocatedOutboundPorts?: number
Property Value
number
backendAddressPool
A reference to a pool of DIPs. Outbound traffic is randomly load balanced across IPs in the backend IPs.
backendAddressPool: SubResourceOutput
Property Value
enableTcpReset
Receive bidirectional TCP Reset on TCP flow idle timeout or unexpected connection termination. This element is only used when the protocol is set to TCP.
enableTcpReset?: boolean
Property Value
boolean
frontendIPConfigurations
The Frontend IP addresses of the load balancer.
frontendIPConfigurations: SubResourceOutput[]
Property Value
idleTimeoutInMinutes
The timeout for the TCP idle connection.
idleTimeoutInMinutes?: number
Property Value
number
protocol
The protocol for the outbound rule in load balancer.
protocol: "Tcp" | "Udp" | "All"
Property Value
"Tcp" | "Udp" | "All"
provisioningState
The provisioning state of the outbound rule resource.
provisioningState?: "Succeeded" | "Updating" | "Deleting" | "Failed"
Property Value
"Succeeded" | "Updating" | "Deleting" | "Failed"