Class HybridConnectionLimitsProperties


  • public final class HybridConnectionLimitsProperties
    extends Object
    HybridConnectionLimits resource specific properties.
    • Constructor Detail

      • HybridConnectionLimitsProperties

        public HybridConnectionLimitsProperties()
    • Method Detail

      • current

        public Integer current()
        Get the current property: The current number of Hybrid Connections.
        Returns:
        the current value.
      • maximum

        public Integer maximum()
        Get the maximum property: The maximum number of Hybrid Connections allowed.
        Returns:
        the maximum value.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.