public static class ModifyClusterNodePoolRequest.ModifyClusterNodePoolRequestManagementUpgradeConfig
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Boolean |
autoUpgrade |
Long |
maxUnavailable |
Long |
surge |
Long |
surgePercentage |
| 构造器和说明 |
|---|
ModifyClusterNodePoolRequestManagementUpgradeConfig() |
@NameInMap(value="auto_upgrade") public Boolean autoUpgrade
@NameInMap(value="surge") public Long surge
@NameInMap(value="surge_percentage") public Long surgePercentage
@NameInMap(value="max_unavailable") public Long maxUnavailable
public ModifyClusterNodePoolRequestManagementUpgradeConfig()
public static ModifyClusterNodePoolRequest.ModifyClusterNodePoolRequestManagementUpgradeConfig build(Map<String,?> map) throws Exception
Exceptionpublic ModifyClusterNodePoolRequest.ModifyClusterNodePoolRequestManagementUpgradeConfig setAutoUpgrade(Boolean autoUpgrade)
public Boolean getAutoUpgrade()
public ModifyClusterNodePoolRequest.ModifyClusterNodePoolRequestManagementUpgradeConfig setSurge(Long surge)
public Long getSurge()
public ModifyClusterNodePoolRequest.ModifyClusterNodePoolRequestManagementUpgradeConfig setSurgePercentage(Long surgePercentage)
public Long getSurgePercentage()
public ModifyClusterNodePoolRequest.ModifyClusterNodePoolRequestManagementUpgradeConfig setMaxUnavailable(Long maxUnavailable)
public Long getMaxUnavailable()
Copyright © 2021. All rights reserved.