VmwareAdminClusterPlatformConfigArgs

data class VmwareAdminClusterPlatformConfigArgs(val bundles: Output<List<VmwareAdminClusterPlatformConfigBundleArgs>>? = null, val platformVersion: Output<String>? = null, val requiredPlatformVersion: Output<String>? = null, val statuses: Output<List<VmwareAdminClusterPlatformConfigStatusArgs>>? = null) : ConvertibleToJava<VmwareAdminClusterPlatformConfigArgs>

Constructors

Link copied to clipboard
constructor(bundles: Output<List<VmwareAdminClusterPlatformConfigBundleArgs>>? = null, platformVersion: Output<String>? = null, requiredPlatformVersion: Output<String>? = null, statuses: Output<List<VmwareAdminClusterPlatformConfigStatusArgs>>? = null)

Properties

Link copied to clipboard

(Output) The list of bundles installed in the admin cluster. Structure is documented below.

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

(Output) The platform version e.g. 1.13.2.

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

The required platform version e.g. 1.13.1. If the current platform version is lower than the target version, the platform version will be updated to the target version. If the target version is not installed in the platform (bundle versions), download the target version bundle.

Link copied to clipboard

(Output) ResourceStatus representing detailed cluster state. Structure is documented below. The status block contains:

Functions

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