Interface protos.google.cloud.backupdr.v1.IBackupPlan (0.7.0)

Properties of a BackupPlan.

Package

@google-cloud/backupdr

Properties

backupRules

backupRules?: (google.cloud.backupdr.v1.IBackupRule[]|null);

BackupPlan backupRules

backupVault

backupVault?: (string|null);

BackupPlan backupVault

backupVaultServiceAccount

backupVaultServiceAccount?: (string|null);

BackupPlan backupVaultServiceAccount

createTime

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

BackupPlan createTime

description

description?: (string|null);

BackupPlan description

etag

etag?: (string|null);

BackupPlan etag

labels

labels?: ({ [k: string]: string }|null);

BackupPlan labels

logRetentionDays

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

BackupPlan logRetentionDays

name

name?: (string|null);

BackupPlan name

resourceType

resourceType?: (string|null);

BackupPlan resourceType

revisionId

revisionId?: (string|null);

BackupPlan revisionId

revisionName

revisionName?: (string|null);

BackupPlan revisionName

state

state?: (google.cloud.backupdr.v1.BackupPlan.State|keyof typeof google.cloud.backupdr.v1.BackupPlan.State|null);

BackupPlan state

supportedResourceTypes

supportedResourceTypes?: (string[]|null);

BackupPlan supportedResourceTypes

updateTime

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

BackupPlan updateTime