public class InquireCkafkaPriceRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| InquireCkafkaPriceRequest() | 
| InquireCkafkaPriceRequest(InquireCkafkaPriceRequest 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 (购买时必填,专业版/高级版询价时带宽信息必填) | 
| String | getBillType()Get 国内站购买的版本, sv_ckafka_instance_s2_1(入门型), sv_ckafka_instance_s2_2(标准版), sv_ckafka_instance_s2_3(进阶型), 如果instanceType为standards2, 但该参数为空, 则默认值为sv_ckafka_instance_s2_1 | 
| String | getCategoryAction()Get 标记操作, 新购填写purchase, 续费填写renew, (不填时, 默认为purchase) | 
| InquiryDiskParam | getInquiryDiskParam()Get 实例的硬盘购买类型以及大小 (购买时必填,专业版/高级版询价时磁盘信息必填) | 
| InstanceChargeParam | getInstanceChargeParam()Get 购买/续费付费类型(购买时不填的话, 默认获取购买包年包月一个月的费用) | 
| String | getInstanceId()Get 续费时的实例id, 续费时填写 | 
| Long | getInstanceNum()Get 购买/续费时购买的实例数量(不填时, 默认为1个) | 
| String | getInstanceType()Get 国内站标准版填写standards2, 国际站标准版填写standard,专业版填写profession,高级版填写premium | 
| Long | getMessageRetention()Get 实例消息保留时间大小, 单位小时 (购买时必填) | 
| Long | getPartition()Get 购买实例分区数, 单位个 (购买时必填,专业版/高级版询价时带宽信息必填)
分区上限 最大值: 40000,步长: 100
可以通过以下链接查看规格限制: https://cloud.tencent.com/document/product/597/122563 | 
| InquiryPublicNetworkParam | getPublicNetworkParam()Get 公网带宽计费模式, 目前只有专业版支持公网带宽 (购买公网带宽时必填),取值为3的倍数 | 
| Long | getTopic()Get 购买实例topic数, 单位个 (购买时必填) | 
| Long[] | getZoneIds()Get 购买地域, 可通过查看DescribeCkafkaZone这个接口获取ZoneId | 
| void | setBandwidth(Long Bandwidth)Set 实例内网带宽大小, 单位MB/s (购买时必填,专业版/高级版询价时带宽信息必填) | 
| void | setBillType(String BillType)Set 国内站购买的版本, sv_ckafka_instance_s2_1(入门型), sv_ckafka_instance_s2_2(标准版), sv_ckafka_instance_s2_3(进阶型), 如果instanceType为standards2, 但该参数为空, 则默认值为sv_ckafka_instance_s2_1 | 
| void | setCategoryAction(String CategoryAction)Set 标记操作, 新购填写purchase, 续费填写renew, (不填时, 默认为purchase) | 
| void | setInquiryDiskParam(InquiryDiskParam InquiryDiskParam)Set 实例的硬盘购买类型以及大小 (购买时必填,专业版/高级版询价时磁盘信息必填) | 
| void | setInstanceChargeParam(InstanceChargeParam InstanceChargeParam)Set 购买/续费付费类型(购买时不填的话, 默认获取购买包年包月一个月的费用) | 
| void | setInstanceId(String InstanceId)Set 续费时的实例id, 续费时填写 | 
| void | setInstanceNum(Long InstanceNum)Set 购买/续费时购买的实例数量(不填时, 默认为1个) | 
| void | setInstanceType(String InstanceType)Set 国内站标准版填写standards2, 国际站标准版填写standard,专业版填写profession,高级版填写premium | 
| void | setMessageRetention(Long MessageRetention)Set 实例消息保留时间大小, 单位小时 (购买时必填) | 
| void | setPartition(Long Partition)Set 购买实例分区数, 单位个 (购买时必填,专业版/高级版询价时带宽信息必填)
分区上限 最大值: 40000,步长: 100
可以通过以下链接查看规格限制: https://cloud.tencent.com/document/product/597/122563 | 
| void | setPublicNetworkParam(InquiryPublicNetworkParam PublicNetworkParam)Set 公网带宽计费模式, 目前只有专业版支持公网带宽 (购买公网带宽时必填),取值为3的倍数 | 
| void | setTopic(Long Topic)Set 购买实例topic数, 单位个 (购买时必填) | 
| void | setZoneIds(Long[] ZoneIds)Set 购买地域, 可通过查看DescribeCkafkaZone这个接口获取ZoneId | 
| 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, toJsonStringpublic InquireCkafkaPriceRequest()
public InquireCkafkaPriceRequest(InquireCkafkaPriceRequest source)
public String getInstanceType()
public void setInstanceType(String InstanceType)
InstanceType - 国内站标准版填写standards2, 国际站标准版填写standard,专业版填写profession,高级版填写premiumpublic InstanceChargeParam getInstanceChargeParam()
public void setInstanceChargeParam(InstanceChargeParam InstanceChargeParam)
InstanceChargeParam - 购买/续费付费类型(购买时不填的话, 默认获取购买包年包月一个月的费用)public Long getInstanceNum()
public void setInstanceNum(Long InstanceNum)
InstanceNum - 购买/续费时购买的实例数量(不填时, 默认为1个)public Long getBandwidth()
public void setBandwidth(Long Bandwidth)
Bandwidth - 实例内网带宽大小, 单位MB/s (购买时必填,专业版/高级版询价时带宽信息必填)public InquiryDiskParam getInquiryDiskParam()
public void setInquiryDiskParam(InquiryDiskParam InquiryDiskParam)
InquiryDiskParam - 实例的硬盘购买类型以及大小 (购买时必填,专业版/高级版询价时磁盘信息必填)public Long getMessageRetention()
public void setMessageRetention(Long MessageRetention)
MessageRetention - 实例消息保留时间大小, 单位小时 (购买时必填)public Long getTopic()
public void setTopic(Long Topic)
Topic - 购买实例topic数, 单位个 (购买时必填)public Long getPartition()
public void setPartition(Long Partition)
Partition - 购买实例分区数, 单位个 (购买时必填,专业版/高级版询价时带宽信息必填)
分区上限 最大值: 40000,步长: 100
可以通过以下链接查看规格限制: https://cloud.tencent.com/document/product/597/122563public Long[] getZoneIds()
public void setZoneIds(Long[] ZoneIds)
ZoneIds - 购买地域, 可通过查看DescribeCkafkaZone这个接口获取ZoneIdpublic String getCategoryAction()
public void setCategoryAction(String CategoryAction)
CategoryAction - 标记操作, 新购填写purchase, 续费填写renew, (不填时, 默认为purchase)public String getBillType()
public void setBillType(String BillType)
BillType - 国内站购买的版本, sv_ckafka_instance_s2_1(入门型), sv_ckafka_instance_s2_2(标准版), sv_ckafka_instance_s2_3(进阶型), 如果instanceType为standards2, 但该参数为空, 则默认值为sv_ckafka_instance_s2_1public InquiryPublicNetworkParam getPublicNetworkParam()
public void setPublicNetworkParam(InquiryPublicNetworkParam PublicNetworkParam)
PublicNetworkParam - 公网带宽计费模式, 目前只有专业版支持公网带宽 (购买公网带宽时必填),取值为3的倍数public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - 续费时的实例id, 续费时填写Copyright © 2025. All rights reserved.