Class: Google::Cloud::GkeMultiCloud::V1::AttachedPlatformVersionInfo

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

Information about a supported Attached Clusters platform version.

Instance Attribute Summary collapse

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.

Returns:

  • (::Boolean)

    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.

Returns:

  • (::Boolean)

    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.

Returns:

  • (::Google::Type::Date)

    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.

Returns:

  • (::Google::Type::Date)

    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.

Returns:

  • (::String)

    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