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 SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ExadataInfrastructure.AdditionalComputeSystemModelcreate(String key)StringgetValue()static ExadataInfrastructure.AdditionalComputeSystemModelvalueOf(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- 
X7public static final ExadataInfrastructure.AdditionalComputeSystemModel X7 
 - 
X8public static final ExadataInfrastructure.AdditionalComputeSystemModel X8 
 - 
X8Mpublic static final ExadataInfrastructure.AdditionalComputeSystemModel X8M 
 - 
X9Mpublic static final ExadataInfrastructure.AdditionalComputeSystemModel X9M 
 - 
X10Mpublic static final ExadataInfrastructure.AdditionalComputeSystemModel X10M 
 - 
X11Mpublic static final ExadataInfrastructure.AdditionalComputeSystemModel X11M 
 - 
UnknownEnumValuepublic 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- 
valuespublic 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
 
 - 
valueOfpublic 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 name
- NullPointerException- if the argument is null
 
 - 
createpublic static ExadataInfrastructure.AdditionalComputeSystemModel create(String key) 
 
- 
 
-