public static enum OdhPatchingConfig.PatchingConfigStrategy extends Enum<OdhPatchingConfig.PatchingConfigStrategy> implements BmcEnum
Type of strategy used for detailed patching configuration
Enum Constant and Description |
---|
BatchingBased |
DomainBased |
DowntimeBased |
Modifier and Type | Method and Description |
---|---|
static OdhPatchingConfig.PatchingConfigStrategy |
create(String key) |
String |
getValue() |
static OdhPatchingConfig.PatchingConfigStrategy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OdhPatchingConfig.PatchingConfigStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OdhPatchingConfig.PatchingConfigStrategy DowntimeBased
public static final OdhPatchingConfig.PatchingConfigStrategy BatchingBased
public static final OdhPatchingConfig.PatchingConfigStrategy DomainBased
public static OdhPatchingConfig.PatchingConfigStrategy[] values()
for (OdhPatchingConfig.PatchingConfigStrategy c : OdhPatchingConfig.PatchingConfigStrategy.values()) System.out.println(c);
public static OdhPatchingConfig.PatchingConfigStrategy 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 OdhPatchingConfig.PatchingConfigStrategy create(String key)
Copyright © 2016–2024. All rights reserved.