Reference documentation and code samples for the Anthos Multi-Cloud V1 API class Google::Cloud::GkeMultiCloud::V1::AwsServerConfig.
AwsServerConfig is the configuration of GKE cluster on AWS.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
Returns
- (::String) — The resource name of the config.
#name=
def name=(value) -> ::String
Parameter
- value (::String) — The resource name of the config.
Returns
- (::String) — The resource name of the config.
#supported_aws_regions
def supported_aws_regions() -> ::Array<::String>
Returns
- (::Array<::String>) — The list of supported AWS regions.
#supported_aws_regions=
def supported_aws_regions=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — The list of supported AWS regions.
Returns
- (::Array<::String>) — The list of supported AWS regions.
#valid_versions
def valid_versions() -> ::Array<::Google::Cloud::GkeMultiCloud::V1::AwsK8sVersionInfo>
Returns
-
(::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
enabled
property to limit to currently available versions. Valid versions supported for both create and update operations
#valid_versions=
def valid_versions=(value) -> ::Array<::Google::Cloud::GkeMultiCloud::V1::AwsK8sVersionInfo>
Parameter
-
value (::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
enabled
property to limit to currently available versions. Valid versions supported for both create and update operations
Returns
-
(::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
enabled
property to limit to currently available versions. Valid versions supported for both create and update operations