Interface HasFloatingIP.DefinitionStages.WithFloatingIP<ReturnT>
- Type Parameters:
ReturnT- the next stage of the definition
- All Known Subinterfaces:
LoadBalancerInboundNatRule.Definition<ParentT>,LoadBalancerInboundNatRule.DefinitionStages.WithAttach<ParentT>,LoadBalancerInboundNatRule.DefinitionStages.WithFloatingIP<ParentT>,LoadBalancingRule.Definition<ReturnT>,LoadBalancingRule.DefinitionStages.WithAttach<ReturnT>,LoadBalancingRule.DefinitionStages.WithBackendPort<ReturnT>,LoadBalancingRule.DefinitionStages.WithFloatingIP<ReturnT>
- Enclosing interface:
- HasFloatingIP.DefinitionStages
public static interface HasFloatingIP.DefinitionStages.WithFloatingIP<ReturnT>
The stage of a definition allowing to control floating IP support.
-
Method Summary
Modifier and TypeMethodDescriptionwithFloatingIP(boolean enabled) Sets the floating IP enablement.Disables floating IP support.Enables floating IP support.
-
Method Details
-
withFloatingIPEnabled
ReturnT withFloatingIPEnabled()Enables floating IP support.- Returns:
- the next stage of the definition
-
withFloatingIPDisabled
ReturnT withFloatingIPDisabled()Disables floating IP support.- Returns:
- the next stage of the definition
-
withFloatingIP
Sets the floating IP enablement.- Parameters:
enabled- true if floating IP should be enabled- Returns:
- the next stage of the definition
-