Interface protos.google.cloud.memorystore.v1.IBackup (0.4.0)

Properties of a Backup.

Package

@google-cloud/memorystore

Properties

backupFiles

backupFiles?: (google.cloud.memorystore.v1.IBackupFile[]|null);

Backup backupFiles

backupType

backupType?: (google.cloud.memorystore.v1.Backup.BackupType|keyof typeof google.cloud.memorystore.v1.Backup.BackupType|null);

Backup backupType

createTime

createTime?: (google.protobuf.ITimestamp|null);

Backup createTime

encryptionInfo

encryptionInfo?: (google.cloud.memorystore.v1.IEncryptionInfo|null);

Backup encryptionInfo

engineVersion

engineVersion?: (string|null);

Backup engineVersion

expireTime

expireTime?: (google.protobuf.ITimestamp|null);

Backup expireTime

instance

instance?: (string|null);

Backup instance

instanceUid

instanceUid?: (string|null);

Backup instanceUid

name

name?: (string|null);

Backup name

nodeType

nodeType?: (google.cloud.memorystore.v1.Instance.NodeType|keyof typeof google.cloud.memorystore.v1.Instance.NodeType|null);

Backup nodeType

replicaCount

replicaCount?: (number|null);

Backup replicaCount

shardCount

shardCount?: (number|null);

Backup shardCount

state

state?: (google.cloud.memorystore.v1.Backup.State|keyof typeof google.cloud.memorystore.v1.Backup.State|null);

Backup state

totalSizeBytes

totalSizeBytes?: (number|Long|string|null);

Backup totalSizeBytes

uid

uid?: (string|null);

Backup uid