Package | Description |
---|---|
com.oracle.bmc.filestorage.model |
Modifier and Type | Method and Description |
---|---|
static SnapshotSchedule.Period |
SnapshotSchedule.Period.create(String key) |
SnapshotSchedule.Period |
SnapshotSchedule.getPeriod()
The frequency of scheduled snapshots.
|
static SnapshotSchedule.Period |
SnapshotSchedule.Period.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SnapshotSchedule.Period[] |
SnapshotSchedule.Period.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SnapshotSchedule.Builder |
SnapshotSchedule.Builder.period(SnapshotSchedule.Period period)
The frequency of scheduled snapshots.
|
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.