Interface LoadBalancerInboundNatPool.DefinitionStages
-
- Enclosing interface:
- LoadBalancerInboundNatPool
public static interface LoadBalancerInboundNatPool.DefinitionStagesGrouping of inbound NAT pool definition stages.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceLoadBalancerInboundNatPool.DefinitionStages.Blank<ParentT>The first stage of the inbound NAT pool definition.static interfaceLoadBalancerInboundNatPool.DefinitionStages.WithAttach<ParentT>The final stage of the inbound NAT pool definition.static interfaceLoadBalancerInboundNatPool.DefinitionStages.WithBackendPort<ParentT>The stage of an inbound NAT pool definition allowing to specify the backend port.static interfaceLoadBalancerInboundNatPool.DefinitionStages.WithFrontend<ParentT>The stage of an inbound NAT pool definition allowing to specify the frontend for the inbound NAT rules in the pool to apply to.static interfaceLoadBalancerInboundNatPool.DefinitionStages.WithFrontendPortRange<ParentT>The stage of an inbound NAT pool definition allowing to specify the frontend port range.static interfaceLoadBalancerInboundNatPool.DefinitionStages.WithProtocol<ParentT>The stage of an inbound NAT pool definition allowing to specify the transport protocol for the pool to apply to.
-