Package com.ibm.cloud.is.vpc.v1.model
Class BackupPolicyPlanClonePolicyPatch
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.BackupPolicyPlanClonePolicyPatch
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class BackupPolicyPlanClonePolicyPatch extends com.ibm.cloud.sdk.core.service.model.GenericModel
BackupPolicyPlanClonePolicyPatch.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
BackupPolicyPlanClonePolicyPatch.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
maxSnapshots()
Gets the maxSnapshots.BackupPolicyPlanClonePolicyPatch.Builder
newBuilder()
New builder.List<ZoneIdentity>
zones()
Gets the zones.
-
-
-
Method Detail
-
newBuilder
public BackupPolicyPlanClonePolicyPatch.Builder newBuilder()
New builder.- Returns:
- a BackupPolicyPlanClonePolicyPatch builder
-
maxSnapshots
public Long maxSnapshots()
Gets the maxSnapshots. The maximum number of recent snapshots (per source) that will keep clones.- Returns:
- the maxSnapshots
-
zones
public List<ZoneIdentity> zones()
Gets the zones. The zones this backup policy plan will create snapshot clones in. Updating this value does not change the clones for snapshots that have already been created by this plan.- Returns:
- the zones
-
-