public static enum LongTermBackUpScheduleDetails.RepeatCadence extends Enum<LongTermBackUpScheduleDetails.RepeatCadence> implements BmcEnum
The frequency of the long-term backup schedule
Enum Constant and Description |
---|
Monthly |
OneTime |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Weekly |
Yearly |
Modifier and Type | Method and Description |
---|---|
static LongTermBackUpScheduleDetails.RepeatCadence |
create(String key) |
String |
getValue() |
static LongTermBackUpScheduleDetails.RepeatCadence |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LongTermBackUpScheduleDetails.RepeatCadence[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LongTermBackUpScheduleDetails.RepeatCadence OneTime
public static final LongTermBackUpScheduleDetails.RepeatCadence Weekly
public static final LongTermBackUpScheduleDetails.RepeatCadence Monthly
public static final LongTermBackUpScheduleDetails.RepeatCadence Yearly
public static final LongTermBackUpScheduleDetails.RepeatCadence UnknownEnumValue
public static LongTermBackUpScheduleDetails.RepeatCadence[] values()
for (LongTermBackUpScheduleDetails.RepeatCadence c : LongTermBackUpScheduleDetails.RepeatCadence.values()) System.out.println(c);
public static LongTermBackUpScheduleDetails.RepeatCadence 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 LongTermBackUpScheduleDetails.RepeatCadence create(String key)
Copyright © 2016–2024. All rights reserved.