Package com.oracle.bmc.database.model
Enum ExadataInfrastructure.AdditionalComputeSystemModel
- java.lang.Object
-
- java.lang.Enum<ExadataInfrastructure.AdditionalComputeSystemModel>
-
- com.oracle.bmc.database.model.ExadataInfrastructure.AdditionalComputeSystemModel
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<ExadataInfrastructure.AdditionalComputeSystemModel>
- Enclosing class:
- ExadataInfrastructure
public static enum ExadataInfrastructure.AdditionalComputeSystemModel extends Enum<ExadataInfrastructure.AdditionalComputeSystemModel> implements BmcEnum
Oracle Exadata System Model specification.The system model determines the amount of compute or storage server resources available for use. For more information, please see [System and Shape Configuration Options] (https://docs.oracle.com/en/engineered-systems/exadata-cloud-at-customer/ecccm/ecc-system-config-options.html#GUID-9E090174-5C57-4EB1-9243-B470F9F10D6B)
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ExadataInfrastructure.AdditionalComputeSystemModel
create(String key)
String
getValue()
static ExadataInfrastructure.AdditionalComputeSystemModel
valueOf(String name)
Returns the enum constant of this type with the specified name.static ExadataInfrastructure.AdditionalComputeSystemModel[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
X7
public static final ExadataInfrastructure.AdditionalComputeSystemModel X7
-
X8
public static final ExadataInfrastructure.AdditionalComputeSystemModel X8
-
X8M
public static final ExadataInfrastructure.AdditionalComputeSystemModel X8M
-
X9M
public static final ExadataInfrastructure.AdditionalComputeSystemModel X9M
-
X10M
public static final ExadataInfrastructure.AdditionalComputeSystemModel X10M
-
X11M
public static final ExadataInfrastructure.AdditionalComputeSystemModel X11M
-
UnknownEnumValue
public static final ExadataInfrastructure.AdditionalComputeSystemModel 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 ExadataInfrastructure.AdditionalComputeSystemModel[] 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 (ExadataInfrastructure.AdditionalComputeSystemModel c : ExadataInfrastructure.AdditionalComputeSystemModel.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ExadataInfrastructure.AdditionalComputeSystemModel 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 ExadataInfrastructure.AdditionalComputeSystemModel create(String key)
-
-