Get LBOutbound Rule Result
data class GetLBOutboundRuleResult(val allocatedOutboundPorts: Int, val backendAddressPoolId: String, val frontendIpConfigurations: List<GetLBOutboundRuleFrontendIpConfiguration>, val id: String, val idleTimeoutInMinutes: Int, val loadbalancerId: String, val name: String, val protocol: String, val tcpResetEnabled: Boolean)
A collection of values returned by getLBOutboundRule.
Properties
Link copied to clipboard
The number of outbound ports used for NAT.
Link copied to clipboard
The ID of the Backend Address Pool. Outbound traffic is randomly load balanced across IPs in the backend IPs.
Link copied to clipboard
A frontend_ip_configuration
block as defined below.
Link copied to clipboard
The timeout for the TCP idle connection.
Link copied to clipboard
Link copied to clipboard
Is the bidirectional TCP Reset on TCP flow idle timeout or unexpected connection termination enabled? This value is useful when the protocol is set to TCP.