public class ResourceConfig extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ResourceConfig() | 
| ResourceConfig(ResourceConfig 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 | getInstanceCount()Get 计算实例数量
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getInstanceType()Get 计算实例类型
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getVolumeSizeInGB()Get 挂载CBS大小(GB)
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setInstanceCount(Long InstanceCount)Set 计算实例数量
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setInstanceType(String InstanceType)Set 计算实例类型
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setVolumeSizeInGB(Long VolumeSizeInGB)Set 挂载CBS大小(GB)
注意:此字段可能返回 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 ResourceConfig()
public ResourceConfig(ResourceConfig source)
public Long getInstanceCount()
public void setInstanceCount(Long InstanceCount)
InstanceCount - 计算实例数量
注意:此字段可能返回 null,表示取不到有效值。public String getInstanceType()
public void setInstanceType(String InstanceType)
InstanceType - 计算实例类型
注意:此字段可能返回 null,表示取不到有效值。public Long getVolumeSizeInGB()
public void setVolumeSizeInGB(Long VolumeSizeInGB)
VolumeSizeInGB - 挂载CBS大小(GB)
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.