View Source GoogleApi.Notebooks.V1.Model.InstanceMigrationEligibility (google_api_notebooks v0.15.0)

InstanceMigrationEligibility represents the feasibility information of a migration from UmN to WbI.

Attributes

  • errors (type: list(String.t), default: nil) - Output only. Certain configurations make the UmN ineligible for an automatic migration. A manual migration is required.
  • warnings (type: list(String.t), default: nil) - Output only. Certain configurations will be defaulted during the migration.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Notebooks.V1.Model.InstanceMigrationEligibility{
  errors: [String.t()] | nil,
  warnings: [String.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.