ResourceHealthArgs

data class ResourceHealthArgs(val health: Output<String>? = null, val resourceID: Output<String>) : ConvertibleToJava<ResourceHealthArgs>

ResourceHealth represents the health of a resource. It has the latest device health information. This is a part of KEP https://kep.k8s.io/4680.

Constructors

Link copied to clipboard
constructor(health: Output<String>? = null, resourceID: Output<String>)

Properties

Link copied to clipboard
val health: Output<String>? = null

Health of the resource. can be one of:

Link copied to clipboard
val resourceID: Output<String>

ResourceID is the unique identifier of the resource. See the ResourceID type for more information.

Functions

Link copied to clipboard
open override fun toJava(): ResourceHealthArgs