public class ModifyDirectConnectGatewayAttributeRequest extends AbstractModel
Constructor and Description |
---|
ModifyDirectConnectGatewayAttributeRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getCcnRouteType()
Get The CCN route-learning type.
|
String |
getDirectConnectGatewayId()
Get The unique ID of the direct connect gateway, such as `dcg-9o233uri`.
|
String |
getDirectConnectGatewayName()
Get The direct connect gateway name.
|
void |
setCcnRouteType(String CcnRouteType)
Set The CCN route-learning type.
|
void |
setDirectConnectGatewayId(String DirectConnectGatewayId)
Set The unique ID of the direct connect gateway, such as `dcg-9o233uri`.
|
void |
setDirectConnectGatewayName(String DirectConnectGatewayName)
Set The direct connect gateway name.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ModifyDirectConnectGatewayAttributeRequest()
public String getDirectConnectGatewayId()
public void setDirectConnectGatewayId(String DirectConnectGatewayId)
DirectConnectGatewayId
- The unique ID of the direct connect gateway, such as `dcg-9o233uri`.public String getDirectConnectGatewayName()
public void setDirectConnectGatewayName(String DirectConnectGatewayName)
DirectConnectGatewayName
- The direct connect gateway name. You can enter any name within 60 characters.public String getCcnRouteType()
public void setCcnRouteType(String CcnRouteType)
CcnRouteType
- The CCN route-learning type. Valid values: `BGP` (Automatic learning), `STATIC` (Static, that is, user-configured). You can only modify `CcnRouteType` for a CCN direct connect gateway with BGP enabled.Copyright © 2020. All rights reserved.