Class: Google::Cloud::GkeMultiCloud::V1::AttachedPlatformVersionInfo
- Inherits:
-
Object
- Object
- Google::Cloud::GkeMultiCloud::V1::AttachedPlatformVersionInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkemulticloud/v1/attached_resources.rb
Overview
Information about a supported Attached Clusters platform version.
Instance Attribute Summary collapse
-
#enabled ⇒ ::Boolean
Optional.
-
#end_of_life ⇒ ::Boolean
Optional.
-
#end_of_life_date ⇒ ::Google::Type::Date
Optional.
-
#release_date ⇒ ::Google::Type::Date
Optional.
-
#version ⇒ ::String
Platform version name.
Instance Attribute Details
#enabled ⇒ ::Boolean
Returns Optional. True if the version is available for attachedcluster creation. If a version is enabled, it can be used to attach new clusters.
296 297 298 299 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/attached_resources.rb', line 296 class AttachedPlatformVersionInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#end_of_life ⇒ ::Boolean
Returns Optional. True if this cluster version belongs to a minor version that has reached its end of life and is no longer in scope to receive security and bug fixes.
296 297 298 299 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/attached_resources.rb', line 296 class AttachedPlatformVersionInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#end_of_life_date ⇒ ::Google::Type::Date
Returns Optional. The estimated date (in Pacific Time) when this cluster version
will reach its end of life. Or if this version is no longer supported (the
end_of_life field is true), this is the actual date (in Pacific time)
when the version reached its end of life.
296 297 298 299 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/attached_resources.rb', line 296 class AttachedPlatformVersionInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#release_date ⇒ ::Google::Type::Date
Returns Optional. The date (in Pacific Time) when the cluster version was released.
296 297 298 299 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/attached_resources.rb', line 296 class AttachedPlatformVersionInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#version ⇒ ::String
Returns Platform version name.
296 297 298 299 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/attached_resources.rb', line 296 class AttachedPlatformVersionInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |