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)
Modifier and Type | Method and Description |
---|---|
static UpdateExadataInfrastructureDetails.AdditionalComputeSystemModel |
create(String key) |
String |
getValue() |
static UpdateExadataInfrastructureDetails.AdditionalComputeSystemModel |
valueOf(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.
|
public static final UpdateExadataInfrastructureDetails.AdditionalComputeSystemModel X7
public static final UpdateExadataInfrastructureDetails.AdditionalComputeSystemModel X8
public static final UpdateExadataInfrastructureDetails.AdditionalComputeSystemModel X8M
public static final UpdateExadataInfrastructureDetails.AdditionalComputeSystemModel X9M
public static final UpdateExadataInfrastructureDetails.AdditionalComputeSystemModel X10M
public static UpdateExadataInfrastructureDetails.AdditionalComputeSystemModel[] values()
for (UpdateExadataInfrastructureDetails.AdditionalComputeSystemModel c : UpdateExadataInfrastructureDetails.AdditionalComputeSystemModel.values()) System.out.println(c);
public static UpdateExadataInfrastructureDetails.AdditionalComputeSystemModel valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static UpdateExadataInfrastructureDetails.AdditionalComputeSystemModel create(String key)
Copyright © 2016–2024. All rights reserved.