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 Number of nodes scaled out in the current scaling group.
|
Long |
getCurrentPostPaidNodes()
Get Number of postpaid nodes scaled out in the current scaling group.
|
Long |
getCurrentSpotPaidNodes()
Get Number of spot instance nodes scaled out in the current scaling group.
|
AutoScaleResourceConf |
getGroupGlobalConf()
Get Scaling group information.
|
void |
setCurrentNodes(Long CurrentNodes)
Set Number of nodes scaled out in the current scaling group.
|
void |
setCurrentPostPaidNodes(Long CurrentPostPaidNodes)
Set Number of postpaid nodes scaled out in the current scaling group.
|
void |
setCurrentSpotPaidNodes(Long CurrentSpotPaidNodes)
Set Number of spot instance nodes scaled out in the current scaling group.
|
void |
setGroupGlobalConf(AutoScaleResourceConf GroupGlobalConf)
Set Scaling group information.
|
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, toJsonString
public GroupGlobalConfs()
public GroupGlobalConfs(GroupGlobalConfs source)
public AutoScaleResourceConf getGroupGlobalConf()
public void setGroupGlobalConf(AutoScaleResourceConf GroupGlobalConf)
GroupGlobalConf
- Scaling group information.
Note: This field may return null, indicating that no valid values can be obtained.public Long getCurrentNodes()
public void setCurrentNodes(Long CurrentNodes)
CurrentNodes
- Number of nodes scaled out in the current scaling group.public Long getCurrentPostPaidNodes()
public void setCurrentPostPaidNodes(Long CurrentPostPaidNodes)
CurrentPostPaidNodes
- Number of postpaid nodes scaled out in the current scaling group.public Long getCurrentSpotPaidNodes()
public void setCurrentSpotPaidNodes(Long CurrentSpotPaidNodes)
CurrentSpotPaidNodes
- Number of spot instance nodes scaled out in the current scaling group.Copyright © 2025. All rights reserved.