public static enum UpdateAutonomousContainerDatabaseDetails.PatchModel extends Enum<UpdateAutonomousContainerDatabaseDetails.PatchModel> implements BmcEnum
Database Patch model preference.
Enum Constant and Description |
---|
ReleaseUpdateRevisions |
ReleaseUpdates |
Modifier and Type | Method and Description |
---|---|
static UpdateAutonomousContainerDatabaseDetails.PatchModel |
create(String key) |
String |
getValue() |
static UpdateAutonomousContainerDatabaseDetails.PatchModel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateAutonomousContainerDatabaseDetails.PatchModel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UpdateAutonomousContainerDatabaseDetails.PatchModel ReleaseUpdates
public static final UpdateAutonomousContainerDatabaseDetails.PatchModel ReleaseUpdateRevisions
public static UpdateAutonomousContainerDatabaseDetails.PatchModel[] values()
for (UpdateAutonomousContainerDatabaseDetails.PatchModel c : UpdateAutonomousContainerDatabaseDetails.PatchModel.values()) System.out.println(c);
public static UpdateAutonomousContainerDatabaseDetails.PatchModel 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 static UpdateAutonomousContainerDatabaseDetails.PatchModel create(String key)
Copyright © 2016–2024. All rights reserved.