Interface LoadBalancerOutboundRule.UpdateStages
-
- Enclosing interface:
- LoadBalancerOutboundRule
public static interface LoadBalancerOutboundRule.UpdateStagesGrouping of outbound rule update stages.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceLoadBalancerOutboundRule.UpdateStages.WithBackend<ParentT>The stage of an outbound rule update allowing to specify the backend pool.static interfaceLoadBalancerOutboundRule.UpdateStages.WithEnableTcpReset<ParentT>The stage of an outbound rule definition allowing to update the TCP reset enablement for this outbound rule.static interfaceLoadBalancerOutboundRule.UpdateStages.WithFrontend<ParentT>The stage of an outbound rule update allowing to specify a frontend for the rule to apply to.static interfaceLoadBalancerOutboundRule.UpdateStages.WithIdleTimeout<ParentT>The stage of an inbound NAT rule update allowing to specify the idle connection timeout for this inbound NAT rule.static interfaceLoadBalancerOutboundRule.UpdateStages.WithProtocol<ParentT>The stage of an outbound rule update allowing to specify the transport protocol for the rule to apply to.
-