io.helidon.integrations.eureka.InstanceInfoConfig
Description
A Prototype.Api prototype describing initial Eureka Server service instance registration details
Configuration options
| Key | Type | Default | Description |
|---|---|---|---|
appGroup | String | unknown | The app group name |
asgName | String | The ASG name | |
healthCheckUrl | URI | The health check URL | |
healthCheckUrlPath | String | The health check URL path (used if any health check URL is not explicitly set) | |
homePageUrl | URI | The home page URL | |
homePageUrlPath | String | / | The home page URL path (used if the homepage URL is not explicitly set) |
hostName | String | The hostname | |
instanceId | String | The instance id | |
ipAddr | String | The IP address | |
lease | LeaseInfoConfig | The LeaseInfoConfig | |
metadata | Map<String, String> | Metadata | |
name | String | unknown | The app name |
port | PortInfoConfig | (Non-secure) port information | |
secureHealthCheckUrl | URI | The secure health check URL | |
securePort | PortInfoConfig | Secure port information | |
secureVipAddress | String | The secure VIP address | |
statusPageUrl | URI | The status page URL | |
statusPageUrlPath | String | /Status | The status page URL path (used if status page URL is not explicitly set) |
traffic | Configuration for traffic | ||
vipAddress | String | The VIP address |
Usages
See the manifest for all available types.