资源:InterconnectAttachment
描述 InterconnectAttachment 对象的消息
| JSON 表示法 |
|---|
{
"name": string,
"createTime": string,
"updateTime": string,
"labels": {
string: string,
...
},
"description": string,
"interconnect": string,
"network": string,
"vlanId": integer,
"mtu": integer,
"state": enum ( |
| 字段 | |
|---|---|
name |
必需。互连连接的规范资源名称。 |
createTime |
仅限输出。互连连接的创建时间。 时间戳采用 RFC3339 世界协调时间(UTC,即“祖鲁时”)格式,精确到纳秒,最多九个小数位。示例: |
updateTime |
仅限输出。互联附件的上次更新时间。 时间戳采用 RFC3339 世界协调时间(UTC,即“祖鲁时”)格式,精确到纳秒,最多九个小数位。示例: |
labels |
与此资源关联的标签。 包含一系列 |
description |
可选。资源的自由文本说明。长度上限为 1024 个字符。 |
interconnect |
必需。相应连接的流量将通过的底层互连对象的规范名称。名称的格式为 projects/{project}/locations/{location}/zones/{zone}/interconnects/{interconnect}。 |
network |
可选。规范的网络名称,格式为 projects/{project}/locations/{location}/zones/{zone}/networks/{network}。 |
vlanId |
必需。用户提供的 VLAN ID。必须在整个网站中保持唯一性。 |
mtu |
虚拟边缘云的 IP (L3) MTU 值。有效值为:1500 和 9000。如果未设置,则默认为 1500。 |
state |
仅限输出。通过配置推送将资源推送到设备的当前阶段。 |
方法 |
|
|---|---|
|
在给定的项目和位置中创建新的互联附件。 |
|
删除单个互连附件。 |
|
获取单个互联附件的详细信息。 |
|
列出给定项目和位置中的 InterconnectAttachment。 |