Class ModifyDirectConnectGatewayAttributeRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.vpc.v20170312.models.ModifyDirectConnectGatewayAttributeRequest
-
public class ModifyDirectConnectGatewayAttributeRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyDirectConnectGatewayAttributeRequest()
ModifyDirectConnectGatewayAttributeRequest(ModifyDirectConnectGatewayAttributeRequest 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
getCcnRouteType()
Get 云联网路由学习类型,可选值:`BGP`(自动学习)、`STATIC`(静态,即用户配置)。只有云联网类型专线网关且开启了BGP功能才支持修改`CcnRouteType`。String
getDirectConnectGatewayId()
Get 专线网关唯一`ID`,形如:`dcg-9o233uri`。String
getDirectConnectGatewayName()
Get 专线网关名称,可任意命名,但不得超过60个字符。String
getModeType()
Get 云联网路由发布模式,可选值:`standard`(标准模式)、`exquisite`(精细模式)。只有云联网类型专线网关才支持修改`ModeType`。void
setCcnRouteType(String CcnRouteType)
Set 云联网路由学习类型,可选值:`BGP`(自动学习)、`STATIC`(静态,即用户配置)。只有云联网类型专线网关且开启了BGP功能才支持修改`CcnRouteType`。void
setDirectConnectGatewayId(String DirectConnectGatewayId)
Set 专线网关唯一`ID`,形如:`dcg-9o233uri`。void
setDirectConnectGatewayName(String DirectConnectGatewayName)
Set 专线网关名称,可任意命名,但不得超过60个字符。void
setModeType(String ModeType)
Set 云联网路由发布模式,可选值:`standard`(标准模式)、`exquisite`(精细模式)。只有云联网类型专线网关才支持修改`ModeType`。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
-
ModifyDirectConnectGatewayAttributeRequest
public ModifyDirectConnectGatewayAttributeRequest()
-
ModifyDirectConnectGatewayAttributeRequest
public ModifyDirectConnectGatewayAttributeRequest(ModifyDirectConnectGatewayAttributeRequest 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
-
getDirectConnectGatewayId
public String getDirectConnectGatewayId()
Get 专线网关唯一`ID`,形如:`dcg-9o233uri`。- Returns:
- DirectConnectGatewayId 专线网关唯一`ID`,形如:`dcg-9o233uri`。
-
setDirectConnectGatewayId
public void setDirectConnectGatewayId(String DirectConnectGatewayId)
Set 专线网关唯一`ID`,形如:`dcg-9o233uri`。- Parameters:
DirectConnectGatewayId
- 专线网关唯一`ID`,形如:`dcg-9o233uri`。
-
getDirectConnectGatewayName
public String getDirectConnectGatewayName()
Get 专线网关名称,可任意命名,但不得超过60个字符。- Returns:
- DirectConnectGatewayName 专线网关名称,可任意命名,但不得超过60个字符。
-
setDirectConnectGatewayName
public void setDirectConnectGatewayName(String DirectConnectGatewayName)
Set 专线网关名称,可任意命名,但不得超过60个字符。- Parameters:
DirectConnectGatewayName
- 专线网关名称,可任意命名,但不得超过60个字符。
-
getCcnRouteType
public String getCcnRouteType()
Get 云联网路由学习类型,可选值:`BGP`(自动学习)、`STATIC`(静态,即用户配置)。只有云联网类型专线网关且开启了BGP功能才支持修改`CcnRouteType`。- Returns:
- CcnRouteType 云联网路由学习类型,可选值:`BGP`(自动学习)、`STATIC`(静态,即用户配置)。只有云联网类型专线网关且开启了BGP功能才支持修改`CcnRouteType`。
-
setCcnRouteType
public void setCcnRouteType(String CcnRouteType)
Set 云联网路由学习类型,可选值:`BGP`(自动学习)、`STATIC`(静态,即用户配置)。只有云联网类型专线网关且开启了BGP功能才支持修改`CcnRouteType`。- Parameters:
CcnRouteType
- 云联网路由学习类型,可选值:`BGP`(自动学习)、`STATIC`(静态,即用户配置)。只有云联网类型专线网关且开启了BGP功能才支持修改`CcnRouteType`。
-
getModeType
public String getModeType()
Get 云联网路由发布模式,可选值:`standard`(标准模式)、`exquisite`(精细模式)。只有云联网类型专线网关才支持修改`ModeType`。- Returns:
- ModeType 云联网路由发布模式,可选值:`standard`(标准模式)、`exquisite`(精细模式)。只有云联网类型专线网关才支持修改`ModeType`。
-
setModeType
public void setModeType(String ModeType)
Set 云联网路由发布模式,可选值:`standard`(标准模式)、`exquisite`(精细模式)。只有云联网类型专线网关才支持修改`ModeType`。- Parameters:
ModeType
- 云联网路由发布模式,可选值:`standard`(标准模式)、`exquisite`(精细模式)。只有云联网类型专线网关才支持修改`ModeType`。
-
-