Uses of Class
com.oracle.bmc.core.model.VolumeBackupSchedule.Month
-
Packages that use VolumeBackupSchedule.Month Package Description com.oracle.bmc.core.model -
-
Uses of VolumeBackupSchedule.Month in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return VolumeBackupSchedule.Month Modifier and Type Method Description static VolumeBackupSchedule.Month
VolumeBackupSchedule.Month. create(String key)
VolumeBackupSchedule.Month
VolumeBackupSchedule. getMonth()
The month of the year to schedule the volume backup.static VolumeBackupSchedule.Month
VolumeBackupSchedule.Month. valueOf(String name)
Returns the enum constant of this type with the specified name.static VolumeBackupSchedule.Month[]
VolumeBackupSchedule.Month. 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.Month Modifier and Type Method Description VolumeBackupSchedule.Builder
VolumeBackupSchedule.Builder. month(VolumeBackupSchedule.Month month)
The month of the year to schedule the volume backup.Constructors in com.oracle.bmc.core.model with parameters of type VolumeBackupSchedule.Month 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.
-