public enum BackupVault.Types.BackupRetentionInheritanceReference documentation and code samples for the Backup and DR Service v1 API enum BackupVault.Types.BackupRetentionInheritance.
How a backup's enforced retention end time is inherited.
Namespace
Google.Cloud.BackupDR.V1Assembly
Google.Cloud.BackupDR.V1.dll
Fields |
|
|---|---|
| Name | Description |
InheritVaultRetention |
The enforced retention end time of a backup will be inherited from the
backup vault's This is the default behavior. |
MatchBackupExpireTime |
The enforced retention end time of a backup will always match the expire time of the backup. If this is set, the backup's enforced retention end time will be set to match the expire time during creation of the backup. When updating, the ERET and expire time must be updated together and have the same value. Invalid update requests will be rejected by the server. |
Unspecified |
Inheritance behavior not set. This will default to
|