Interface LoadBalancerInboundNatPool.UpdateStages.WithFrontendPortRange
-
- All Known Subinterfaces:
LoadBalancerInboundNatPool.Update
- Enclosing interface:
- LoadBalancerInboundNatPool.UpdateStages
public static interface LoadBalancerInboundNatPool.UpdateStages.WithFrontendPortRangeThe stage of an inbound NAT pool update allowing to specify the frontend port range.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LoadBalancerInboundNatPool.UpdatefromFrontendPortRange(int from, int to)Specifies the frontend port range.
-
-
-
Method Detail
-
fromFrontendPortRange
LoadBalancerInboundNatPool.Update fromFrontendPortRange(int from, int to)
Specifies the frontend port range.- 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
-
-