public static class CreateClusterNodePoolRequest.CreateClusterNodePoolRequestAutoScaling
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
eipBandwidth |
String |
eipInternetChargeType |
Boolean |
enable |
Boolean |
isBondEip |
Long |
maxInstances |
Long |
minInstances |
String |
type |
| 构造器和说明 |
|---|
CreateClusterNodePoolRequestAutoScaling() |
@NameInMap(value="enable") public Boolean enable
@NameInMap(value="max_instances") public Long maxInstances
@NameInMap(value="min_instances") public Long minInstances
@NameInMap(value="type") public String type
@NameInMap(value="is_bond_eip") public Boolean isBondEip
@NameInMap(value="eip_internet_charge_type") public String eipInternetChargeType
@NameInMap(value="eip_bandwidth") public Long eipBandwidth
public static CreateClusterNodePoolRequest.CreateClusterNodePoolRequestAutoScaling build(Map<String,?> map) throws Exception
Exceptionpublic CreateClusterNodePoolRequest.CreateClusterNodePoolRequestAutoScaling setEnable(Boolean enable)
public Boolean getEnable()
public CreateClusterNodePoolRequest.CreateClusterNodePoolRequestAutoScaling setMaxInstances(Long maxInstances)
public Long getMaxInstances()
public CreateClusterNodePoolRequest.CreateClusterNodePoolRequestAutoScaling setMinInstances(Long minInstances)
public Long getMinInstances()
public CreateClusterNodePoolRequest.CreateClusterNodePoolRequestAutoScaling setType(String type)
public String getType()
public CreateClusterNodePoolRequest.CreateClusterNodePoolRequestAutoScaling setIsBondEip(Boolean isBondEip)
public Boolean getIsBondEip()
public CreateClusterNodePoolRequest.CreateClusterNodePoolRequestAutoScaling setEipInternetChargeType(String eipInternetChargeType)
public String getEipInternetChargeType()
public CreateClusterNodePoolRequest.CreateClusterNodePoolRequestAutoScaling setEipBandwidth(Long eipBandwidth)
public Long getEipBandwidth()
Copyright © 2021. All rights reserved.