Uses of Class
com.oracle.bmc.core.model.VolumeBackupSchedule
-
Packages that use VolumeBackupSchedule Package Description com.oracle.bmc.core.model -
-
Uses of VolumeBackupSchedule in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return VolumeBackupSchedule Modifier and Type Method Description VolumeBackupSchedule
VolumeBackupSchedule.Builder. build()
Methods in com.oracle.bmc.core.model that return types with arguments of type VolumeBackupSchedule Modifier and Type Method Description List<VolumeBackupSchedule>
CreateVolumeBackupPolicyDetails. getSchedules()
The collection of schedules for the volume backup policy.List<VolumeBackupSchedule>
UpdateVolumeBackupPolicyDetails. getSchedules()
The collection of schedules for the volume backup policy.List<VolumeBackupSchedule>
VolumeBackupPolicy. getSchedules()
The collection of schedules that this policy will apply.Methods in com.oracle.bmc.core.model with parameters of type VolumeBackupSchedule Modifier and Type Method Description VolumeBackupSchedule.Builder
VolumeBackupSchedule.Builder. copy(VolumeBackupSchedule model)
Method parameters in com.oracle.bmc.core.model with type arguments of type VolumeBackupSchedule Modifier and Type Method Description CreateVolumeBackupPolicyDetails.Builder
CreateVolumeBackupPolicyDetails.Builder. schedules(List<VolumeBackupSchedule> schedules)
The collection of schedules for the volume backup policy.UpdateVolumeBackupPolicyDetails.Builder
UpdateVolumeBackupPolicyDetails.Builder. schedules(List<VolumeBackupSchedule> schedules)
The collection of schedules for the volume backup policy.VolumeBackupPolicy.Builder
VolumeBackupPolicy.Builder. schedules(List<VolumeBackupSchedule> schedules)
The collection of schedules that this policy will apply.Constructor parameters in com.oracle.bmc.core.model with type arguments of type VolumeBackupSchedule Constructor Description CreateVolumeBackupPolicyDetails(String compartmentId, String displayName, String destinationRegion, List<VolumeBackupSchedule> schedules, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags)
Deprecated.UpdateVolumeBackupPolicyDetails(String displayName, String destinationRegion, List<VolumeBackupSchedule> schedules, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags)
Deprecated.VolumeBackupPolicy(String displayName, String id, List<VolumeBackupSchedule> schedules, String destinationRegion, Date timeCreated, String compartmentId, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags)
Deprecated.
-