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 LonggetAccessType()Get 访问类型:0-plaintext;1-sasl_plaintext;2-ssl;3-sasl_sslLonggetAuthFlag()Get 是否需要权限管理LonggetCallerAppid()Get 调用方appIdStringgetInstanceId()Get 实例唯一idStringgetIp()Get vip地址LonggetPublicNetwork()Get 公网带宽StringgetSubnetId()Get vpc子网idLonggetVipType()Get 路由网络类型(3:vpc路由;4:标准版支撑路由;7:专业版支撑路由)StringgetVpcId()Get vpc网络IdvoidsetAccessType(Long AccessType)Set 访问类型:0-plaintext;1-sasl_plaintext;2-ssl;3-sasl_sslvoidsetAuthFlag(Long AuthFlag)Set 是否需要权限管理voidsetCallerAppid(Long CallerAppid)Set 调用方appIdvoidsetInstanceId(String InstanceId)Set 实例唯一idvoidsetIp(String Ip)Set vip地址voidsetPublicNetwork(Long PublicNetwork)Set 公网带宽voidsetSubnetId(String SubnetId)Set vpc子网idvoidsetVipType(Long VipType)Set 路由网络类型(3:vpc路由;4:标准版支撑路由;7:专业版支撑路由)voidsetVpcId(String VpcId)Set vpc网络IdvoidtoMap(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地址
-
-