io.helidon.integrations.eureka.InstanceInfoConfig
Description
A Prototype. describing initial Eureka Server service instance registration details
Configuration options
| Key | Type | Default | Description |
|---|---|---|---|
app | String | unknown | The app group name |
asg | String | The ASG name | |
health | URI | The health check URL | |
health | String | The health check URL path (used if any health check URL is not explicitly set) | |
home | URI | The home page URL | |
home | String | / | The home page URL path (used if the homepage URL is not explicitly set) |
host | String | The hostname | |
instance | String | The instance id | |
ip | String | The IP address | |
lease | Lease | The Lease | |
metadata | Map< | Metadata | |
name | String | unknown | The app name |
port | Port | (Non-secure) port information | |
secure | URI | The secure health check URL | |
secure | Port | Secure port information | |
secure | String | The secure VIP address | |
status | URI | The status page URL | |
status | String | /Status | The status page URL path (used if status page URL is not explicitly set) |
traffic | Configuration for traffic | ||
vip | String | The VIP address |
Usages
See the manifest for all available types.