Class InstanceInformation.Endpoint

  • Enclosing class:
    InstanceInformation

    public static class InstanceInformation.Endpoint
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String cluster  
      com.yahoo.config.provision.zone.RoutingMethod routingMethod  
      java.lang.String scope  
      boolean tls  
      java.net.URI url  
    • Constructor Summary

      Constructors 
      Constructor Description
      Endpoint​(java.lang.String cluster, boolean tls, java.net.URI url, java.lang.String scope, com.yahoo.config.provision.zone.RoutingMethod routingMethod)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • cluster

        public java.lang.String cluster
      • tls

        public boolean tls
      • url

        public java.net.URI url
      • scope

        public java.lang.String scope
      • routingMethod

        public com.yahoo.config.provision.zone.RoutingMethod routingMethod
    • Constructor Detail

      • Endpoint

        public Endpoint​(java.lang.String cluster,
                        boolean tls,
                        java.net.URI url,
                        java.lang.String scope,
                        com.yahoo.config.provision.zone.RoutingMethod routingMethod)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object