public class CreateRouteRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateRouteRequest() |
CreateRouteRequest(CreateRouteRequest 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 |
getAccessType()
Get 访问类型:0-plaintext;1-sasl_plaintext;3-sasl_ssl; 4-sasl_scram_sha_256; 5-sasl_scram_sha_512 默认为0
vipType=3,支持 0,1,3,4,5
vipType=7,支持0,1,3
vipType=1,支持1,3
|
Long |
getAuthFlag()
Get 是否需要权限管理,该字段已废弃
|
Long |
getCallerAppid()
Get 调用方appId
|
String |
getInstanceId()
Get ckafka集群实例id,可通过[DescribeInstances](https://cloud.tencent.com/document/product/597/40835)接口获取
|
String |
getIp()
Get vip地址
|
String |
getNote()
Get 备注信息
|
Long |
getPublicNetwork()
Get 公网带宽,公网路由必传,且是3的倍数,无默认值
|
String |
getSubnetId()
Get vpc子网id,当vipType为3时必填
|
Long |
getVipType()
Get 路由网络类型(3:vpc路由;7:内部支撑路由;1:公网路由)
|
String |
getVpcId()
Get vpc网络Id,当vipType为3时必填
|
void |
setAccessType(Long AccessType)
Set 访问类型:0-plaintext;1-sasl_plaintext;3-sasl_ssl; 4-sasl_scram_sha_256; 5-sasl_scram_sha_512 默认为0
vipType=3,支持 0,1,3,4,5
vipType=7,支持0,1,3
vipType=1,支持1,3
|
void |
setAuthFlag(Long AuthFlag)
Set 是否需要权限管理,该字段已废弃
|
void |
setCallerAppid(Long CallerAppid)
Set 调用方appId
|
void |
setInstanceId(String InstanceId)
Set ckafka集群实例id,可通过[DescribeInstances](https://cloud.tencent.com/document/product/597/40835)接口获取
|
void |
setIp(String Ip)
Set vip地址
|
void |
setNote(String Note)
Set 备注信息
|
void |
setPublicNetwork(Long PublicNetwork)
Set 公网带宽,公网路由必传,且是3的倍数,无默认值
|
void |
setSubnetId(String SubnetId)
Set vpc子网id,当vipType为3时必填
|
void |
setVipType(Long VipType)
Set 路由网络类型(3:vpc路由;7:内部支撑路由;1:公网路由)
|
void |
setVpcId(String VpcId)
Set vpc网络Id,当vipType为3时必填
|
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 CreateRouteRequest()
public CreateRouteRequest(CreateRouteRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- ckafka集群实例id,可通过[DescribeInstances](https://cloud.tencent.com/document/product/597/40835)接口获取public Long getVipType()
public void setVipType(Long VipType)
VipType
- 路由网络类型(3:vpc路由;7:内部支撑路由;1:公网路由)public String getVpcId()
public void setVpcId(String VpcId)
VpcId
- vpc网络Id,当vipType为3时必填public String getSubnetId()
public void setSubnetId(String SubnetId)
SubnetId
- vpc子网id,当vipType为3时必填public Long getAccessType()
public void setAccessType(Long AccessType)
AccessType
- 访问类型:0-plaintext;1-sasl_plaintext;3-sasl_ssl; 4-sasl_scram_sha_256; 5-sasl_scram_sha_512 默认为0
vipType=3,支持 0,1,3,4,5
vipType=7,支持0,1,3
vipType=1,支持1,3public Long getAuthFlag()
public void setAuthFlag(Long AuthFlag)
AuthFlag
- 是否需要权限管理,该字段已废弃public Long getCallerAppid()
public void setCallerAppid(Long CallerAppid)
CallerAppid
- 调用方appIdpublic Long getPublicNetwork()
public void setPublicNetwork(Long PublicNetwork)
PublicNetwork
- 公网带宽,公网路由必传,且是3的倍数,无默认值public String getIp()
public void setIp(String Ip)
Ip
- vip地址public String getNote()
public void setNote(String Note)
Note
- 备注信息Copyright © 2025. All rights reserved.