public class ModifyCustomerGatewayAttributeRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ModifyCustomerGatewayAttributeRequest() | 
| ModifyCustomerGatewayAttributeRequest(ModifyCustomerGatewayAttributeRequest 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getBgpAsn()Get BGP ASN。只有开启BGP白名单才可以修改此参数。 | 
| String | getCustomerGatewayId()Get 对端网关ID,例如:cgw-2wqq41m9,可通过[DescribeCustomerGateways](https://cloud.tencent.com/document/api/215/17516)接口查询对端网关。 | 
| String | getCustomerGatewayName()Get 对端网关名称,可任意命名,但不得超过60个字符。 | 
| void | setBgpAsn(Long BgpAsn)Set BGP ASN。只有开启BGP白名单才可以修改此参数。 | 
| void | setCustomerGatewayId(String CustomerGatewayId)Set 对端网关ID,例如:cgw-2wqq41m9,可通过[DescribeCustomerGateways](https://cloud.tencent.com/document/api/215/17516)接口查询对端网关。 | 
| void | setCustomerGatewayName(String CustomerGatewayName)Set 对端网关名称,可任意命名,但不得超过60个字符。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ModifyCustomerGatewayAttributeRequest()
public ModifyCustomerGatewayAttributeRequest(ModifyCustomerGatewayAttributeRequest source)
public String getCustomerGatewayId()
public void setCustomerGatewayId(String CustomerGatewayId)
CustomerGatewayId - 对端网关ID,例如:cgw-2wqq41m9,可通过[DescribeCustomerGateways](https://cloud.tencent.com/document/api/215/17516)接口查询对端网关。public String getCustomerGatewayName()
public void setCustomerGatewayName(String CustomerGatewayName)
CustomerGatewayName - 对端网关名称,可任意命名,但不得超过60个字符。public Long getBgpAsn()
public void setBgpAsn(Long BgpAsn)
BgpAsn - BGP ASN。只有开启BGP白名单才可以修改此参数。Copyright © 2025. All rights reserved.