Interface CloudEurekaInstanceConfig
- All Superinterfaces:
com.netflix.appinfo.EurekaInstanceConfig
- All Known Implementing Classes:
EurekaInstanceConfigBean
public interface CloudEurekaInstanceConfig
extends com.netflix.appinfo.EurekaInstanceConfig
- Author:
- Spencer Gibb
-
Method Summary
Modifier and TypeMethodDescriptioncom.netflix.appinfo.InstanceInfo.InstanceStatusvoidsetNonSecurePort(int port) voidsetSecurePort(int securePort) Methods inherited from interface com.netflix.appinfo.EurekaInstanceConfig
getAppGroupName, getAppname, getASGName, getDataCenterInfo, getDefaultAddressResolutionOrder, getHealthCheckUrl, getHealthCheckUrlPath, getHomePageUrl, getHomePageUrlPath, getHostName, getInstanceId, getIpAddress, getLeaseExpirationDurationInSeconds, getLeaseRenewalIntervalInSeconds, getMetadataMap, getNamespace, getNonSecurePort, getSecureHealthCheckUrl, getSecurePort, getSecurePortEnabled, getSecureVirtualHostName, getStatusPageUrl, getStatusPageUrlPath, getVirtualHostName, isInstanceEnabledOnit, isNonSecurePortEnabled
-
Method Details
-
setNonSecurePort
void setNonSecurePort(int port) -
setSecurePort
void setSecurePort(int securePort) -
getInitialStatus
com.netflix.appinfo.InstanceInfo.InstanceStatus getInitialStatus()
-