Class: Google::Cloud::GkeMultiCloud::V1::AttachedServerConfig
- Inherits:
-
Object
- Object
- Google::Cloud::GkeMultiCloud::V1::AttachedServerConfig
- 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
-
#name ⇒ ::String
The resource name of the config.
-
#valid_versions ⇒ ::Array<::Google::Cloud::GkeMultiCloud::V1::AttachedPlatformVersionInfo>
List of valid platform versions.
Instance Attribute Details
#name ⇒ ::String
Returns 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.
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 |