public class RetentionPolicy
extends java.lang.Object
DataProtectGeneration retention
 and automatic deletion.| Modifier and Type | Field and Description | 
|---|---|
java.lang.Integer | 
daily
Returns how many daily backup we should keep 
 | 
java.lang.Integer | 
monthly
Deprecated.  
 | 
java.lang.Integer | 
weekly
Deprecated.  
 | 
| Constructor and Description | 
|---|
RetentionPolicy()  | 
public java.lang.Integer daily
null when we don't apply a daily retention policy
@Deprecated public java.lang.Integer weekly
null when we don't apply a weekly retention policy
@Deprecated public java.lang.Integer monthly
null when we don't apply a monthly retention policy
Copyright © 2021. All Rights Reserved.