Interface HasFloatingIP
- All Known Subinterfaces:
LoadBalancerInboundNatRule,LoadBalancingRule
public interface HasFloatingIP
An interface representing a model's ability to have floating IP support.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceGrouping of definition stages involving enabling or disabling floating IP support.static interfaceGrouping of definition stages applicable as part of a load balancer update, involving enabling or disabling floating IP support.static interfaceGrouping of update stages involving enabling or disabling floating IP support. -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the state of the floating IP enablement.
-
Method Details
-
floatingIPEnabled
boolean floatingIPEnabled()Gets the state of the floating IP enablement.- Returns:
- the state of the floating IP enablement
-