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
Implements
IMessage<ImageVersion>, IEquatable<ImageVersion>, IDeepCloneable<ImageVersion>, IBufferMessage, IMessageNamespace
Google.Cloud.Orchestration.Airflow.Service.V1Assembly
Google.Cloud.Orchestration.Airflow.Service.V1.dll
Constructors
ImageVersion()
public ImageVersion()
ImageVersion(ImageVersion)
public ImageVersion(ImageVersion other)
Parameter | |
---|---|
Name | Description |
other | ImageVersion |
Properties
CreationDisabled
public bool CreationDisabled { get; set; }
Whether it is impossible to create an environment with the image version.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
Boolean |
ReleaseDate
public Date ReleaseDate { get; set; }
The date of the version release.
Property Value | |
---|---|
Type | Description |
Date |
SupportedPythonVersions
public RepeatedField<string> SupportedPythonVersions { get; }
supported python versions
Property Value | |
---|---|
Type | Description |
RepeatedField<String> |
UpgradeDisabled
public bool UpgradeDisabled { get; set; }
Whether it is impossible to upgrade an environment running with the image version.
Property Value | |
---|---|
Type | Description |
Boolean |