ClusterInPlaceUpgradeHistoryProperties interface

Cluster in-place upgrade history properties.

Extends

Properties

componentName

Component name to upgrade.

severity

Severity of this upgrade.

sourceBuildNumber

Source build number.

sourceClusterVersion

Version with three part.

sourceOssVersion

Version with three part.

targetBuildNumber

Target build number.

targetClusterVersion

Version with three part.

targetOssVersion

Version with three part.

upgradeType

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

Inherited Properties

upgradeResult

Result of this upgrade.

utcTime

Time when created this upgrade history.

Property Details

componentName

Component name to upgrade.

componentName?: string

Property Value

string

severity

Severity of this upgrade.

severity?: string

Property Value

string

sourceBuildNumber

Source build number.

sourceBuildNumber?: string

Property Value

string

sourceClusterVersion

Version with three part.

sourceClusterVersion?: string

Property Value

string

sourceOssVersion

Version with three part.

sourceOssVersion?: string

Property Value

string

targetBuildNumber

Target build number.

targetBuildNumber?: string

Property Value

string

targetClusterVersion

Version with three part.

targetClusterVersion?: string

Property Value

string

targetOssVersion

Version with three part.

targetOssVersion?: string

Property Value

string

upgradeType

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

upgradeType: "HotfixUpgrade" | "PatchVersionUpgrade" | "HotfixUpgradeRollback" | "ClusterInPlaceUpgradeHistoryProperties" | "PatchVersionUpgradeRollback"

Property Value

"HotfixUpgrade" | "PatchVersionUpgrade" | "HotfixUpgradeRollback" | "ClusterInPlaceUpgradeHistoryProperties" | "PatchVersionUpgradeRollback"

Inherited Property Details

upgradeResult

Result of this upgrade.

upgradeResult: string

Property Value

string

Inherited From ClusterUpgradeHistoryProperties.upgradeResult

utcTime

Time when created this upgrade history.

utcTime: string

Property Value

string

Inherited From ClusterUpgradeHistoryProperties.utcTime