Class: Google::Cloud::GkeBackup::V1::Backup::ClusterMetadata

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#anthos_version::String

Returns Anthos version.

Returns:

  • (::String)

    Anthos version



176
177
178
179
180
181
182
183
184
185
186
187
188
# File 'proto_docs/google/cloud/gkebackup/v1/backup.rb', line 176

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}

Returns A list of the Backup for GKE CRD versions found in the cluster.

Returns:

  • (::Google::Protobuf::Map{::String => ::String})

    A list of the Backup for GKE CRD versions found in the cluster.



176
177
178
179
180
181
182
183
184
185
186
187
188
# File 'proto_docs/google/cloud/gkebackup/v1/backup.rb', line 176

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

Returns 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.

Returns:

  • (::String)

    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.



176
177
178
179
180
181
182
183
184
185
186
187
188
# File 'proto_docs/google/cloud/gkebackup/v1/backup.rb', line 176

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

Returns GKE version.

Returns:

  • (::String)

    GKE version



176
177
178
179
180
181
182
183
184
185
186
187
188
# File 'proto_docs/google/cloud/gkebackup/v1/backup.rb', line 176

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

Returns The Kubernetes server version of the source cluster.

Returns:

  • (::String)

    The Kubernetes server version of the source cluster.



176
177
178
179
180
181
182
183
184
185
186
187
188
# File 'proto_docs/google/cloud/gkebackup/v1/backup.rb', line 176

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