ClusterInPlaceUpgradeProperties interface

Properties of in-place upgrading cluster.

Extends

Properties

componentName

Name of component to be upgraded.

targetBuildNumber

Target build number of component to be upgraded.

targetClusterVersion

Target cluster version of component to be upgraded.

targetOssVersion

Target OSS version of component to be upgraded.

upgradeType

Polymorphic discriminator, which specifies the different types this object can be

Property Details

componentName

Name of component to be upgraded.

componentName?: string

Property Value

string

targetBuildNumber

Target build number of component to be upgraded.

targetBuildNumber?: string

Property Value

string

targetClusterVersion

Target cluster version of component to be upgraded.

targetClusterVersion?: string

Property Value

string

targetOssVersion

Target OSS version of component to be upgraded.

targetOssVersion?: string

Property Value

string

upgradeType

Polymorphic discriminator, which specifies the different types this object can be

upgradeType: "HotfixUpgrade" | "PatchVersionUpgrade" | "ClusterInPlaceUpgradeProperties"

Property Value

"HotfixUpgrade" | "PatchVersionUpgrade" | "ClusterInPlaceUpgradeProperties"