Package version:

Interface ClusterHotfixUpgradeProperties

Properties of upgrading cluster's hotfix.

interface ClusterHotfixUpgradeProperties {
    componentName?: string;
    targetBuildNumber?: string;
    targetClusterVersion?: string;
    targetOssVersion?: string;
    upgradeType: "HotfixUpgrade";
}

Hierarchy (view full)

Properties

componentName?: string

Name of component to be upgraded.

targetBuildNumber?: string

Target build number of component to be upgraded.

targetClusterVersion?: string

Target cluster version of component to be upgraded.

targetOssVersion?: string

Target OSS version of component to be upgraded.

upgradeType: "HotfixUpgrade"

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