Package com.ibm.cloud.is.vpc.v1.model
Class BackupPolicyPlanCollection
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.BackupPolicyPlanCollection
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class BackupPolicyPlanCollection extends com.ibm.cloud.sdk.core.service.model.GenericModel
BackupPolicyPlanCollection.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<BackupPolicyPlan>
getPlans()
Gets the plans.
-
-
-
Method Detail
-
getPlans
public List<BackupPolicyPlan> getPlans()
Gets the plans. Collection of backup policy plans.- Returns:
- the plans
-
-