Package | Description |
---|---|
com.oracle.bmc.core.model |
Modifier and Type | Method and Description |
---|---|
static VolumeBackupSchedule.TimeZone |
VolumeBackupSchedule.TimeZone.create(String key) |
VolumeBackupSchedule.TimeZone |
VolumeBackupSchedule.getTimeZone()
Specifies what time zone is the schedule in
|
static VolumeBackupSchedule.TimeZone |
VolumeBackupSchedule.TimeZone.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VolumeBackupSchedule.TimeZone[] |
VolumeBackupSchedule.TimeZone.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.timeZone(VolumeBackupSchedule.TimeZone timeZone)
Specifies what time zone is the schedule in
|
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.