Enum GuestOsSourceMajorVersions
- java.lang.Object
-
- java.lang.Enum<GuestOsSourceMajorVersions>
-
- com.oracle.bmc.fleetsoftwareupdate.model.GuestOsSourceMajorVersions
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<GuestOsSourceMajorVersions>
@Generated(value="OracleSDKGenerator", comments="API Version: 20220528") public enum GuestOsSourceMajorVersions extends Enum<GuestOsSourceMajorVersions> implements BmcEnum
Possible source major versions for a GUEST_OS Exadata Fleet Update Collection.Major Versions of Exadata Software are demarcated by the underlying OS version. For more details, refer to Oracle document 2075007.1
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ExaOl5
ExaOl6
ExaOl7
ExaOl8
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 Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GuestOsSourceMajorVersions
create(String key)
String
getValue()
static GuestOsSourceMajorVersions
valueOf(String name)
Returns the enum constant of this type with the specified name.static GuestOsSourceMajorVersions[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
ExaOl5
public static final GuestOsSourceMajorVersions ExaOl5
-
ExaOl6
public static final GuestOsSourceMajorVersions ExaOl6
-
ExaOl7
public static final GuestOsSourceMajorVersions ExaOl7
-
ExaOl8
public static final GuestOsSourceMajorVersions ExaOl8
-
UnknownEnumValue
public static final GuestOsSourceMajorVersions 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 GuestOsSourceMajorVersions[] 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 (GuestOsSourceMajorVersions c : GuestOsSourceMajorVersions.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static GuestOsSourceMajorVersions 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 GuestOsSourceMajorVersions create(String key)
-
-