Interface LoadBalancerInboundNatRule.DefinitionStages
-
- Enclosing interface:
- LoadBalancerInboundNatRule
public static interface LoadBalancerInboundNatRule.DefinitionStagesGrouping of inbound NAT rule definition stages.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceLoadBalancerInboundNatRule.DefinitionStages.Blank<ParentT>The first stage of the inbound NAT rule definition.static interfaceLoadBalancerInboundNatRule.DefinitionStages.WithAttach<ParentT>The final stage of the inbound NAT rule definition.static interfaceLoadBalancerInboundNatRule.DefinitionStages.WithBackendPort<ParentT>The stage of an inbound NAT rule definition allowing to specify the backend port.static interfaceLoadBalancerInboundNatRule.DefinitionStages.WithFloatingIP<ParentT>The stage of an inbound NAT rule definition allowing to specify whether floating IP should be enabled.static interfaceLoadBalancerInboundNatRule.DefinitionStages.WithFrontend<ParentT>The stage of an inbound NAT rule definition allowing to specify a frontend for the rule to apply to.static interfaceLoadBalancerInboundNatRule.DefinitionStages.WithFrontendPort<ParentT>The stage of an inbound NAT rule definition allowing to specify the frontend port.static interfaceLoadBalancerInboundNatRule.DefinitionStages.WithIdleTimeout<ParentT>The stage of an inbound NAT rule definition allowing to specify the idle connection timeout for this inbound NAT rule.static interfaceLoadBalancerInboundNatRule.DefinitionStages.WithProtocol<ParentT>The stage of an inbound NAT rule definition allowing to specify the transport protocol.
-