Uses of Class
com.oracle.bmc.filestorage.model.SnapshotSchedule.TimeZone
-
Packages that use SnapshotSchedule.TimeZone Package Description com.oracle.bmc.filestorage.model -
-
Uses of SnapshotSchedule.TimeZone in com.oracle.bmc.filestorage.model
Methods in com.oracle.bmc.filestorage.model that return SnapshotSchedule.TimeZone Modifier and Type Method Description static SnapshotSchedule.TimeZone
SnapshotSchedule.TimeZone. create(String key)
SnapshotSchedule.TimeZone
SnapshotSchedule. getTimeZone()
Time zone used for scheduling the snapshot.static SnapshotSchedule.TimeZone
SnapshotSchedule.TimeZone. valueOf(String name)
Returns the enum constant of this type with the specified name.static SnapshotSchedule.TimeZone[]
SnapshotSchedule.TimeZone. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.filestorage.model with parameters of type SnapshotSchedule.TimeZone Modifier and Type Method Description SnapshotSchedule.Builder
SnapshotSchedule.Builder. timeZone(SnapshotSchedule.TimeZone timeZone)
Time zone used for scheduling the snapshot.Constructors in com.oracle.bmc.filestorage.model with parameters of type SnapshotSchedule.TimeZone Constructor Description SnapshotSchedule(String schedulePrefix, Date timeScheduleStart, SnapshotSchedule.Period period, Long retentionDurationInSeconds, SnapshotSchedule.TimeZone timeZone, Integer hourOfDay, SnapshotSchedule.DayOfWeek dayOfWeek, Integer dayOfMonth, SnapshotSchedule.Month month)
Deprecated.
-