VMwareClusterValidationCheckStatusResult

data class VMwareClusterValidationCheckStatusResult(val category: String? = null, val description: String? = null, val details: String? = null, val options: String? = null, val reason: String? = null)

Constructors

Link copied to clipboard
constructor(category: String? = null, description: String? = null, details: String? = null, options: String? = null, reason: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val category: String? = null

(Output) The category of the validation.

Link copied to clipboard
val description: String? = null

(Output) The description of the validation check.

Link copied to clipboard
val details: String? = null

(Output) Detailed failure information, which might be unformatted.

Link copied to clipboard
val options: String? = null

(Output) Options used for the validation check.

Link copied to clipboard
val reason: String? = null

(Output) Machine-readable message indicating details about last transition.