BackupDayOfWeek enum

weekly_recurrence.day -- which day of the week the weekly backup runs on. dayOfWeekUnspecified is the schema-default sentinel (server picks the day); the seven concrete weekdays pin the slot.

Inheritance
Available extensions

Values

dayOfWeekUnspecified → const BackupDayOfWeek
const BackupDayOfWeek('DAY_OF_WEEK_UNSPECIFIED')
monday → const BackupDayOfWeek
const BackupDayOfWeek('MONDAY')
tuesday → const BackupDayOfWeek
const BackupDayOfWeek('TUESDAY')
wednesday → const BackupDayOfWeek
const BackupDayOfWeek('WEDNESDAY')
thursday → const BackupDayOfWeek
const BackupDayOfWeek('THURSDAY')
friday → const BackupDayOfWeek
const BackupDayOfWeek('FRIDAY')
saturday → const BackupDayOfWeek
const BackupDayOfWeek('SATURDAY')
sunday → const BackupDayOfWeek
const BackupDayOfWeek('SUNDAY')

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
terraformValue String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<BackupDayOfWeek>
A constant List of the values in this enum, in order of their declaration.