public class UpdateServiceRequest extends AbstractModel
Constructor and Description |
---|
UpdateServiceRequest() |
UpdateServiceRequest(UpdateServiceRequest 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 处理器配置,单位为 1/1000 核
|
String |
getDescription()
Get 备注
|
Long |
getGpu()
Get 显卡配置,单位为 1/1000 卡
|
String |
getGpuType()
Get GPU卡类型
|
String |
getLogTopicId()
Get Cls日志主题ID
|
Long |
getMemory()
Get 内存配置,单位为1M
|
String |
getScaleMode()
Get 支持AUTO, MANUAL,分别表示自动扩缩容,手动扩缩容
|
Scaler |
getScaler()
Get 扩缩容配置
|
String |
getServiceAction()
Get 支持STOP(停止) RESUME(重启)
|
String |
getServiceConfigId()
Get 服务配置Id
|
String |
getServiceId()
Get 服务Id
|
void |
setCpu(Long Cpu)
Set 处理器配置,单位为 1/1000 核
|
void |
setDescription(String Description)
Set 备注
|
void |
setGpu(Long Gpu)
Set 显卡配置,单位为 1/1000 卡
|
void |
setGpuType(String GpuType)
Set GPU卡类型
|
void |
setLogTopicId(String LogTopicId)
Set Cls日志主题ID
|
void |
setMemory(Long Memory)
Set 内存配置,单位为1M
|
void |
setScaleMode(String ScaleMode)
Set 支持AUTO, MANUAL,分别表示自动扩缩容,手动扩缩容
|
void |
setScaler(Scaler Scaler)
Set 扩缩容配置
|
void |
setServiceAction(String ServiceAction)
Set 支持STOP(停止) RESUME(重启)
|
void |
setServiceConfigId(String ServiceConfigId)
Set 服务配置Id
|
void |
setServiceId(String ServiceId)
Set 服务Id
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public UpdateServiceRequest()
public UpdateServiceRequest(UpdateServiceRequest source)
public String getServiceId()
public void setServiceId(String ServiceId)
ServiceId
- 服务Idpublic Scaler getScaler()
public void setScaler(Scaler Scaler)
Scaler
- 扩缩容配置public String getServiceConfigId()
public void setServiceConfigId(String ServiceConfigId)
ServiceConfigId
- 服务配置Idpublic String getScaleMode()
public void setScaleMode(String ScaleMode)
ScaleMode
- 支持AUTO, MANUAL,分别表示自动扩缩容,手动扩缩容public String getServiceAction()
public void setServiceAction(String ServiceAction)
ServiceAction
- 支持STOP(停止) RESUME(重启)public String getDescription()
public void setDescription(String Description)
Description
- 备注public String getGpuType()
public void setGpuType(String GpuType)
GpuType
- GPU卡类型public Long getCpu()
public void setCpu(Long Cpu)
Cpu
- 处理器配置,单位为 1/1000 核public Long getMemory()
public void setMemory(Long Memory)
Memory
- 内存配置,单位为1Mpublic Long getGpu()
public void setGpu(Long Gpu)
Gpu
- 显卡配置,单位为 1/1000 卡public String getLogTopicId()
public void setLogTopicId(String LogTopicId)
LogTopicId
- Cls日志主题IDCopyright © 2022. All rights reserved.