Package com.ibm.cloud.is.vpc.v1.model
Class BackupPolicyPlanDeletionTrigger
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.BackupPolicyPlanDeletionTrigger
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class BackupPolicyPlanDeletionTrigger extends com.ibm.cloud.sdk.core.service.model.GenericModel
BackupPolicyPlanDeletionTrigger.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getDeleteAfter()
Gets the deleteAfter.Long
getDeleteOverCount()
Gets the deleteOverCount.
-
-
-
Method Detail
-
getDeleteAfter
public Long getDeleteAfter()
Gets the deleteAfter. The maximum number of days to keep each backup after creation.- Returns:
- the deleteAfter
-
getDeleteOverCount
public Long getDeleteOverCount()
Gets the deleteOverCount. The maximum number of recent backups to keep. If absent, there is no maximum.- Returns:
- the deleteOverCount
-
-