Package com.oracle.bmc.core.model
Enum VolumeBackupSchedule.Month
- java.lang.Object
-
- java.lang.Enum<VolumeBackupSchedule.Month>
-
- com.oracle.bmc.core.model.VolumeBackupSchedule.Month
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<VolumeBackupSchedule.Month>
- Enclosing class:
- VolumeBackupSchedule
public static enum VolumeBackupSchedule.Month extends Enum<VolumeBackupSchedule.Month> implements BmcEnum
The month of the year to schedule the volume backup.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static VolumeBackupSchedule.Month
create(String key)
String
getValue()
static VolumeBackupSchedule.Month
valueOf(String name)
Returns the enum constant of this type with the specified name.static VolumeBackupSchedule.Month[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
January
public static final VolumeBackupSchedule.Month January
-
February
public static final VolumeBackupSchedule.Month February
-
March
public static final VolumeBackupSchedule.Month March
-
April
public static final VolumeBackupSchedule.Month April
-
May
public static final VolumeBackupSchedule.Month May
-
June
public static final VolumeBackupSchedule.Month June
-
July
public static final VolumeBackupSchedule.Month July
-
August
public static final VolumeBackupSchedule.Month August
-
September
public static final VolumeBackupSchedule.Month September
-
October
public static final VolumeBackupSchedule.Month October
-
November
public static final VolumeBackupSchedule.Month November
-
December
public static final VolumeBackupSchedule.Month December
-
UnknownEnumValue
public static final VolumeBackupSchedule.Month UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.
-
-
Method Detail
-
values
public static VolumeBackupSchedule.Month[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (VolumeBackupSchedule.Month c : VolumeBackupSchedule.Month.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static VolumeBackupSchedule.Month valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
create
public static VolumeBackupSchedule.Month create(String key)
-
-