Outbound Rule Args
data class OutboundRuleArgs(val allocatedOutboundPorts: Output<Int>? = null, val backendAddressPool: Output<SubResourceArgs>, val enableTcpReset: Output<Boolean>? = null, val frontendIPConfigurations: Output<List<SubResourceArgs>>, val id: Output<String>? = null, val idleTimeoutInMinutes: Output<Int>? = null, val name: Output<String>? = null, val protocol: Output<Either<String, LoadBalancerOutboundRuleProtocol>>) : ConvertibleToJava<OutboundRuleArgs>
Outbound rule of the load balancer.
Constructors
Link copied to clipboard
fun OutboundRuleArgs(allocatedOutboundPorts: Output<Int>? = null, backendAddressPool: Output<SubResourceArgs>, enableTcpReset: Output<Boolean>? = null, frontendIPConfigurations: Output<List<SubResourceArgs>>, id: Output<String>? = null, idleTimeoutInMinutes: Output<Int>? = null, name: Output<String>? = null, protocol: Output<Either<String, LoadBalancerOutboundRuleProtocol>>)