Class NetworkPorts.Allocation

java.lang.Object
com.yahoo.config.provision.NetworkPorts.Allocation
Enclosing class:
NetworkPorts

public static class NetworkPorts.Allocation extends Object
  • Field Details

    • port

      public final int port
    • serviceType

      public final String serviceType
    • configId

      public final String configId
    • portSuffix

      public final String portSuffix
  • Constructor Details

    • Allocation

      public Allocation(int port, String serviceType, String configId, String portSuffix)
  • Method Details