public class CreateClustersData extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateClustersData() | 
| CreateClustersData(CreateClustersData 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 | getCpu()Get 实例CPU | 
| Long | getMemory()Get 实例内存 | 
| Long | getStorageLimit()Get 集群存储上限 | 
| void | setCpu(Long Cpu)Set 实例CPU | 
| void | setMemory(Long Memory)Set 实例内存 | 
| void | setStorageLimit(Long StorageLimit)Set 集群存储上限 | 
| 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 CreateClustersData()
public CreateClustersData(CreateClustersData source)
public Long getCpu()
public void setCpu(Long Cpu)
Cpu - 实例CPUpublic Long getMemory()
public void setMemory(Long Memory)
Memory - 实例内存public Long getStorageLimit()
public void setStorageLimit(Long StorageLimit)
StorageLimit - 集群存储上限Copyright © 2025. All rights reserved.