DirectConnection interface
定义直接连接的属性。
属性
| bandwidth |
连接的带宽。 |
| bgp |
与连接关联的 BGP 会话。 |
| connection |
连接的唯一标识符(GUID)。 |
| connection |
连接的状态。 注意:此属性不会序列化。 它只能由服务器填充。 |
| error |
与连接状态相关的错误消息(如果有)。 注意:此属性不会序列化。 它只能由服务器填充。 |
| microsoft |
Microsoft对等互连预配系统中用于跟踪连接说明的 ID:此属性不会序列化。 它只能由服务器填充。 |
| peering |
必须设置连接的设施的 PeeringDB.com ID。 |
| provisioned |
实际预配的带宽。 注意:此属性不会序列化。 它只能由服务器填充。 |
| session |
指示Microsoft是否提供会话 IP 地址的字段。 |
| use |
指示连接是否用于对等互连服务的标志。 |
属性详细信息
bandwidthInMbps
连接的带宽。
bandwidthInMbps?: number
属性值
number
bgpSession
connectionIdentifier
连接的唯一标识符(GUID)。
connectionIdentifier?: string
属性值
string
connectionState
连接的状态。 注意:此属性不会序列化。 它只能由服务器填充。
connectionState?: string
属性值
string
errorMessage
与连接状态相关的错误消息(如果有)。 注意:此属性不会序列化。 它只能由服务器填充。
errorMessage?: string
属性值
string
microsoftTrackingId
Microsoft对等互连预配系统中用于跟踪连接说明的 ID:此属性不会序列化。 它只能由服务器填充。
microsoftTrackingId?: string
属性值
string
peeringDBFacilityId
必须设置连接的设施的 PeeringDB.com ID。
peeringDBFacilityId?: number
属性值
number
provisionedBandwidthInMbps
实际预配的带宽。 注意:此属性不会序列化。 它只能由服务器填充。
provisionedBandwidthInMbps?: number
属性值
number
sessionAddressProvider
指示Microsoft是否提供会话 IP 地址的字段。
sessionAddressProvider?: string
属性值
string
useForPeeringService
指示连接是否用于对等互连服务的标志。
useForPeeringService?: boolean
属性值
boolean