Class CreateClusterRouteRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tke.v20180525.models.CreateClusterRouteRequest
-
public class CreateClusterRouteRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateClusterRouteRequest()
CreateClusterRouteRequest(CreateClusterRouteRequest 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 String
getDestinationCidrBlock()
Get 目的端CIDR。String
getGatewayIp()
Get 下一跳地址。String
getRouteTableName()
Get 路由表名称。void
setDestinationCidrBlock(String DestinationCidrBlock)
Set 目的端CIDR。void
setGatewayIp(String GatewayIp)
Set 下一跳地址。void
setRouteTableName(String RouteTableName)
Set 路由表名称。void
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
-
CreateClusterRouteRequest
public CreateClusterRouteRequest()
-
CreateClusterRouteRequest
public CreateClusterRouteRequest(CreateClusterRouteRequest 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
-
getRouteTableName
public String getRouteTableName()
Get 路由表名称。- Returns:
- RouteTableName 路由表名称。
-
setRouteTableName
public void setRouteTableName(String RouteTableName)
Set 路由表名称。- Parameters:
RouteTableName
- 路由表名称。
-
getDestinationCidrBlock
public String getDestinationCidrBlock()
Get 目的端CIDR。- Returns:
- DestinationCidrBlock 目的端CIDR。
-
setDestinationCidrBlock
public void setDestinationCidrBlock(String DestinationCidrBlock)
Set 目的端CIDR。- Parameters:
DestinationCidrBlock
- 目的端CIDR。
-
getGatewayIp
public String getGatewayIp()
Get 下一跳地址。- Returns:
- GatewayIp 下一跳地址。
-
setGatewayIp
public void setGatewayIp(String GatewayIp)
Set 下一跳地址。- Parameters:
GatewayIp
- 下一跳地址。
-
-