VmwareAdminClusterPlatformConfig

data class VmwareAdminClusterPlatformConfig(val bundles: List<VmwareAdminClusterPlatformConfigBundle>? = null, val platformVersion: String? = null, val requiredPlatformVersion: String? = null, val statuses: List<VmwareAdminClusterPlatformConfigStatus>? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

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: String? = null

(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

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