View Source GoogleApi.Notebooks.V1.Model.VmImage (google_api_notebooks v0.14.0)

Definition of a custom Compute Engine virtual machine image for starting a notebook instance with the environment installed directly on the VM.

Attributes

  • imageFamily (type: String.t, default: nil) - Use this VM image family to find the image; the newest image in this family will be used.
  • imageName (type: String.t, default: nil) - Use VM image name to find the image.
  • project (type: String.t, default: nil) - Required. The name of the Google Cloud project that this VM image belongs to. Format: {project_id}

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Notebooks.V1.Model.VmImage{
  imageFamily: String.t() | nil,
  imageName: String.t() | nil,
  project: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.