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)
Enum Constant and Description |
---|
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
X10M |
X7 |
X8 |
X8M |
X9M |
Modifier and Type | Method and 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.
|
public static final ExadataInfrastructure.AdditionalComputeSystemModel X7
public static final ExadataInfrastructure.AdditionalComputeSystemModel X8
public static final ExadataInfrastructure.AdditionalComputeSystemModel X8M
public static final ExadataInfrastructure.AdditionalComputeSystemModel X9M
public static final ExadataInfrastructure.AdditionalComputeSystemModel X10M
public static final ExadataInfrastructure.AdditionalComputeSystemModel UnknownEnumValue
public static ExadataInfrastructure.AdditionalComputeSystemModel[] values()
for (ExadataInfrastructure.AdditionalComputeSystemModel c : ExadataInfrastructure.AdditionalComputeSystemModel.values()) System.out.println(c);
public static ExadataInfrastructure.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 ExadataInfrastructure.AdditionalComputeSystemModel create(String key)
Copyright © 2016–2024. All rights reserved.