Skip to content

UpgradeConfigProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Cs;
new UpgradeConfigProperty {
    object AutoUpgrade = null,
    object MaxUnavailable = null,
    object Surge = null,
    object SurgePercentage = null
};

Properties

Name Type Description
AutoUpgrade object No description.
MaxUnavailable object No description.
Surge object No description.
SurgePercentage object No description.

AutoUpgradeOptional

public object AutoUpgrade { get; set; }
  • Type: object

MaxUnavailableOptional

public object MaxUnavailable { get; set; }
  • Type: object

SurgeOptional

public object Surge { get; set; }
  • Type: object

SurgePercentageOptional

public object SurgePercentage { get; set; }
  • Type: object