public static enum RestartDbInstanceInDbSystemDetails.RestartType extends Enum<RestartDbInstanceInDbSystemDetails.RestartType> implements BmcEnum
The restart type for the database instance.
Enum Constant and Description |
---|
NodeReboot |
Normal |
Modifier and Type | Method and Description |
---|---|
static RestartDbInstanceInDbSystemDetails.RestartType |
create(String key) |
String |
getValue() |
static RestartDbInstanceInDbSystemDetails.RestartType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RestartDbInstanceInDbSystemDetails.RestartType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RestartDbInstanceInDbSystemDetails.RestartType Normal
public static final RestartDbInstanceInDbSystemDetails.RestartType NodeReboot
public static RestartDbInstanceInDbSystemDetails.RestartType[] values()
for (RestartDbInstanceInDbSystemDetails.RestartType c : RestartDbInstanceInDbSystemDetails.RestartType.values()) System.out.println(c);
public static RestartDbInstanceInDbSystemDetails.RestartType 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 RestartDbInstanceInDbSystemDetails.RestartType create(String key)
Copyright © 2016–2025. All rights reserved.