Class: Google::Cloud::Memorystore::V1::BackupCollection

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/memorystore/v1/memorystore.rb

Overview

BackupCollection of an instance.

Instance Attribute Summary collapse

Instance Attribute Details

#create_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. The time when the backup collection was created.

Returns:



431
432
433
434
# File 'proto_docs/google/cloud/memorystore/v1/memorystore.rb', line 431

class BackupCollection
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#instance::String (readonly)

Returns Output only. The full resource path of the instance the backup collection belongs to. Example: projects/{project}/locations/{location}/instances/{instance}.

Returns:

  • (::String)

    Output only. The full resource path of the instance the backup collection belongs to. Example: projects/{project}/locations/{location}/instances/{instance}



431
432
433
434
# File 'proto_docs/google/cloud/memorystore/v1/memorystore.rb', line 431

class BackupCollection
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#instance_uid::String (readonly)

Returns Output only. The instance uid of the backup collection.

Returns:

  • (::String)

    Output only. The instance uid of the backup collection.



431
432
433
434
# File 'proto_docs/google/cloud/memorystore/v1/memorystore.rb', line 431

class BackupCollection
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#kms_key::String (readonly)

Returns Output only. The KMS key used to encrypt the backups under this backup collection.

Returns:

  • (::String)

    Output only. The KMS key used to encrypt the backups under this backup collection.



431
432
433
434
# File 'proto_docs/google/cloud/memorystore/v1/memorystore.rb', line 431

class BackupCollection
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#last_backup_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. The last time a backup was created in the backup collection.

Returns:



431
432
433
434
# File 'proto_docs/google/cloud/memorystore/v1/memorystore.rb', line 431

class BackupCollection
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#name::String

Returns Identifier. Full resource path of the backup collection.

Returns:

  • (::String)

    Identifier. Full resource path of the backup collection.



431
432
433
434
# File 'proto_docs/google/cloud/memorystore/v1/memorystore.rb', line 431

class BackupCollection
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#total_backup_count::Integer (readonly)

Returns Output only. Total number of backups in the backup collection.

Returns:

  • (::Integer)

    Output only. Total number of backups in the backup collection.



431
432
433
434
# File 'proto_docs/google/cloud/memorystore/v1/memorystore.rb', line 431

class BackupCollection
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#total_backup_size_bytes::Integer (readonly)

Returns Output only. Total size of all backups in the backup collection.

Returns:

  • (::Integer)

    Output only. Total size of all backups in the backup collection.



431
432
433
434
# File 'proto_docs/google/cloud/memorystore/v1/memorystore.rb', line 431

class BackupCollection
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#uid::String (readonly)

Returns Output only. System assigned unique identifier of the backup collection.

Returns:

  • (::String)

    Output only. System assigned unique identifier of the backup collection.



431
432
433
434
# File 'proto_docs/google/cloud/memorystore/v1/memorystore.rb', line 431

class BackupCollection
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end