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