public class CreateCloudRouterEdgePoint
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
Integer |
bandwidthMbps
接入的带宽大小。
|
BGPConnection |
bgpConnection
BGP连接配置信息。
|
String |
cloudAccountId
公有云账号ID。Google 云此处为 pairing key。
|
String |
cloudRegionId
公有云区域ID。
|
String |
cloudType
云连接类型。可选值:
- AWS
- TENCENT
- GOOGLE
|
String |
dcId
接入点数据中心ID。
|
String |
edgePointName
连接点名称, 仅支持类型为云连接时指定名称。
如果是端口, 则会使用端口名作为接入点名称。 如果是VPC, 则会使用VPC名作为接入点名称。 |
String |
ipAddress
IP地址信息。
|
String |
portId
物理端口ID。
|
List<IPRoute> |
staticRoutes
静态路由配置信息。
|
Integer |
vlanId
VLAN ID。
|
String |
vpcId
裸金属产品内VPC ID。
|
| Constructor and Description |
|---|
CreateCloudRouterEdgePoint() |
public String vpcId
public Integer bandwidthMbps
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
Copyright © 2024. All rights reserved.