public class StartCpuExpandRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| StartCpuExpandRequest() | 
| StartCpuExpandRequest(StartCpuExpandRequest 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 | 
|---|---|
| AutoStrategy | getAutoStrategy()Get Automatic scale-out policy. | 
| Long | getExpandCpu()Get Number of CPU cores to increase during manual scale-out. | 
| String | getInstanceId()Get Instance ID. | 
| String | getType()Get Scale-out mode. | 
| void | setAutoStrategy(AutoStrategy AutoStrategy)Set Automatic scale-out policy. | 
| void | setExpandCpu(Long ExpandCpu)Set Number of CPU cores to increase during manual scale-out. | 
| void | setInstanceId(String InstanceId)Set Instance ID. | 
| void | setType(String Type)Set Scale-out mode. | 
| 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 StartCpuExpandRequest()
public StartCpuExpandRequest(StartCpuExpandRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - Instance ID.public String getType()
public void setType(String Type)
Type - Scale-out mode. Valid values: auto and
manual.public Long getExpandCpu()
public void setExpandCpu(Long ExpandCpu)
ExpandCpu - Number of CPU cores to increase during manual scale-out. This parameter is required when Type is set to manual.public AutoStrategy getAutoStrategy()
public void setAutoStrategy(AutoStrategy AutoStrategy)
AutoStrategy - Automatic scale-out policy. This parameter is required when Type is set to auto.Copyright © 2025. All rights reserved.