Show / Hide Table of Contents

Class ImageVersion

Image Version information

Inheritance
object
ImageVersion
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudComposer.v1beta1.Data
Assembly: Google.Apis.CloudComposer.v1beta1.dll
Syntax
public class ImageVersion : IDirectResponseSchema

Properties

CreationDisabled

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

Declaration
[JsonProperty("creationDisabled")]
public virtual bool? CreationDisabled { get; set; }
Property Value
Type Description
bool?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ImageVersionId

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

Declaration
[JsonProperty("imageVersionId")]
public virtual string ImageVersionId { get; set; }
Property Value
Type Description
string

IsDefault

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

Declaration
[JsonProperty("isDefault")]
public virtual bool? IsDefault { get; set; }
Property Value
Type Description
bool?

ReleaseDate

The date of the version release.

Declaration
[JsonProperty("releaseDate")]
public virtual Date ReleaseDate { get; set; }
Property Value
Type Description
Date

SupportedPythonVersions

supported python versions

Declaration
[JsonProperty("supportedPythonVersions")]
public virtual IList<string> SupportedPythonVersions { get; set; }
Property Value
Type Description
IList<string>

UpgradeDisabled

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

Declaration
[JsonProperty("upgradeDisabled")]
public virtual bool? UpgradeDisabled { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX