GoogleApi.Composer.V1beta1.Model.ImageVersion (google_api_composer v0.36.3)

View Source

Image Version information

Attributes

  • creationDisabled (type: boolean(), default: nil) - Whether it is impossible to create an environment with the image version.
  • imageVersionId (type: String.t, default: nil) - The string identifier of the ImageVersion, in the form: "composer-x.y.z-airflow-a.b.c"
  • isDefault (type: boolean(), default: nil) - Whether this is the default ImageVersion used by Composer during environment creation if no input ImageVersion is specified.
  • releaseDate (type: GoogleApi.Composer.V1beta1.Model.Date.t, default: nil) - The date of the version release.
  • supportedPythonVersions (type: list(String.t), default: nil) - supported python versions
  • upgradeDisabled (type: boolean(), default: nil) - Whether it is impossible to upgrade an environment running with the image version.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Composer.V1beta1.Model.ImageVersion{
  creationDisabled: boolean() | nil,
  imageVersionId: String.t() | nil,
  isDefault: boolean() | nil,
  releaseDate: GoogleApi.Composer.V1beta1.Model.Date.t() | nil,
  supportedPythonVersions: [String.t()] | nil,
  upgradeDisabled: boolean() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.