public class CreateCdcClusterRequest extends AbstractModel
Constructor and Description |
---|
CreateCdcClusterRequest() |
CreateCdcClusterRequest(CreateCdcClusterRequest 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 cdc集群的总带宽
|
String |
getCdcId()
Get cdc的id
|
String |
getCdcSubnetId()
Get 每个CDC集群有唯一一个子网ID
|
String |
getCdcVpcId()
Get vpcId,一个地域只有唯一一个vpcid用于CDC
|
Long |
getDiskSize()
Get cdc集群的总磁盘
|
String |
getDiskType()
Get 数据盘类型
|
String |
getSystemDiskType()
Get 系统盘类型
|
Long |
getZoneId()
Get 所在可用区ID
|
void |
setBandwidth(Long Bandwidth)
Set cdc集群的总带宽
|
void |
setCdcId(String CdcId)
Set cdc的id
|
void |
setCdcSubnetId(String CdcSubnetId)
Set 每个CDC集群有唯一一个子网ID
|
void |
setCdcVpcId(String CdcVpcId)
Set vpcId,一个地域只有唯一一个vpcid用于CDC
|
void |
setDiskSize(Long DiskSize)
Set cdc集群的总磁盘
|
void |
setDiskType(String DiskType)
Set 数据盘类型
|
void |
setSystemDiskType(String SystemDiskType)
Set 系统盘类型
|
void |
setZoneId(Long ZoneId)
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 CreateCdcClusterRequest()
public CreateCdcClusterRequest(CreateCdcClusterRequest source)
public String getCdcId()
public void setCdcId(String CdcId)
CdcId
- cdc的idpublic String getCdcVpcId()
public void setCdcVpcId(String CdcVpcId)
CdcVpcId
- vpcId,一个地域只有唯一一个vpcid用于CDCpublic String getCdcSubnetId()
public void setCdcSubnetId(String CdcSubnetId)
CdcSubnetId
- 每个CDC集群有唯一一个子网IDpublic Long getZoneId()
public void setZoneId(Long ZoneId)
ZoneId
- 所在可用区IDpublic Long getBandwidth()
public void setBandwidth(Long Bandwidth)
Bandwidth
- cdc集群的总带宽public Long getDiskSize()
public void setDiskSize(Long DiskSize)
DiskSize
- cdc集群的总磁盘public String getDiskType()
public void setDiskType(String DiskType)
DiskType
- 数据盘类型public String getSystemDiskType()
public void setSystemDiskType(String SystemDiskType)
SystemDiskType
- 系统盘类型Copyright © 2023. All rights reserved.