public sealed class ImageVersion : IMessage<ImageVersion>, IEquatable<ImageVersion>, IDeepCloneable<ImageVersion>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Composer v1 API class ImageVersion.
ImageVersion information
Implements
IMessageImageVersion, IEquatableImageVersion, IDeepCloneableImageVersion, 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 |
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 | |
|---|---|
| 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 |
bool |
|
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 |
RepeatedFieldstring |
|
UpgradeDisabled
public bool UpgradeDisabled { get; set; }Whether it is impossible to upgrade an environment running with the image version.
| Property Value | |
|---|---|
| Type | Description |
bool |
|