public class ModifyRocketMQInstanceSpecRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyRocketMQInstanceSpecRequest() |
ModifyRocketMQInstanceSpecRequest(ModifyRocketMQInstanceSpecRequest 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 |
---|---|
String |
getInstanceId()
Get 专享实例ID
|
Long |
getNodeCount()
Get 节点数量
|
String |
getSpecification()
Get 实例规格,
rocket-vip-basic-1 基础型
rocket-vip-basic-2 标准型
rocket-vip-basic-3 高阶Ⅰ型
rocket-vip-basic-4 高阶Ⅱ型
|
Long |
getStorageSize()
Get 存储空间,GB为单位
|
void |
setInstanceId(String InstanceId)
Set 专享实例ID
|
void |
setNodeCount(Long NodeCount)
Set 节点数量
|
void |
setSpecification(String Specification)
Set 实例规格,
rocket-vip-basic-1 基础型
rocket-vip-basic-2 标准型
rocket-vip-basic-3 高阶Ⅰ型
rocket-vip-basic-4 高阶Ⅱ型
|
void |
setStorageSize(Long StorageSize)
Set 存储空间,GB为单位
|
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 ModifyRocketMQInstanceSpecRequest()
public ModifyRocketMQInstanceSpecRequest(ModifyRocketMQInstanceSpecRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 专享实例IDpublic String getSpecification()
public void setSpecification(String Specification)
Specification
- 实例规格,
rocket-vip-basic-1 基础型
rocket-vip-basic-2 标准型
rocket-vip-basic-3 高阶Ⅰ型
rocket-vip-basic-4 高阶Ⅱ型public Long getNodeCount()
public void setNodeCount(Long NodeCount)
NodeCount
- 节点数量public Long getStorageSize()
public void setStorageSize(Long StorageSize)
StorageSize
- 存储空间,GB为单位Copyright © 2024. All rights reserved.