REST Resource: projects.locations.zones.interconnects

リソース: Interconnect

Interconnect オブジェクトについて説明するメッセージ

JSON 表現
{
  "name": string,
  "createTime": string,
  "updateTime": string,
  "labels": {
    string: string,
    ...
  },
  "description": string,
  "interconnectType": enum (InterconnectType),
  "uuid": string,
  "deviceCloudResourceName": string,
  "physicalPorts": [
    string
  ]
}
フィールド
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 文字です。

interconnectType

enum (InterconnectType)

省略可。相互接続のタイプ。現時点では「DEDICATED」の値のみを受け取ります。

uuid

string

出力専用。リンクの一意の識別子。

deviceCloudResourceName

string

出力専用。スイッチ デバイスの Cloud リソース名。

physicalPorts[]

string

出力専用。物理ポート(TenGigE0/0/0/1)を構成します。

InterconnectType

相互接続のタイプ。

列挙型
INTERCONNECT_TYPE_UNSPECIFIED 指定なし。
DEDICATED Dedicated Interconnectを使用できます

メソッド

diagnose

単一の相互接続リソースの診断情報を取得します。

get

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

list

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