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
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