VmwareAdminClusterPlatformConfigStatusCondition

data class VmwareAdminClusterPlatformConfigStatusCondition(val lastTransitionTime: String? = null, val message: String? = null, val reason: String? = null, val state: String? = null, val type: String? = null)

Constructors

constructor(lastTransitionTime: String? = null, message: String? = null, reason: String? = null, state: String? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

(Output) Last time the condition transit from one status to another.

Link copied to clipboard
val message: String? = null

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

Link copied to clipboard
val reason: String? = null

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

Link copied to clipboard
val state: String? = null

(Output) The lifecycle state of the condition.

Link copied to clipboard
val type: String? = null

(Output) Type of the condition. (e.g., ClusterRunning, NodePoolRunning or ServerSidePreflightReady)