Interface LoadBalancer.UpdateStages.WithInboundNatPool
- All Known Subinterfaces:
LoadBalancer.Update
- Enclosing interface:
LoadBalancer.UpdateStages
public static interface LoadBalancer.UpdateStages.WithInboundNatPool
The stage of a load balancer update allowing to create a new inbound NAT pool for a virtual machine scale
set.
-
Method Summary
Modifier and TypeMethodDescriptiondefineInboundNatPool(String name) Begins the definition of a new inbound NAT pool.updateInboundNatPool(String name) Begins the description of an update to an existing inbound NAT pool.withoutInboundNatPool(String name) Removes the specified inbound NAT pool from the load balancer.
-
Method Details
-
withoutInboundNatPool
Removes the specified inbound NAT pool from the load balancer.- Parameters:
name- the name of an existing inbound NAT pool on this load balancer- Returns:
- the next stage of the update
-
defineInboundNatPool
LoadBalancerInboundNatPool.UpdateDefinitionStages.Blank<LoadBalancer.Update> defineInboundNatPool(String name) Begins the definition of a new inbound NAT pool.- Parameters:
name- the name of the inbound NAT pool- Returns:
- the first stage of the new inbound NAT pool definition
-
updateInboundNatPool
Begins the description of an update to an existing inbound NAT pool.- Parameters:
name- the name of the inbound NAT pool to update- Returns:
- the first stage of the inbound NAT pool update
-