GoogleApi.Notebooks.V1.Model.VirtualMachine (google_api_notebooks v0.16.0)

View Source

Runtime using Virtual Machine for computing.

Attributes

  • instanceId (type: String.t, default: nil) - Output only. The unique identifier of the Managed Compute Engine instance.
  • instanceName (type: String.t, default: nil) - Output only. The user-friendly name of the Managed Compute Engine instance.
  • virtualMachineConfig (type: GoogleApi.Notebooks.V1.Model.VirtualMachineConfig.t, default: nil) - Virtual Machine configuration settings.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Notebooks.V1.Model.VirtualMachine{
  instanceId: String.t() | nil,
  instanceName: String.t() | nil,
  virtualMachineConfig:
    GoogleApi.Notebooks.V1.Model.VirtualMachineConfig.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.