public class InquirePriceModifyRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
InquirePriceModifyRequest() |
InquirePriceModifyRequest(InquirePriceModifyRequest 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 |
---|---|
Float |
getCcu()
Get Specifies the ccu size of the serverless instance.
|
String |
getClusterId()
Get Cluster ID
|
Long |
getCpu()
Get Specifies the number of CPU cores.
|
String |
getDeviceType()
Get Instance device type.
|
String |
getInstanceId()
Get Instance ID.
|
Long |
getMemory()
Get Memory Size
|
Long |
getStorageLimit()
Get Storage size, storage resource adjustment: ClusterId, StorageLimit.
|
void |
setCcu(Float Ccu)
Set Specifies the ccu size of the serverless instance.
|
void |
setClusterId(String ClusterId)
Set Cluster ID
|
void |
setCpu(Long Cpu)
Set Specifies the number of CPU cores.
|
void |
setDeviceType(String DeviceType)
Set Instance device type.
|
void |
setInstanceId(String InstanceId)
Set Instance ID.
|
void |
setMemory(Long Memory)
Set Memory Size
|
void |
setStorageLimit(Long StorageLimit)
Set Storage size, storage resource adjustment: ClusterId, StorageLimit.
|
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 InquirePriceModifyRequest()
public InquirePriceModifyRequest(InquirePriceModifyRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- Cluster IDpublic Long getCpu()
public void setCpu(Long Cpu)
Cpu
- Specifies the number of CPU cores.public Long getMemory()
public void setMemory(Long Memory)
Memory
- Memory Sizepublic Long getStorageLimit()
public void setStorageLimit(Long StorageLimit)
StorageLimit
- Storage size, storage resource adjustment: ClusterId, StorageLimit.public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Instance ID. computational resource adjustment requires passing: ClusterId, instance ID, Cpu, Memory.public String getDeviceType()
public void setDeviceType(String DeviceType)
DeviceType
- Instance device type.public Float getCcu()
public void setCcu(Float Ccu)
Ccu
- Specifies the ccu size of the serverless instance.Copyright © 2025. All rights reserved.