VmwareAdminClusterPlatformConfigBundleStatusArgs

data class VmwareAdminClusterPlatformConfigBundleStatusArgs(val conditions: Output<List<VmwareAdminClusterPlatformConfigBundleStatusConditionArgs>>? = null, val errorMessage: Output<String>? = null) : ConvertibleToJava<VmwareAdminClusterPlatformConfigBundleStatusArgs>

Constructors

constructor(conditions: Output<List<VmwareAdminClusterPlatformConfigBundleStatusConditionArgs>>? = null, errorMessage: Output<String>? = null)

Properties

Link copied to clipboard

(Output) ResourceConditions provide a standard mechanism for higher-level status reporting from admin cluster controller. Structure is documented below.

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

(Output) Human-friendly representation of the error message from the admin cluster controller. The error message can be temporary as the admin cluster controller creates a cluster or node pool. If the error message persists for a longer period of time, it can be used to surface error message to indicate real problems requiring user intervention.

Functions

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