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
Modifier and TypeMethodDescriptiontoBackendPort(int port) Specifies a backend port to send network traffic to.
-
Method Details
-
toBackendPort
Specifies a backend port to send network traffic to.- Parameters:
port- a port number- Returns:
- the next stage of the update
-