Class: Google::Cloud::GkeMultiCloud::V1::AwsServerConfig Deprecated
- Inherits:
-
Object
- Object
- Google::Cloud::GkeMultiCloud::V1::AwsServerConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb
Overview
Deprecated.
This message is deprecated and may be removed in the next major version update.
AwsServerConfig is the configuration of GKE cluster on AWS.
Instance Attribute Summary collapse
-
#name ⇒ ::String
The resource name of the config.
-
#supported_aws_regions ⇒ ::Array<::String>
The list of supported AWS regions.
-
#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.
Instance Attribute Details
#name ⇒ ::String
Returns The resource name of the config.
742 743 744 745 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb', line 742 class AwsServerConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#supported_aws_regions ⇒ ::Array<::String>
Returns The list of supported AWS regions.
742 743 744 745 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb', line 742 class AwsServerConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#valid_versions ⇒ ::Array<::Google::Cloud::GkeMultiCloud::V1::AwsK8sVersionInfo>
Returns 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.
742 743 744 745 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb', line 742 class AwsServerConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |