public static enum OceInstance.UpgradeSchedule extends Enum<OceInstance.UpgradeSchedule> implements BmcEnum
Upgrade schedule type representing service to be upgraded immediately whenever latest version is released or delay upgrade of the service to previous released version
Enum Constant and Description |
---|
DelayedUpgrade |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
UpgradeImmediately |
Modifier and Type | Method and Description |
---|---|
static OceInstance.UpgradeSchedule |
create(String key) |
String |
getValue() |
static OceInstance.UpgradeSchedule |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OceInstance.UpgradeSchedule[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OceInstance.UpgradeSchedule UpgradeImmediately
public static final OceInstance.UpgradeSchedule DelayedUpgrade
public static final OceInstance.UpgradeSchedule UnknownEnumValue
public static OceInstance.UpgradeSchedule[] values()
for (OceInstance.UpgradeSchedule c : OceInstance.UpgradeSchedule.values()) System.out.println(c);
public static OceInstance.UpgradeSchedule 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 OceInstance.UpgradeSchedule create(String key)
Copyright © 2016–2024. All rights reserved.