Anthos Multi-Cloud v1 API - Class AttachedPlatformVersionInfo (2.10.0)

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

Reference documentation and code samples for the Anthos Multi-Cloud v1 API class AttachedPlatformVersionInfo.

Information about a supported Attached Clusters platform version.

Inheritance

object > AttachedPlatformVersionInfo

Namespace

Google.Cloud.GkeMultiCloud.V1

Assembly

Google.Cloud.GkeMultiCloud.V1.dll

Constructors

AttachedPlatformVersionInfo()

public AttachedPlatformVersionInfo()

AttachedPlatformVersionInfo(AttachedPlatformVersionInfo)

public AttachedPlatformVersionInfo(AttachedPlatformVersionInfo other)
Parameter
Name Description
other AttachedPlatformVersionInfo

Properties

Enabled

public bool Enabled { get; set; }

Optional. True if the version is available for attachedcluster creation. If a version is enabled, it can be used to attach new clusters.

Property Value
Type Description
bool

EndOfLife

public bool EndOfLife { get; set; }

Optional. True if this cluster version belongs to a minor version that has reached its end of life and is no longer in scope to receive security and bug fixes.

Property Value
Type Description
bool

EndOfLifeDate

public Date EndOfLifeDate { get; set; }

Optional. The estimated date (in Pacific Time) when this cluster version will reach its end of life. Or if this version is no longer supported (the end_of_life field is true), this is the actual date (in Pacific time) when the version reached its end of life.

Property Value
Type Description
Date

ReleaseDate

public Date ReleaseDate { get; set; }

Optional. The date (in Pacific Time) when the cluster version was released.

Property Value
Type Description
Date

Version

public string Version { get; set; }

Platform version name.

Property Value
Type Description
string