Class DiscoveryBootstrapProperties

java.lang.Object
com.huaweicloud.service.engine.common.configration.bootstrap.DiscoveryBootstrapProperties

public class DiscoveryBootstrapProperties extends Object
  • Constructor Details

    • DiscoveryBootstrapProperties

      public DiscoveryBootstrapProperties()
  • Method Details

    • getPublishAddress

      public String getPublishAddress()
    • setPublishAddress

      public void setPublishAddress(String publishAddress)
    • getDatacenter

      public org.apache.servicecomb.service.center.client.model.DataCenterInfo getDatacenter()
    • setDatacenter

      public void setDatacenter(org.apache.servicecomb.service.center.client.model.DataCenterInfo datacenter)
    • getAddress

      public String getAddress()
    • setAddress

      public void setAddress(String address)
    • isEnabled

      public boolean isEnabled()
    • setEnabled

      public void setEnabled(boolean enabled)
    • isEnableZoneAware

      public boolean isEnableZoneAware()
    • setEnableZoneAware

      public void setEnableZoneAware(boolean enableZoneAware)
    • getHostname

      public String getHostname()
    • setHostname

      public void setHostname(String hostname)
    • isPreferIpAddress

      public boolean isPreferIpAddress()
    • setPreferIpAddress

      public void setPreferIpAddress(boolean preferIpAddress)
    • isHealthCheck

      public boolean isHealthCheck()
    • setHealthCheck

      public void setHealthCheck(boolean healthCheck)
    • getHealthCheckInterval

      public int getHealthCheckInterval()
    • setHealthCheckInterval

      public void setHealthCheckInterval(int healthCheckInterval)
    • getHealthCheckRequestTimeout

      public int getHealthCheckRequestTimeout()
    • setHealthCheckRequestTimeout

      public void setHealthCheckRequestTimeout(int healthCheckRequestTimeout)
    • getPollInterval

      public int getPollInterval()
    • setPollInterval

      public void setPollInterval(int pollInterval)
    • isAutoDiscovery

      public boolean isAutoDiscovery()
    • setAutoDiscovery

      public void setAutoDiscovery(boolean autoDiscovery)
    • isAllowCrossApp

      public boolean isAllowCrossApp()
    • setAllowCrossApp

      public void setAllowCrossApp(boolean allowCrossApp)
    • isIgnoreSwaggerDifferent

      public boolean isIgnoreSwaggerDifferent()
    • setIgnoreSwaggerDifferent

      public void setIgnoreSwaggerDifferent(boolean ignoreSwaggerDifferent)
    • isEnableServicePolling

      public boolean isEnableServicePolling()
    • setEnableServicePolling

      public void setEnableServicePolling(boolean enableServicePolling)
    • isWatch

      public boolean isWatch()
    • setWatch

      public void setWatch(boolean watch)
    • getWaitTimeForShutDownInMillis

      public int getWaitTimeForShutDownInMillis()
    • setWaitTimeForShutDownInMillis

      public void setWaitTimeForShutDownInMillis(int waitTimeForShutDownInMillis)
    • isCanOverwriteSwagger

      public boolean isCanOverwriteSwagger()
    • setCanOverwriteSwagger

      public void setCanOverwriteSwagger(boolean canOverwriteSwagger)
    • getOrder

      public int getOrder()
    • setOrder

      public void setOrder(int order)
    • toString

      public String toString()
      Overrides:
      toString in class Object