VmImage

VM に直接インストールされた環境でノートブック インスタンスを起動するためのカスタム Compute Engine 仮想マシン イメージの定義。

JSON 表現
{
  "project": string,

  // Union field image can be only one of the following:
  "imageName": string,
  "imageFamily": string
  // End of list of possible types for union field image.
}
フィールド
project

string

必須。この VM イメージが属する Google Cloud プロジェクトの名前。形式: {projectId}

共用体フィールド image。外部 Compute Engine VM イメージへの参照。image は次のいずれかになります。
imageName

string

VM イメージ名を使用してイメージを検索します。

imageFamily

string

この VM イメージ ファミリーを使用してイメージを検索します。このファミリーの最新のイメージが使用されます。