Vmware Admin Cluster Platform Config Args
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
(Output) The platform version e.g. 1.13.2.
Link copied to clipboard
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