Class EurekaProperties

java.lang.Object
org.springframework.cloud.netflix.eureka.server.EurekaProperties

@ConfigurationProperties("eureka") public class EurekaProperties extends Object
Configuration properties for the Eureka deployment.
Author:
Weix Sun
  • Constructor Details

    • EurekaProperties

      public EurekaProperties()
  • Method Details

    • getEnvironment

      public String getEnvironment()
    • setEnvironment

      public void setEnvironment(String environment)
    • getDatacenter

      public String getDatacenter()
    • setDatacenter

      public void setDatacenter(String datacenter)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object