GetLBOutboundRuleResult

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.

Constructors

Link copied to clipboard
constructor(allocatedOutboundPorts: Int, backendAddressPoolId: String, frontendIpConfigurations: List<GetLBOutboundRuleFrontendIpConfiguration>, id: String, idleTimeoutInMinutes: Int, loadbalancerId: String, name: String, protocol: String, tcpResetEnabled: Boolean)

Types

Link copied to clipboard
object Companion

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
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The timeout for the TCP idle connection.

Link copied to clipboard
Link copied to clipboard

The name of the Frontend IP Configuration.

Link copied to clipboard

The transport protocol for the external endpoint.

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.