Interface LoadBalancerInboundNatPool.DefinitionStages.WithFrontendPortRange<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Known Subinterfaces:
LoadBalancerInboundNatPool.Definition<ParentT>
- Enclosing interface:
- LoadBalancerInboundNatPool.DefinitionStages
public static interface LoadBalancerInboundNatPool.DefinitionStages.WithFrontendPortRange<ParentT>The stage of an inbound NAT pool definition allowing to specify the frontend port range.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LoadBalancerInboundNatPool.DefinitionStages.WithBackendPort<ParentT>fromFrontendPortRange(int from, int to)Specifies the frontend port range to receive network traffic from.
-
-
-
Method Detail
-
fromFrontendPortRange
LoadBalancerInboundNatPool.DefinitionStages.WithBackendPort<ParentT> fromFrontendPortRange(int from, int to)
Specifies the frontend port range to receive network traffic from.- Parameters:
from- the starting port number, between 1 and 65534to- the ending port number, greater than the starting port number and no more than 65534- Returns:
- the next stage of the definition
-
-