Uses of Class
com.oracle.bmc.core.model.VolumeBackupSchedule.Period
-
Packages that use VolumeBackupSchedule.Period Package Description com.oracle.bmc.core.model -
-
Uses of VolumeBackupSchedule.Period in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return VolumeBackupSchedule.Period Modifier and Type Method Description static VolumeBackupSchedule.Period
VolumeBackupSchedule.Period. create(String key)
VolumeBackupSchedule.Period
VolumeBackupSchedule. getPeriod()
The volume backup frequency.static VolumeBackupSchedule.Period
VolumeBackupSchedule.Period. valueOf(String name)
Returns the enum constant of this type with the specified name.static VolumeBackupSchedule.Period[]
VolumeBackupSchedule.Period. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.core.model with parameters of type VolumeBackupSchedule.Period Modifier and Type Method Description VolumeBackupSchedule.Builder
VolumeBackupSchedule.Builder. period(VolumeBackupSchedule.Period period)
The volume backup frequency.Constructors in com.oracle.bmc.core.model with parameters of type VolumeBackupSchedule.Period Constructor Description VolumeBackupSchedule(VolumeBackupSchedule.BackupType backupType, Integer offsetSeconds, VolumeBackupSchedule.Period period, VolumeBackupSchedule.OffsetType offsetType, Integer hourOfDay, VolumeBackupSchedule.DayOfWeek dayOfWeek, Integer dayOfMonth, VolumeBackupSchedule.Month month, Integer retentionSeconds, VolumeBackupSchedule.TimeZone timeZone)
Deprecated.
-