Package | Description |
---|---|
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
static AutonomousExadataInfrastructureMaintenanceWindow.DayOfWeek |
AutonomousExadataInfrastructureMaintenanceWindow.DayOfWeek.create(String key) |
AutonomousExadataInfrastructureMaintenanceWindow.DayOfWeek |
AutonomousExadataInfrastructureMaintenanceWindow.getDayOfWeek()
Day of the week that the patch should be applied to the Autonomous Exadata Infrastructure.
|
static AutonomousExadataInfrastructureMaintenanceWindow.DayOfWeek |
AutonomousExadataInfrastructureMaintenanceWindow.DayOfWeek.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AutonomousExadataInfrastructureMaintenanceWindow.DayOfWeek[] |
AutonomousExadataInfrastructureMaintenanceWindow.DayOfWeek.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AutonomousExadataInfrastructureMaintenanceWindow.Builder |
AutonomousExadataInfrastructureMaintenanceWindow.Builder.dayOfWeek(AutonomousExadataInfrastructureMaintenanceWindow.DayOfWeek dayOfWeek) |
Constructor and Description |
---|
AutonomousExadataInfrastructureMaintenanceWindow(AutonomousExadataInfrastructureMaintenanceWindow.DayOfWeek dayOfWeek,
Integer hourOfDay)
Deprecated.
|
Copyright © 2016–2020. All rights reserved.