REST Resource: projects.locations.zones.interconnectAttachments

资源:InterconnectAttachment

描述 InterconnectAttachment 对象的消息

JSON 表示法
{
  "name": string,
  "createTime": string,
  "updateTime": string,
  "labels": {
    string: string,
    ...
  },
  "description": string,
  "interconnect": string,
  "network": string,
  "vlanId": integer,
  "mtu": integer,
  "state": enum (ResourceState)
}
字段
name

string

必需。互连连接的规范资源名称。

createTime

string (Timestamp format)

仅限输出。互连连接的创建时间。

时间戳采用 RFC3339 世界协调时间(UTC,即“祖鲁时”)格式,精确到纳秒,最多九个小数位。示例:"2014-10-02T15:01:23Z""2014-10-02T15:01:23.045123456Z"

updateTime

string (Timestamp format)

仅限输出。互联附件的上次更新时间。

时间戳采用 RFC3339 世界协调时间(UTC,即“祖鲁时”)格式,精确到纳秒,最多九个小数位。示例:"2014-10-02T15:01:23Z""2014-10-02T15:01:23.045123456Z"

labels

map (key: string, value: string)

与此资源关联的标签。

包含一系列 "key": value 对的对象。示例:{ "name": "wrench", "mass": "1.3kg", "count": "3" }

description

string

可选。资源的自由文本说明。长度上限为 1024 个字符。

interconnect

string

必需。相应连接的流量将通过的底层互连对象的规范名称。名称的格式为 projects/{project}/locations/{location}/zones/{zone}/interconnects/{interconnect}。

network

string

可选。规范的网络名称,格式为 projects/{project}/locations/{location}/zones/{zone}/networks/{network}。

vlanId

integer

必需。用户提供的 VLAN ID。必须在整个网站中保持唯一性。

mtu

integer

虚拟边缘云的 IP (L3) MTU 值。有效值为:1500 和 9000。如果未设置,则默认为 1500。

state

enum (ResourceState)

仅限输出。通过配置推送将资源推送到设备的当前阶段。

方法

create

在给定的项目和位置中创建新的互联附件。

delete

删除单个互连附件。

get

获取单个互联附件的详细信息。

list

列出给定项目和位置中的 InterconnectAttachment。