Interface AgentConfiguration

  • All Known Implementing Classes:
    AgentConfigurationContainer

    public interface AgentConfiguration
    Deprecated Agent configuration settings. Ignored, because the deployment of OpenStack Neutron agent is dropped since {product-name} 4.4.0. The deployment of OpenStack hosts can be done by Red Hat OpenStack Platform Director or TripleO.
    • Method Detail

      • addressPresent

        boolean addressPresent()
      • brokerTypePresent

        boolean brokerTypePresent()
      • networkMappings

        String networkMappings()
      • networkMappingsPresent

        boolean networkMappingsPresent()
      • passwordPresent

        boolean passwordPresent()
      • portAsByte

        Byte portAsByte()
      • portAsShort

        Short portAsShort()
      • portAsInteger

        Integer portAsInteger()
      • portAsLong

        Long portAsLong()
      • portPresent

        boolean portPresent()
      • usernamePresent

        boolean usernamePresent()