vertx / io.vertx.kotlin.ext.consul / Check

Check

fun Check(id: String? = null, name: String? = null, nodeName: String? = null, notes: String? = null, output: String? = null, serviceId: String? = null, serviceName: String? = null, status: CheckStatus? = null): Check

A function providing a DSL for building io.vertx.ext.consul.Check objects.

Holds check properties

Parameters

id - Set the ID of check

name - Set the name of check

nodeName - Set the name of node

notes - Set the human-readable note of check

output - Set the output of check

serviceId - Set the ID of service with which this check associated

serviceName - Set the name of service with which this check associated

status - Set the status of check