Package com.oracle.bmc.database.model
Enum UpdateExadataInfrastructureDetails.AdditionalComputeSystemModel
- java.lang.Object
- 
- java.lang.Enum<UpdateExadataInfrastructureDetails.AdditionalComputeSystemModel>
- 
- com.oracle.bmc.database.model.UpdateExadataInfrastructureDetails.AdditionalComputeSystemModel
 
 
- 
- All Implemented Interfaces:
- BmcEnum,- Serializable,- Comparable<UpdateExadataInfrastructureDetails.AdditionalComputeSystemModel>
 - Enclosing class:
- UpdateExadataInfrastructureDetails
 
 public static enum UpdateExadataInfrastructureDetails.AdditionalComputeSystemModel extends Enum<UpdateExadataInfrastructureDetails.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 UpdateExadataInfrastructureDetails.AdditionalComputeSystemModelcreate(String key)StringgetValue()static UpdateExadataInfrastructureDetails.AdditionalComputeSystemModelvalueOf(String name)Returns the enum constant of this type with the specified name.static UpdateExadataInfrastructureDetails.AdditionalComputeSystemModel[]values()Returns an array containing the constants of this enum type, in the order they are declared.
 
- 
- 
- 
Enum Constant Detail- 
X7public static final UpdateExadataInfrastructureDetails.AdditionalComputeSystemModel X7 
 - 
X8public static final UpdateExadataInfrastructureDetails.AdditionalComputeSystemModel X8 
 - 
X8Mpublic static final UpdateExadataInfrastructureDetails.AdditionalComputeSystemModel X8M 
 - 
X9Mpublic static final UpdateExadataInfrastructureDetails.AdditionalComputeSystemModel X9M 
 - 
X10Mpublic static final UpdateExadataInfrastructureDetails.AdditionalComputeSystemModel X10M 
 - 
X11Mpublic static final UpdateExadataInfrastructureDetails.AdditionalComputeSystemModel X11M 
 
- 
 - 
Method Detail- 
valuespublic static UpdateExadataInfrastructureDetails.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 (UpdateExadataInfrastructureDetails.AdditionalComputeSystemModel c : UpdateExadataInfrastructureDetails.AdditionalComputeSystemModel.values()) System.out.println(c); - Returns:
- an array containing the constants of this enum type, in the order they are declared
 
 - 
valueOfpublic static UpdateExadataInfrastructureDetails.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 UpdateExadataInfrastructureDetails.AdditionalComputeSystemModel create(String key) 
 
- 
 
-