Outbound Rule Response
data class OutboundRuleResponse(val allocatedOutboundPorts: Int? = null, val backendAddressPool: SubResourceResponse, val enableTcpReset: Boolean? = null, val etag: String, val frontendIPConfigurations: List<SubResourceResponse>, val id: String? = null, val idleTimeoutInMinutes: Int? = null, val name: String? = null, val protocol: String, val provisioningState: String, val type: String)
Outbound rule of the load balancer.
Constructors
Link copied to clipboard
constructor(allocatedOutboundPorts: Int? = null, backendAddressPool: SubResourceResponse, enableTcpReset: Boolean? = null, etag: String, frontendIPConfigurations: List<SubResourceResponse>, id: String? = null, idleTimeoutInMinutes: Int? = null, name: String? = null, protocol: String, provisioningState: String, type: String)
Properties
Link copied to clipboard
The number of outbound ports to be used for NAT.
Link copied to clipboard
A reference to a pool of DIPs. Outbound traffic is randomly load balanced across IPs in the backend IPs.
Link copied to clipboard
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.
Link copied to clipboard
The Frontend IP addresses of the load balancer.
Link copied to clipboard
The timeout for the TCP idle connection.
Link copied to clipboard
The provisioning state of the outbound rule resource.