public static enum MaintenancePolicy.MonthlyPatchingOverride extends Enum<MaintenancePolicy.MonthlyPatchingOverride> implements BmcEnum
When “ENABLED”, the Fusion environment is patched monthly. When “DISABLED”, the Fusion environment is not patched monthly. This setting overrides the environment family setting. When not set, the environment follows the environment family policy.
Enum Constant and Description |
---|
Disabled |
Enabled |
None |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static MaintenancePolicy.MonthlyPatchingOverride |
create(String key) |
String |
getValue() |
static MaintenancePolicy.MonthlyPatchingOverride |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MaintenancePolicy.MonthlyPatchingOverride[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MaintenancePolicy.MonthlyPatchingOverride Enabled
public static final MaintenancePolicy.MonthlyPatchingOverride Disabled
public static final MaintenancePolicy.MonthlyPatchingOverride None
public static final MaintenancePolicy.MonthlyPatchingOverride UnknownEnumValue
public static MaintenancePolicy.MonthlyPatchingOverride[] values()
for (MaintenancePolicy.MonthlyPatchingOverride c : MaintenancePolicy.MonthlyPatchingOverride.values()) System.out.println(c);
public static MaintenancePolicy.MonthlyPatchingOverride 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 MaintenancePolicy.MonthlyPatchingOverride create(String key)
Copyright © 2016–2024. All rights reserved.