public class GroupGlobalConfs extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| GroupGlobalConfs() | 
| GroupGlobalConfs(GroupGlobalConfs source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getCurrentNodes()Get 当前伸缩组扩容出来的节点数量。 | 
| Long | getCurrentPostPaidNodes()Get 当前伸缩组扩容出来的后付费节点数量。 | 
| Long | getCurrentSpotPaidNodes()Get 当前伸缩组扩容出来的竞价实例节点数量。 | 
| AutoScaleResourceConf | getGroupGlobalConf()Get 伸缩组信息
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setCurrentNodes(Long CurrentNodes)Set 当前伸缩组扩容出来的节点数量。 | 
| void | setCurrentPostPaidNodes(Long CurrentPostPaidNodes)Set 当前伸缩组扩容出来的后付费节点数量。 | 
| void | setCurrentSpotPaidNodes(Long CurrentSpotPaidNodes)Set 当前伸缩组扩容出来的竞价实例节点数量。 | 
| void | setGroupGlobalConf(AutoScaleResourceConf GroupGlobalConf)Set 伸缩组信息
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic GroupGlobalConfs()
public GroupGlobalConfs(GroupGlobalConfs source)
public AutoScaleResourceConf getGroupGlobalConf()
public void setGroupGlobalConf(AutoScaleResourceConf GroupGlobalConf)
GroupGlobalConf - 伸缩组信息
注意:此字段可能返回 null,表示取不到有效值。public Long getCurrentNodes()
public void setCurrentNodes(Long CurrentNodes)
CurrentNodes - 当前伸缩组扩容出来的节点数量。public Long getCurrentPostPaidNodes()
public void setCurrentPostPaidNodes(Long CurrentPostPaidNodes)
CurrentPostPaidNodes - 当前伸缩组扩容出来的后付费节点数量。public Long getCurrentSpotPaidNodes()
public void setCurrentSpotPaidNodes(Long CurrentSpotPaidNodes)
CurrentSpotPaidNodes - 当前伸缩组扩容出来的竞价实例节点数量。Copyright © 2025. All rights reserved.