Cloud Composer v1 API - Class ImageVersion (2.4.0)

public sealed class ImageVersion : IMessage<ImageVersion>, IEquatable<ImageVersion>, IDeepCloneable<ImageVersion>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Composer v1 API class ImageVersion.

ImageVersion information

Inheritance

object > ImageVersion

Namespace

Google.Cloud.Orchestration.Airflow.Service.V1

Assembly

Google.Cloud.Orchestration.Airflow.Service.V1.dll

Constructors

ImageVersion()

public ImageVersion()

ImageVersion(ImageVersion)

public ImageVersion(ImageVersion other)
Parameter
NameDescription
otherImageVersion

Properties

CreationDisabled

public bool CreationDisabled { get; set; }

Whether it is impossible to create an environment with the image version.

Property Value
TypeDescription
bool

ImageVersionId

public string ImageVersionId { get; set; }

The string identifier of the ImageVersion, in the form: "composer-x.y.z-airflow-a.b.c"

Property Value
TypeDescription
string

IsDefault

public bool IsDefault { get; set; }

Whether this is the default ImageVersion used by Composer during environment creation if no input ImageVersion is specified.

Property Value
TypeDescription
bool

ReleaseDate

public Date ReleaseDate { get; set; }

The date of the version release.

Property Value
TypeDescription
Date

SupportedPythonVersions

public RepeatedField<string> SupportedPythonVersions { get; }

supported python versions

Property Value
TypeDescription
RepeatedFieldstring

UpgradeDisabled

public bool UpgradeDisabled { get; set; }

Whether it is impossible to upgrade an environment running with the image version.

Property Value
TypeDescription
bool