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)

出力専用。相互接続アタッチメントが作成された時刻。

RFC 3339 を使用します。生成された出力は常に Z 正規化され、小数点以下は 0、3、6、または 9 桁になります。「Z」以外のオフセットも使用できます。例: "2014-10-02T15:01:23Z""2014-10-02T15:01:23.045123456Z""2014-10-02T15:01:23+05:30"

updateTime

string (Timestamp format)

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

RFC 3339 を使用します。生成された出力は常に Z 正規化され、小数点以下は 0、3、6、または 9 桁になります。「Z」以外のオフセットも使用できます。例: "2014-10-02T15:01:23Z""2014-10-02T15:01:23.045123456Z""2014-10-02T15:01:23+05:30"

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 を一覧表示します。