public sealed class AwsK8sVersionInfo : IMessage<AwsK8sVersionInfo>, IEquatable<AwsK8sVersionInfo>, IDeepCloneable<AwsK8sVersionInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Anthos Multi-Cloud v1 API class AwsK8sVersionInfo.
Kubernetes version information of GKE cluster on AWS.
Implements
IMessageAwsK8sVersionInfo, IEquatableAwsK8sVersionInfo, IDeepCloneableAwsK8sVersionInfo, IBufferMessage, IMessageNamespace
Google.Cloud.GkeMultiCloud.V1Assembly
Google.Cloud.GkeMultiCloud.V1.dll
Constructors
AwsK8sVersionInfo()
public AwsK8sVersionInfo()
AwsK8sVersionInfo(AwsK8sVersionInfo)
public AwsK8sVersionInfo(AwsK8sVersionInfo other)
Parameter | |
---|---|
Name | Description |
other |
AwsK8sVersionInfo |
Properties
Enabled
public bool Enabled { get; set; }
Optional. True if the version is available for cluster creation. If a version is enabled for creation, it can be used to create new clusters. Otherwise, cluster creation will fail. However, cluster upgrade operations may succeed, even if the version is not enabled.
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; }
Kubernetes version name.
Property Value | |
---|---|
Type | Description |
string |