Class ModifyVpnGatewayCcnRoutesRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.vpc.v20170312.models.ModifyVpnGatewayCcnRoutesRequest
-
public class ModifyVpnGatewayCcnRoutesRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyVpnGatewayCcnRoutesRequest()ModifyVpnGatewayCcnRoutesRequest(ModifyVpnGatewayCcnRoutesRequest 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 VpngwCcnRoutes[]getRoutes()Get 云联网路由(IDC网段)列表。StringgetVpnGatewayId()Get VPN网关实例ID。voidsetRoutes(VpngwCcnRoutes[] Routes)Set 云联网路由(IDC网段)列表。voidsetVpnGatewayId(String VpnGatewayId)Set VPN网关实例ID。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
-
ModifyVpnGatewayCcnRoutesRequest
public ModifyVpnGatewayCcnRoutesRequest()
-
ModifyVpnGatewayCcnRoutesRequest
public ModifyVpnGatewayCcnRoutesRequest(ModifyVpnGatewayCcnRoutesRequest 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
-
getVpnGatewayId
public String getVpnGatewayId()
Get VPN网关实例ID。- Returns:
- VpnGatewayId VPN网关实例ID。
-
setVpnGatewayId
public void setVpnGatewayId(String VpnGatewayId)
Set VPN网关实例ID。- Parameters:
VpnGatewayId- VPN网关实例ID。
-
getRoutes
public VpngwCcnRoutes[] getRoutes()
Get 云联网路由(IDC网段)列表。- Returns:
- Routes 云联网路由(IDC网段)列表。
-
setRoutes
public void setRoutes(VpngwCcnRoutes[] Routes)
Set 云联网路由(IDC网段)列表。- Parameters:
Routes- 云联网路由(IDC网段)列表。
-
-