Interface HasBackendPort.UpdateStages.WithBackendPort<ReturnT>
-
- Type Parameters:
ReturnT- the next stage of the update
- All Known Subinterfaces:
LoadBalancerInboundNatPool.Update,LoadBalancerInboundNatPool.UpdateStages.WithBackendPort,LoadBalancerInboundNatRule.Update,LoadBalancerInboundNatRule.UpdateStages.WithBackendPort,LoadBalancingRule.Update,LoadBalancingRule.UpdateStages.WithBackendPort
- Enclosing interface:
- HasBackendPort.UpdateStages
public static interface HasBackendPort.UpdateStages.WithBackendPort<ReturnT>The stage of an update allowing to modify the backend port.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReturnTtoBackendPort(int port)Specifies a backend port to send network traffic to.
-
-
-
Method Detail
-
toBackendPort
ReturnT toBackendPort(int port)
Specifies a backend port to send network traffic to.- Parameters:
port- a port number- Returns:
- the next stage of the update
-
-