InstanceInfoConfig (integrations.eureka) Configuration

Type: io.helidon.integrations.eureka.InstanceInfoConfig

Configuration options

Optional configuration options
keytypedefault valuedescription
appGroup

string

unknown

The app group name.

asgName

string

 

The ASG name. <abbr>ASG</abbr> stands for Auto Scaling Group.

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.

leaseio.helidon.integrations.eureka.InstanceInfoConfigBlueprint.create()

The LeaseInfoConfig.

See LeaseInfoConfig

metadata

Map<string, string>

@java.util.Map@.of()

Metadata.

name

string

unknown

The app name.

portio.helidon.integrations.eureka.InstanceInfoConfigBlueprint.create()

(Non-secure) port information.

secureHealthCheckUrl

URI

 

The secure health check URL.

securePortio.helidon.integrations.eureka.InstanceInfoConfigBlueprint.create()

Secure port information.

secureVipAddress

string

 

The secure VIP address. <abbr>VIP</abbr> stands for Virtual IP.

statusPageUrl

URI

 

The status page URL.

statusPageUrlPath

string

/Status

The status page URL path (used if status page URL is not explicitly set).

traffic.enabled

boolean

true

Whether traffic is enabled on startup (normally true).

vipAddress

string

 

The VIP address. <abbr>VIP</abbr> stands for Virtual IP.