Reference documentation and code samples for the Google Anthos Multi Cloud V1 Client class AwsK8sVersionInfo.
Kubernetes version information of GKE cluster on AWS.
Generated from protobuf messagegoogle.cloud.gkemulticloud.v1.AwsK8sVersionInfo
Namespace
Google \ Cloud \ GkeMultiCloud \ V1
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ version
string
Kubernetes version name.
↳ enabled
bool
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.
↳ end_of_life
bool
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.
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 (theend_of_lifefield is true), this is the actual date (in Pacific time) when the version reached its end of life.
Optional. The date (in Pacific Time) when the cluster version was released.
getVersion
Kubernetes version name.
Returns
Type
Description
string
setVersion
Kubernetes version name.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getEnabled
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.
Returns
Type
Description
bool
setEnabled
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.
Parameter
Name
Description
var
bool
Returns
Type
Description
$this
getEndOfLife
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.
Returns
Type
Description
bool
setEndOfLife
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.
Parameter
Name
Description
var
bool
Returns
Type
Description
$this
getEndOfLifeDate
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 (theend_of_lifefield is true), this is the actual date (in Pacific time)
when the version reached its end of life.
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 (theend_of_lifefield is true), this is the actual date (in Pacific time)
when the version reached its end of life.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Anthos Multi Cloud V1 Client - Class AwsK8sVersionInfo (1.2.2)\n\nVersion latestkeyboard_arrow_down\n\n- [1.2.2 (latest)](/php/docs/reference/cloud-gke-multi-cloud/latest/V1.AwsK8sVersionInfo)\n- [1.2.1](/php/docs/reference/cloud-gke-multi-cloud/1.2.1/V1.AwsK8sVersionInfo)\n- [1.1.2](/php/docs/reference/cloud-gke-multi-cloud/1.1.2/V1.AwsK8sVersionInfo)\n- [1.0.0](/php/docs/reference/cloud-gke-multi-cloud/1.0.0/V1.AwsK8sVersionInfo)\n- [0.6.1](/php/docs/reference/cloud-gke-multi-cloud/0.6.1/V1.AwsK8sVersionInfo)\n- [0.5.4](/php/docs/reference/cloud-gke-multi-cloud/0.5.4/V1.AwsK8sVersionInfo)\n- [0.4.4](/php/docs/reference/cloud-gke-multi-cloud/0.4.4/V1.AwsK8sVersionInfo)\n- [0.3.0](/php/docs/reference/cloud-gke-multi-cloud/0.3.0/V1.AwsK8sVersionInfo)\n- [0.2.3](/php/docs/reference/cloud-gke-multi-cloud/0.2.3/V1.AwsK8sVersionInfo)\n- [0.1.4](/php/docs/reference/cloud-gke-multi-cloud/0.1.4/V1.AwsK8sVersionInfo) \nReference documentation and code samples for the Google Anthos Multi Cloud V1 Client class AwsK8sVersionInfo.\n\nKubernetes version information of GKE cluster on AWS.\n\nGenerated from protobuf message `google.cloud.gkemulticloud.v1.AwsK8sVersionInfo`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ GkeMultiCloud \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getVersion\n\nKubernetes version name.\n\n### setVersion\n\nKubernetes version name.\n\n### getEnabled\n\nOptional. True if the version is available for cluster creation. If a\nversion is enabled for creation, it can be used to create new clusters.\n\nOtherwise, cluster creation will fail. However, cluster upgrade operations\nmay succeed, even if the version is not enabled.\n\n### setEnabled\n\nOptional. True if the version is available for cluster creation. If a\nversion is enabled for creation, it can be used to create new clusters.\n\nOtherwise, cluster creation will fail. However, cluster upgrade operations\nmay succeed, even if the version is not enabled.\n\n### getEndOfLife\n\nOptional. True if this cluster version belongs to a minor version that has\nreached its end of life and is no longer in scope to receive security and\nbug fixes.\n\n### setEndOfLife\n\nOptional. True if this cluster version belongs to a minor version that has\nreached its end of life and is no longer in scope to receive security and\nbug fixes.\n\n### getEndOfLifeDate\n\nOptional. The estimated date (in Pacific Time) when this cluster version\nwill reach its end of life. Or if this version is no longer supported (the\n`end_of_life` field is true), this is the actual date (in Pacific time)\nwhen the version reached its end of life.\n\n### hasEndOfLifeDate\n\n### clearEndOfLifeDate\n\n### setEndOfLifeDate\n\nOptional. The estimated date (in Pacific Time) when this cluster version\nwill reach its end of life. Or if this version is no longer supported (the\n`end_of_life` field is true), this is the actual date (in Pacific time)\nwhen the version reached its end of life.\n\n### getReleaseDate\n\nOptional. The date (in Pacific Time) when the cluster version was released.\n\n### hasReleaseDate\n\n### clearReleaseDate\n\n### setReleaseDate\n\nOptional. The date (in Pacific Time) when the cluster version was released."]]