Reference documentation and code samples for the Google Anthos Multi Cloud V1 Client class AwsServerConfig.
AwsServerConfig is the configuration of GKE cluster on AWS.
Generated from protobuf message google.cloud.gkemulticloud.v1.AwsServerConfig
Namespace
Google \ Cloud \ GkeMultiCloud \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
The resource name of the config. |
↳ valid_versions |
array<Google\Cloud\GkeMultiCloud\V1\AwsK8sVersionInfo>
List of all released Kubernetes versions, including ones which are end of life and can no longer be used. Filter by the |
↳ supported_aws_regions |
array
The list of supported AWS regions. |
getName
The resource name of the config.
Returns | |
---|---|
Type | Description |
string |
setName
The resource name of the config.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getValidVersions
List of all released Kubernetes versions, including ones which are end of
life and can no longer be used. Filter by the enabled
property to limit to currently available versions.
Valid versions supported for both create and update operations
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setValidVersions
List of all released Kubernetes versions, including ones which are end of
life and can no longer be used. Filter by the enabled
property to limit to currently available versions.
Valid versions supported for both create and update operations
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\GkeMultiCloud\V1\AwsK8sVersionInfo>
|
Returns | |
---|---|
Type | Description |
$this |
getSupportedAwsRegions
The list of supported AWS regions.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setSupportedAwsRegions
The list of supported AWS regions.
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |