Class EurekaInstance.EurekaInstanceBuilder
java.lang.Object
org.kiwiproject.registry.eureka.common.EurekaInstance.EurekaInstanceBuilder
- Enclosing class:
- EurekaInstance
-
Method Summary
Modifier and TypeMethodDescriptionadminPort(int adminPort) build()dataCenterInfo(Map<String, String> dataCenterInfo) healthCheckUrl(String healthCheckUrl) homePageUrl(String homePageUrl) rawResponse(Map<String, Object> rawResponse) securePort(Map<String, Object> securePort) secureVipAddress(String secureVipAddress) statusPageUrl(String statusPageUrl) toString()vipAddress(String vipAddress)
-
Method Details
-
app
- Returns:
this.
-
status
- Returns:
this.
-
dataCenterInfo
- Returns:
this.
-
leaseInfo
- Returns:
this.
-
rawResponse
- Returns:
this.
-
hostName
- Returns:
this.
-
ipAddr
- Returns:
this.
-
vipAddress
- Returns:
this.
-
secureVipAddress
- Returns:
this.
-
port
- Returns:
this.
-
securePort
- Returns:
this.
-
adminPort
- Returns:
this.
-
homePageUrl
- Returns:
this.
-
statusPageUrl
- Returns:
this.
-
healthCheckUrl
- Returns:
this.
-
metadata
- Returns:
this.
-
build
-
toString
-