Class CreateRouteRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ckafka.v20190819.models.CreateRouteRequest
-
public class CreateRouteRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getAccessType()
Get 访问类型:0-plaintext;1-sasl_plaintext;2-ssl;3-sasl_sslLong
getAuthFlag()
Get 是否需要权限管理Long
getCallerAppid()
Get 调用方appIdString
getInstanceId()
Get 实例唯一idString
getIp()
Get vip地址Long
getPublicNetwork()
Get 公网带宽String
getSubnetId()
Get vpc子网idLong
getVipType()
Get 路由网络类型(3:vpc路由;4:标准版支撑路由;7:专业版支撑路由)String
getVpcId()
Get vpc网络Idvoid
setAccessType(Long AccessType)
Set 访问类型:0-plaintext;1-sasl_plaintext;2-ssl;3-sasl_sslvoid
setAuthFlag(Long AuthFlag)
Set 是否需要权限管理void
setCallerAppid(Long CallerAppid)
Set 调用方appIdvoid
setInstanceId(String InstanceId)
Set 实例唯一idvoid
setIp(String Ip)
Set vip地址void
setPublicNetwork(Long PublicNetwork)
Set 公网带宽void
setSubnetId(String SubnetId)
Set vpc子网idvoid
setVipType(Long VipType)
Set 路由网络类型(3:vpc路由;4:标准版支撑路由;7:专业版支撑路由)void
setVpcId(String VpcId)
Set vpc网络Idvoid
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
CreateRouteRequest
public CreateRouteRequest()
-
CreateRouteRequest
public 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.
-
-
Method Detail
-
getInstanceId
public String getInstanceId()
Get 实例唯一id- Returns:
- InstanceId 实例唯一id
-
setInstanceId
public void setInstanceId(String InstanceId)
Set 实例唯一id- Parameters:
InstanceId
- 实例唯一id
-
getVipType
public Long getVipType()
Get 路由网络类型(3:vpc路由;4:标准版支撑路由;7:专业版支撑路由)- Returns:
- VipType 路由网络类型(3:vpc路由;4:标准版支撑路由;7:专业版支撑路由)
-
setVipType
public void setVipType(Long VipType)
Set 路由网络类型(3:vpc路由;4:标准版支撑路由;7:专业版支撑路由)- Parameters:
VipType
- 路由网络类型(3:vpc路由;4:标准版支撑路由;7:专业版支撑路由)
-
getVpcId
public String getVpcId()
Get vpc网络Id- Returns:
- VpcId vpc网络Id
-
setVpcId
public void setVpcId(String VpcId)
Set vpc网络Id- Parameters:
VpcId
- vpc网络Id
-
getSubnetId
public String getSubnetId()
Get vpc子网id- Returns:
- SubnetId vpc子网id
-
setSubnetId
public void setSubnetId(String SubnetId)
Set vpc子网id- Parameters:
SubnetId
- vpc子网id
-
getAccessType
public Long getAccessType()
Get 访问类型:0-plaintext;1-sasl_plaintext;2-ssl;3-sasl_ssl- Returns:
- AccessType 访问类型:0-plaintext;1-sasl_plaintext;2-ssl;3-sasl_ssl
-
setAccessType
public void setAccessType(Long AccessType)
Set 访问类型:0-plaintext;1-sasl_plaintext;2-ssl;3-sasl_ssl- Parameters:
AccessType
- 访问类型:0-plaintext;1-sasl_plaintext;2-ssl;3-sasl_ssl
-
getAuthFlag
public Long getAuthFlag()
Get 是否需要权限管理- Returns:
- AuthFlag 是否需要权限管理
-
setAuthFlag
public void setAuthFlag(Long AuthFlag)
Set 是否需要权限管理- Parameters:
AuthFlag
- 是否需要权限管理
-
getCallerAppid
public Long getCallerAppid()
Get 调用方appId- Returns:
- CallerAppid 调用方appId
-
setCallerAppid
public void setCallerAppid(Long CallerAppid)
Set 调用方appId- Parameters:
CallerAppid
- 调用方appId
-
getPublicNetwork
public Long getPublicNetwork()
Get 公网带宽- Returns:
- PublicNetwork 公网带宽
-
setPublicNetwork
public void setPublicNetwork(Long PublicNetwork)
Set 公网带宽- Parameters:
PublicNetwork
- 公网带宽
-
getIp
public String getIp()
Get vip地址- Returns:
- Ip vip地址
-
setIp
public void setIp(String Ip)
Set vip地址- Parameters:
Ip
- vip地址
-
-