public static enum SnapshotSchedule.Month extends Enum<SnapshotSchedule.Month> implements BmcEnum
The month to create a scheduled snapshot. Used only for YEARLY snapshot schedules. If not set, the system chooses a value at creation time.
Enum Constant and Description |
---|
April |
August |
December |
February |
January |
July |
June |
March |
May |
November |
October |
September |
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 SnapshotSchedule.Month |
create(String key) |
String |
getValue() |
static SnapshotSchedule.Month |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SnapshotSchedule.Month[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SnapshotSchedule.Month January
public static final SnapshotSchedule.Month February
public static final SnapshotSchedule.Month March
public static final SnapshotSchedule.Month April
public static final SnapshotSchedule.Month May
public static final SnapshotSchedule.Month June
public static final SnapshotSchedule.Month July
public static final SnapshotSchedule.Month August
public static final SnapshotSchedule.Month September
public static final SnapshotSchedule.Month October
public static final SnapshotSchedule.Month November
public static final SnapshotSchedule.Month December
public static final SnapshotSchedule.Month UnknownEnumValue
public static SnapshotSchedule.Month[] values()
for (SnapshotSchedule.Month c : SnapshotSchedule.Month.values()) System.out.println(c);
public static SnapshotSchedule.Month 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 SnapshotSchedule.Month create(String key)
Copyright © 2016–2024. All rights reserved.