Package | Description |
---|---|
com.oracle.bmc.core.model |
Modifier and Type | Method and Description |
---|---|
static VolumeBackupSchedule.Period |
VolumeBackupSchedule.Period.create(String key) |
VolumeBackupSchedule.Period |
VolumeBackupSchedule.getPeriod()
How often the backup should occur.
|
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.
|
Modifier and Type | Method and Description |
---|---|
VolumeBackupSchedule.Builder |
VolumeBackupSchedule.Builder.period(VolumeBackupSchedule.Period period) |
Constructor and Description |
---|
VolumeBackupSchedule(VolumeBackupSchedule.BackupType backupType,
Integer offsetSeconds,
VolumeBackupSchedule.Period period,
Integer retentionSeconds)
Deprecated.
|
Copyright © 2016–2019. All rights reserved.