Class: Google::Cloud::GkeBackup::V1::Backup::ClusterMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::GkeBackup::V1::Backup::ClusterMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkebackup/v1/backup.rb
Overview
Information about the GKE cluster from which this Backup was created.
Defined Under Namespace
Classes: BackupCrdVersionsEntry
Instance Attribute Summary collapse
-
#anthos_version ⇒ ::String
readonly
Output only.
-
#backup_crd_versions ⇒ ::Google::Protobuf::Map{::String => ::String}
readonly
Output only.
-
#cluster ⇒ ::String
readonly
Output only.
-
#gke_version ⇒ ::String
readonly
Output only.
-
#k8s_version ⇒ ::String
readonly
Output only.
Instance Attribute Details
#anthos_version ⇒ ::String (readonly)
Returns Output only. Anthos version.
197 198 199 200 201 202 203 204 205 206 207 208 209 |
# File 'proto_docs/google/cloud/gkebackup/v1/backup.rb', line 197 class ClusterMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class BackupCrdVersionsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#backup_crd_versions ⇒ ::Google::Protobuf::Map{::String => ::String} (readonly)
Returns Output only. A list of the Backup for GKE CRD versions found in the cluster.
197 198 199 200 201 202 203 204 205 206 207 208 209 |
# File 'proto_docs/google/cloud/gkebackup/v1/backup.rb', line 197 class ClusterMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class BackupCrdVersionsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#cluster ⇒ ::String (readonly)
Returns Output only. The source cluster from which this Backup was created. Valid formats:
projects/*/locations/*/clusters/*
projects/*/zones/*/clusters/*
This is inherited from the parent BackupPlan's cluster field.
197 198 199 200 201 202 203 204 205 206 207 208 209 |
# File 'proto_docs/google/cloud/gkebackup/v1/backup.rb', line 197 class ClusterMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class BackupCrdVersionsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#gke_version ⇒ ::String (readonly)
Returns Output only. GKE version.
197 198 199 200 201 202 203 204 205 206 207 208 209 |
# File 'proto_docs/google/cloud/gkebackup/v1/backup.rb', line 197 class ClusterMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class BackupCrdVersionsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#k8s_version ⇒ ::String (readonly)
Returns Output only. The Kubernetes server version of the source cluster.
197 198 199 200 201 202 203 204 205 206 207 208 209 |
# File 'proto_docs/google/cloud/gkebackup/v1/backup.rb', line 197 class ClusterMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class BackupCrdVersionsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |