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.



240
241
242
243
# File 'proto_docs/google/cloud/gkemulticloud/v1/attached_resources.rb', line 240

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:



240
241
242
243
# File 'proto_docs/google/cloud/gkemulticloud/v1/attached_resources.rb', line 240

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