VMwareClusterValidationCheck

data class VMwareClusterValidationCheck(val options: String? = null, val scenario: String? = null, val statuses: List<VMwareClusterValidationCheckStatus>? = null)

Constructors

Link copied to clipboard
constructor(options: String? = null, scenario: String? = null, statuses: List<VMwareClusterValidationCheckStatus>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val options: String? = null

(Output) Options used for the validation check.

Link copied to clipboard
val scenario: String? = null

(Output) The scenario when the preflight checks were run..

Link copied to clipboard

(Output) Specifies the detailed validation check status Structure is documented below.