Class ImageVersion (1.0.0)

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

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
Boolean

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
Boolean

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
RepeatedField<String>

UpgradeDisabled

public bool UpgradeDisabled { get; set; }

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

Property Value
TypeDescription
Boolean