ClusterHotfixUpgradeProperties interface

Properties of upgrading cluster's hotfix.

Extends

Properties

upgradeType

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

Inherited 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.

Property Details

upgradeType

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

upgradeType: "HotfixUpgrade"

Property Value

"HotfixUpgrade"

Inherited Property Details

componentName

Name of component to be upgraded.

componentName?: string

Property Value

string

Inherited From ClusterInPlaceUpgradeProperties.componentName

targetBuildNumber

Target build number of component to be upgraded.

targetBuildNumber?: string

Property Value

string

Inherited From ClusterInPlaceUpgradeProperties.targetBuildNumber

targetClusterVersion

Target cluster version of component to be upgraded.

targetClusterVersion?: string

Property Value

string

Inherited From ClusterInPlaceUpgradeProperties.targetClusterVersion

targetOssVersion

Target OSS version of component to be upgraded.

targetOssVersion?: string

Property Value

string

Inherited From ClusterInPlaceUpgradeProperties.targetOssVersion