Class DiscoveryBootstrapProperties
java.lang.Object
com.huaweicloud.service.engine.common.configration.bootstrap.DiscoveryBootstrapProperties
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.servicecomb.service.center.client.model.DataCenterInfointintintgetOrder()intintbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanisWatch()voidsetAddress(String address) voidsetAllowCrossApp(boolean allowCrossApp) voidsetAutoDiscovery(boolean autoDiscovery) voidsetCanOverwriteSwagger(boolean canOverwriteSwagger) voidsetDatacenter(org.apache.servicecomb.service.center.client.model.DataCenterInfo datacenter) voidsetEnabled(boolean enabled) voidsetEnableServicePolling(boolean enableServicePolling) voidsetEnableZoneAware(boolean enableZoneAware) voidsetHealthCheck(boolean healthCheck) voidsetHealthCheckInterval(int healthCheckInterval) voidsetHealthCheckRequestTimeout(int healthCheckRequestTimeout) voidsetHostname(String hostname) voidsetIgnoreSwaggerDifferent(boolean ignoreSwaggerDifferent) voidsetOrder(int order) voidsetPollInterval(int pollInterval) voidsetPreferIpAddress(boolean preferIpAddress) voidsetPublishAddress(String publishAddress) voidsetWaitTimeForShutDownInMillis(int waitTimeForShutDownInMillis) voidsetWatch(boolean watch) toString()
-
Constructor Details
-
DiscoveryBootstrapProperties
public DiscoveryBootstrapProperties()
-
-
Method Details
-
getPublishAddress
-
setPublishAddress
-
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
-
setAddress
-
isEnabled
public boolean isEnabled() -
setEnabled
public void setEnabled(boolean enabled) -
isEnableZoneAware
public boolean isEnableZoneAware() -
setEnableZoneAware
public void setEnableZoneAware(boolean enableZoneAware) -
getHostname
-
setHostname
-
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
-