public static enum UpgradeDbSystemDetails.Action extends Enum<UpgradeDbSystemDetails.Action> implements BmcEnum
The operating system upgrade action.
Enum Constant and Description |
---|
Precheck |
Rollback |
UpdateSnapshotRetentionDays |
Upgrade |
Modifier and Type | Method and Description |
---|---|
static UpgradeDbSystemDetails.Action |
create(String key) |
String |
getValue() |
static UpgradeDbSystemDetails.Action |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpgradeDbSystemDetails.Action[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UpgradeDbSystemDetails.Action Precheck
public static final UpgradeDbSystemDetails.Action Rollback
public static final UpgradeDbSystemDetails.Action UpdateSnapshotRetentionDays
public static final UpgradeDbSystemDetails.Action Upgrade
public static UpgradeDbSystemDetails.Action[] values()
for (UpgradeDbSystemDetails.Action c : UpgradeDbSystemDetails.Action.values()) System.out.println(c);
public static UpgradeDbSystemDetails.Action 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 UpgradeDbSystemDetails.Action create(String key)
Copyright © 2016–2024. All rights reserved.