public static enum AutonomousExadataInfrastructureMaintenanceWindow.DayOfWeek extends Enum<AutonomousExadataInfrastructureMaintenanceWindow.DayOfWeek>
Day of the week that the patch should be applied to the Autonomous Exadata Infrastructure. Patches are applied during the first week of the quarter.
Enum Constant and Description |
---|
Any |
Friday |
Monday |
Saturday |
Sunday |
Thursday |
Tuesday |
Wednesday |
Modifier and Type | Method and Description |
---|---|
static AutonomousExadataInfrastructureMaintenanceWindow.DayOfWeek |
create(String key) |
String |
getValue() |
static AutonomousExadataInfrastructureMaintenanceWindow.DayOfWeek |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AutonomousExadataInfrastructureMaintenanceWindow.DayOfWeek[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AutonomousExadataInfrastructureMaintenanceWindow.DayOfWeek Any
public static final AutonomousExadataInfrastructureMaintenanceWindow.DayOfWeek Sunday
public static final AutonomousExadataInfrastructureMaintenanceWindow.DayOfWeek Monday
public static final AutonomousExadataInfrastructureMaintenanceWindow.DayOfWeek Tuesday
public static final AutonomousExadataInfrastructureMaintenanceWindow.DayOfWeek Wednesday
public static final AutonomousExadataInfrastructureMaintenanceWindow.DayOfWeek Thursday
public static final AutonomousExadataInfrastructureMaintenanceWindow.DayOfWeek Friday
public static final AutonomousExadataInfrastructureMaintenanceWindow.DayOfWeek Saturday
public static AutonomousExadataInfrastructureMaintenanceWindow.DayOfWeek[] values()
for (AutonomousExadataInfrastructureMaintenanceWindow.DayOfWeek c : AutonomousExadataInfrastructureMaintenanceWindow.DayOfWeek.values()) System.out.println(c);
public static AutonomousExadataInfrastructureMaintenanceWindow.DayOfWeek valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getValue()
public static AutonomousExadataInfrastructureMaintenanceWindow.DayOfWeek create(String key)
Copyright © 2016–2019. All rights reserved.