public class CreateCloudRouterEdgePoint
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
BackupIPSecConfig |
backupIpSec
备用IPSec配置。
|
Integer |
bandwidthMbps
接入的带宽大小。
|
BGPConnection |
bgpConnection
BGP连接配置信息。
|
String |
cloudAccountId
公有云账号ID。Google 云此处为 pairing key。
|
String |
cloudRegionId
公有云区域ID。
|
String |
cloudType
云连接类型。可选值:
- AWS
- TENCENT
- GOOGLE
- ALI_CLOUD
- AZURE
|
String |
customerPrivateIP
您的内网IP地址。
|
String |
customerPublicIP
您的公网IP地址。
当 ipSecTunnel 为 RemoteIP 时必传。
|
String |
dcId
接入点数据中心ID。
|
String |
edgePointName
连接点名称, 仅支持类型为云连接时指定名称。
如果是端口, 则会使用端口名作为接入点名称。 如果是VPC, 则会使用VPC名作为接入点名称。 |
Boolean |
enableHealthCheck
是否启用健康检查。
默认值为 false 不开启。
|
String |
haType
高可用类型
|
String |
ipAddress
IP地址信息。
|
IPSecBGPConnection |
ipSecBgpConnection
BGP连接配置信息。
BGP和静态路由配置二者二选其一。
|
List<IPSecStaticRoute> |
ipSecStaticRoutes
静态路由配置信息。
BGP和静态路由配置二者二选其一。
|
String |
ipSecTunnel
IPSec隧道。可选值:
FQDN
RemoteIP
|
String |
portId
物理端口ID。
|
String |
psk
预共享密钥。
|
List<IPRoute> |
staticRoutes
静态路由配置信息。
|
String |
virtualEdgePrivateIP
边缘网关内网IP地址。
|
Integer |
vlanId
VLAN ID。
|
String |
vpcId
裸金属产品内VPC ID。
|
String |
zbgId
弹性算力产品内边界网关 ID。
|
| Constructor and Description |
|---|
CreateCloudRouterEdgePoint() |
public String vpcId
public Integer bandwidthMbps
public String zbgId
public String portId
public Integer vlanId
public String cloudRegionId
public String edgePointName
public String cloudAccountId
public String dcId
public String cloudType
public String ipAddress
public BGPConnection bgpConnection
public String haType
public String ipSecTunnel
public String psk
public String customerPublicIP
public String customerPrivateIP
public String virtualEdgePrivateIP
public Boolean enableHealthCheck
public IPSecBGPConnection ipSecBgpConnection
public List<IPSecStaticRoute> ipSecStaticRoutes
public BackupIPSecConfig backupIpSec
Copyright © 2025. All rights reserved.