public sealed class AttachedPlatformVersionInfo : IMessage<AttachedPlatformVersionInfo>, IEquatable<AttachedPlatformVersionInfo>, IDeepCloneable<AttachedPlatformVersionInfo>, IBufferMessage, IMessageReference documentation and code samples for the Anthos Multi-Cloud v1 API class AttachedPlatformVersionInfo.
Information about a supported Attached Clusters platform version.
Implements
IMessageAttachedPlatformVersionInfo, IEquatableAttachedPlatformVersionInfo, IDeepCloneableAttachedPlatformVersionInfo, IBufferMessage, IMessageNamespace
Google.Cloud.GkeMultiCloud.V1Assembly
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 |
|