GoogleApi.Composer.V1beta1.Model.CheckUpgradeRequest (google_api_composer v0.25.0) View Source
Request to check whether image upgrade will succeed.
Attributes
-
imageVersion
(type:String.t
, default:nil
) - The version of the software running in the environment. This encapsulates both the version of Cloud Composer functionality and the version of Apache Airflow. It must match the regular expressioncomposer-([0-9]+\.[0-9]+\.[0-9]+|latest)-airflow-[0-9]+\.[0-9]+(\.[0-9]+.*)?
. When used as input, the server also checks if the provided version is supported and denies the request for an unsupported version. The Cloud Composer portion of the version is a semantic version orlatest
. When the patch version is omitted, the current Cloud Composer patch version is selected. Whenlatest
is provided instead of an explicit version number, the server replaceslatest
with the current Cloud Composer version and stores that version number in the same field. The portion of the image version that followsairflow-
is an official Apache Airflow repository release name. See also [Version List] (/composer/docs/concepts/versioning/composer-versions).
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Composer.V1beta1.Model.CheckUpgradeRequest{ imageVersion: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.