Interface HasFloatingIP.UpdateDefinitionStages.WithFloatingIP<ReturnT>
-
- Type Parameters:
ReturnT- the next stage of the definition
- All Known Subinterfaces:
LoadBalancerInboundNatRule.UpdateDefinition<ParentT>,LoadBalancerInboundNatRule.UpdateDefinitionStages.WithAttach<ParentT>,LoadBalancerInboundNatRule.UpdateDefinitionStages.WithFloatingIP<ParentT>,LoadBalancingRule.UpdateDefinition<ReturnT>,LoadBalancingRule.UpdateDefinitionStages.WithAttach<ReturnT>,LoadBalancingRule.UpdateDefinitionStages.WithBackendPort<ReturnT>,LoadBalancingRule.UpdateDefinitionStages.WithFloatingIP<ReturnT>
- Enclosing interface:
- HasFloatingIP.UpdateDefinitionStages
public static interface HasFloatingIP.UpdateDefinitionStages.WithFloatingIP<ReturnT>The stage of a definition allowing to control floating IP support.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReturnTwithFloatingIP(boolean enabled)Sets the floating IP enablement.ReturnTwithFloatingIPDisabled()Disables floating IP support.ReturnTwithFloatingIPEnabled()Enables floating IP support.
-
-
-
Method Detail
-
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
ReturnT withFloatingIP(boolean enabled)
Sets the floating IP enablement.- Parameters:
enabled- true if floating IP should be enabled- Returns:
- the next stage of the definition
-
-