public static enum CreateStandbyDetails.ProtectionMode extends Enum<CreateStandbyDetails.ProtectionMode> implements BmcEnum
The protection mode of this Data Guard. For more information, see Oracle Data Guard Protection Modes in the Oracle Data Guard documentation.
Enum Constant and Description |
---|
MaximumAvailability |
MaximumPerformance |
MaximumProtection |
Modifier and Type | Method and Description |
---|---|
static CreateStandbyDetails.ProtectionMode |
create(String key) |
String |
getValue() |
static CreateStandbyDetails.ProtectionMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreateStandbyDetails.ProtectionMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CreateStandbyDetails.ProtectionMode MaximumAvailability
public static final CreateStandbyDetails.ProtectionMode MaximumPerformance
public static final CreateStandbyDetails.ProtectionMode MaximumProtection
public static CreateStandbyDetails.ProtectionMode[] values()
for (CreateStandbyDetails.ProtectionMode c : CreateStandbyDetails.ProtectionMode.values()) System.out.println(c);
public static CreateStandbyDetails.ProtectionMode 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 CreateStandbyDetails.ProtectionMode create(String key)
Copyright © 2016–2025. All rights reserved.