public static class ModifyClusterNodePoolRequest.ModifyClusterNodePoolRequestManagement
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Boolean |
autoRepair |
Boolean |
enable |
ModifyClusterNodePoolRequest.ModifyClusterNodePoolRequestManagementUpgradeConfig |
upgradeConfig |
| 构造器和说明 |
|---|
ModifyClusterNodePoolRequestManagement() |
@NameInMap(value="enable") public Boolean enable
@NameInMap(value="auto_repair") public Boolean autoRepair
@NameInMap(value="upgrade_config") public ModifyClusterNodePoolRequest.ModifyClusterNodePoolRequestManagementUpgradeConfig upgradeConfig
public static ModifyClusterNodePoolRequest.ModifyClusterNodePoolRequestManagement build(Map<String,?> map) throws Exception
Exceptionpublic ModifyClusterNodePoolRequest.ModifyClusterNodePoolRequestManagement setEnable(Boolean enable)
public Boolean getEnable()
public ModifyClusterNodePoolRequest.ModifyClusterNodePoolRequestManagement setAutoRepair(Boolean autoRepair)
public Boolean getAutoRepair()
public ModifyClusterNodePoolRequest.ModifyClusterNodePoolRequestManagement setUpgradeConfig(ModifyClusterNodePoolRequest.ModifyClusterNodePoolRequestManagementUpgradeConfig upgradeConfig)
public ModifyClusterNodePoolRequest.ModifyClusterNodePoolRequestManagementUpgradeConfig getUpgradeConfig()
Copyright © 2021. All rights reserved.