VmImage

自定义 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

必需。相应虚拟机映像所属的 Google Cloud 项目的名称。格式:{projectId}

联合字段 image。对外部 Compute Engine 虚拟机映像的引用。image 只能是下列其中一项:
imageName

string

使用虚拟机映像名称查找映像。

imageFamily

string

使用此虚拟机映像系列查找映像;系统将使用此系列中的最新映像。