public class ModifyInstancePreRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyInstancePreRequest() |
ModifyInstancePreRequest(ModifyInstancePreRequest 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 |
getBandWidth()
Get 峰值带宽 单位 MB/s
可以通过以下链接查看规格限制及对应步长: https://cloud.tencent.com/document/product/597/11745
|
Long |
getDiskSize()
Get 磁盘大小 单位 GB 最大值为500000,步长100
可以通过以下链接查看规格限制:https://cloud.tencent.com/document/product/597/122562
|
String |
getInstanceId()
Get ckafka集群实例Id,可通过[DescribeInstances](https://cloud.tencent.com/document/product/597/40835)接口获取
|
Long |
getPartition()
Get 分区上限 最大值: 40000, 步长: 100
可以通过以下链接查看规格限制: https://cloud.tencent.com/document/product/597/122563
|
void |
setBandWidth(Long BandWidth)
Set 峰值带宽 单位 MB/s
可以通过以下链接查看规格限制及对应步长: https://cloud.tencent.com/document/product/597/11745
|
void |
setDiskSize(Long DiskSize)
Set 磁盘大小 单位 GB 最大值为500000,步长100
可以通过以下链接查看规格限制:https://cloud.tencent.com/document/product/597/122562
|
void |
setInstanceId(String InstanceId)
Set ckafka集群实例Id,可通过[DescribeInstances](https://cloud.tencent.com/document/product/597/40835)接口获取
|
void |
setPartition(Long Partition)
Set 分区上限 最大值: 40000, 步长: 100
可以通过以下链接查看规格限制: https://cloud.tencent.com/document/product/597/122563
|
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 ModifyInstancePreRequest()
public ModifyInstancePreRequest(ModifyInstancePreRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- ckafka集群实例Id,可通过[DescribeInstances](https://cloud.tencent.com/document/product/597/40835)接口获取public Long getDiskSize()
public void setDiskSize(Long DiskSize)
DiskSize
- 磁盘大小 单位 GB 最大值为500000,步长100
可以通过以下链接查看规格限制:https://cloud.tencent.com/document/product/597/122562public Long getBandWidth()
public void setBandWidth(Long BandWidth)
BandWidth
- 峰值带宽 单位 MB/s
可以通过以下链接查看规格限制及对应步长: https://cloud.tencent.com/document/product/597/11745public Long getPartition()
public void setPartition(Long Partition)
Partition
- 分区上限 最大值: 40000, 步长: 100
可以通过以下链接查看规格限制: https://cloud.tencent.com/document/product/597/122563Copyright © 2025. All rights reserved.