Skip to content

io.helidon.integrations.eureka.InstanceInfoConfig

Description

A Prototype.Api prototype describing initial Eureka Server service instance registration details

Configuration options

KeyTypeDefaultDescription
appGroupStringunknownThe app group name
asgNameStringThe ASG name
healthCheckUrlURIThe health check URL
healthCheckUrlPathStringThe health check URL path (used if any health check URL is not explicitly set)
homePageUrlURIThe home page URL
homePageUrlPathString/The home page URL path (used if the homepage URL is not explicitly set)
hostNameStringThe hostname
instanceIdStringThe instance id
ipAddrStringThe IP address
leaseLeaseInfoConfigThe LeaseInfoConfig
metadataMap<String, String>Metadata
nameStringunknownThe app name
portPortInfoConfig(Non-secure) port information
secureHealthCheckUrlURIThe secure health check URL
securePortPortInfoConfigSecure port information
secureVipAddressStringThe secure VIP address
statusPageUrlURIThe status page URL
statusPageUrlPathString/StatusThe status page URL path (used if status page URL is not explicitly set)
trafficConfiguration for traffic
vipAddressStringThe VIP address

Usages


See the manifest for all available types.