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「Zulu」形式のタイムスタンプであり、精度はナノ秒まで、小数点以下は最大 9 桁です。例: "2014-10-02T15:01:23Z""2014-10-02T15:01:23.045123456Z"

updateTime

string (Timestamp format)

出力専用。インターコネクト アタッチメントが最後に更新された時刻。

RFC3339 UTC「Zulu」形式のタイムスタンプであり、精度はナノ秒まで、小数点以下は最大 9 桁です。例: "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

省略可。フリーテキストでのリソースの説明。最大長は 1,024 文字です。

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 値。有効な値は 1,500 と 9,000 です。設定しない場合、デフォルトは 1,500 です。

state

enum (ResourceState)

出力専用。構成プッシュによるリソースのデバイスへの現在のステージ。

メソッド

create

指定されたプロジェクトとロケーションに新しい InterconnectAttachment を作成します。

delete

1 つの InterconnectAttachment を削除します。

get

1 つの InterconnectAttachment の詳細を取得します。

list

指定されたプロジェクトとロケーションの InterconnectAttachments を一覧表示します。