public class CreateCustomerGatewayRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateCustomerGatewayRequest() | 
| CreateCustomerGatewayRequest(CreateCustomerGatewayRequest 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。ASN取值范围为1- 4294967295,其中139341、45090和58835不可用。 | 
| String | getCustomerGatewayName()Get 对端网关名称,可任意命名,但不得超过60个字符。 | 
| String | getIpAddress()Get 对端网关公网IP。 | 
| Tag[] | getTags()Get 指定绑定的标签列表,例如:[{"Key": "city", "Value": "shanghai"}] | 
| void | setBgpAsn(Long BgpAsn)Set BGP ASN。ASN取值范围为1- 4294967295,其中139341、45090和58835不可用。 | 
| void | setCustomerGatewayName(String CustomerGatewayName)Set 对端网关名称,可任意命名,但不得超过60个字符。 | 
| void | setIpAddress(String IpAddress)Set 对端网关公网IP。 | 
| void | setTags(Tag[] Tags)Set 指定绑定的标签列表,例如:[{"Key": "city", "Value": "shanghai"}] | 
| 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 CreateCustomerGatewayRequest()
public CreateCustomerGatewayRequest(CreateCustomerGatewayRequest source)
public String getCustomerGatewayName()
public void setCustomerGatewayName(String CustomerGatewayName)
CustomerGatewayName - 对端网关名称,可任意命名,但不得超过60个字符。public String getIpAddress()
public void setIpAddress(String IpAddress)
IpAddress - 对端网关公网IP。public Tag[] getTags()
public void setTags(Tag[] Tags)
Tags - 指定绑定的标签列表,例如:[{"Key": "city", "Value": "shanghai"}]public Long getBgpAsn()
public void setBgpAsn(Long BgpAsn)
BgpAsn - BGP ASN。ASN取值范围为1- 4294967295,其中139341、45090和58835不可用。Copyright © 2025. All rights reserved.