Class: Google::Cloud::GkeMultiCloud::V1::AwsServerConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb

Overview

AwsServerConfig is the configuration of GKE cluster on AWS.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns The resource name of the config.

Returns:

  • (::String)

    The resource name of the config.



724
725
726
727
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb', line 724

class AwsServerConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#supported_aws_regions::Array<::String>

Returns The list of supported AWS regions.

Returns:

  • (::Array<::String>)

    The list of supported AWS regions.



724
725
726
727
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb', line 724

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.

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



724
725
726
727
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb', line 724

class AwsServerConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end