ClusterAvailableUpgradeVersionResponse

data class ClusterAvailableUpgradeVersionResponse(val controlImpact: String, val expectedDuration: String, val impactDescription: String, val supportExpiryDate: String, val targetClusterVersion: String, val workloadImpact: String)

Constructors

Link copied to clipboard
constructor(controlImpact: String, expectedDuration: String, impactDescription: String, supportExpiryDate: String, targetClusterVersion: String, workloadImpact: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The indicator of whether the control plane will be impacted during the upgrade.

Link copied to clipboard

The expected duration needed for this upgrade.

Link copied to clipboard

The impact description including the specific details and release notes.

Link copied to clipboard

The last date the version of the platform is supported.

Link copied to clipboard

The target version this cluster will be upgraded to.

Link copied to clipboard

The indicator of whether the workload will be impacted during the upgrade.