Class: Google::Cloud::GkeMultiCloud::V1::AttachedServerConfig

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

Overview

AttachedServerConfig provides information about supported Kubernetes versions

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns The resource name of the config.

Returns:

  • (::String)

    The resource name of the config.



264
265
266
267
# File 'proto_docs/google/cloud/gkemulticloud/v1/attached_resources.rb', line 264

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

#valid_versions::Array<::Google::Cloud::GkeMultiCloud::V1::AttachedPlatformVersionInfo>

Returns List of valid platform versions.

Returns:



264
265
266
267
# File 'proto_docs/google/cloud/gkemulticloud/v1/attached_resources.rb', line 264

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