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 StringgetDestinationCidrBlock()Get 目的端CIDR。StringgetGatewayIp()Get 下一跳地址。StringgetRouteTableName()Get 路由表名称。voidsetDestinationCidrBlock(String DestinationCidrBlock)Set 目的端CIDR。voidsetGatewayIp(String GatewayIp)Set 下一跳地址。voidsetRouteTableName(String RouteTableName)Set 路由表名称。voidtoMap(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- 下一跳地址。
-
-